Skip to content

Commit 328d7d7

Browse files
Merge pull request #56 from IowaComputerGurus/feature/55-branding
Fixed branding to resolve NuGet Package Warnings
2 parents 60f27b9 + 62e0dde commit 328d7d7

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

src/AspNetCore.Utilities/AspNetCore.Utilities.csproj

+4-7
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<RepositoryUrl>https://github.com/IowaComputerGurus/aspnetcore.utilities</RepositoryUrl>
2525
<Authors>MitchelSellers;IowaComputerGurus</Authors>
2626
<Owners>IowaComputerGurus</Owners>
27-
<PackageIconUrl>https://raw.githubusercontent.com/IowaComputerGurus/aspnetcore.utilities/master/icgAppIcon.png</PackageIconUrl>
27+
<PackageIcon>icgAppIcon.png</PackageIcon>
2828
<IsPackable>True</IsPackable>
2929
<PublishRepositoryUrl>true</PublishRepositoryUrl>
3030
<IncludeSymbols>true</IncludeSymbols>
@@ -36,12 +36,9 @@
3636
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
3737
</PropertyGroup>
3838

39-
<ItemGroup>
40-
<Compile Remove="Models\**" />
41-
<Content Remove="Models\**" />
42-
<EmbeddedResource Remove="Models\**" />
43-
<None Remove="Models\**" />
44-
</ItemGroup>
39+
<ItemGroup>
40+
<None Include="icgAppIcon.png" Pack="true" PackagePath="\" />
41+
</ItemGroup>
4542

4643
<ItemGroup>
4744
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.0" />
107 KB
Loading

0 commit comments

Comments
 (0)