Skip to content

Commit

Permalink
Merge pull request #56 from IowaComputerGurus/feature/55-branding
Browse files Browse the repository at this point in the history
Fixed branding to resolve NuGet Package Warnings
  • Loading branch information
mitchelsellers committed Nov 29, 2021
2 parents 60f27b9 + 62e0dde commit 328d7d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions src/AspNetCore.Utilities/AspNetCore.Utilities.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<RepositoryUrl>https://github.com/IowaComputerGurus/aspnetcore.utilities</RepositoryUrl>
<Authors>MitchelSellers;IowaComputerGurus</Authors>
<Owners>IowaComputerGurus</Owners>
<PackageIconUrl>https://raw.githubusercontent.com/IowaComputerGurus/aspnetcore.utilities/master/icgAppIcon.png</PackageIconUrl>
<PackageIcon>icgAppIcon.png</PackageIcon>
<IsPackable>True</IsPackable>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
Expand All @@ -36,12 +36,9 @@
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>

<ItemGroup>
<Compile Remove="Models\**" />
<Content Remove="Models\**" />
<EmbeddedResource Remove="Models\**" />
<None Remove="Models\**" />
</ItemGroup>
<ItemGroup>
<None Include="icgAppIcon.png" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.0" />
Expand Down
Binary file added src/AspNetCore.Utilities/icgAppIcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 328d7d7

Please sign in to comment.