Skip to content

Commit

Permalink
PackageIcon added
Browse files Browse the repository at this point in the history
  • Loading branch information
alistairjevans committed Dec 15, 2019
1 parent 56bb106 commit 4f22d71
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Binary file added build/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/Autofac/Autofac.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<PackageTags>autofac;di;ioc;dependencyinjection</PackageTags>
<PackageReleaseNotes>Release notes are at https://github.com/autofac/Autofac/releases</PackageReleaseNotes>
<PackageIconUrl>https://cloud.githubusercontent.com/assets/1156571/13684110/16b8f152-e6bf-11e5-84ae-22c66c6d351a.png</PackageIconUrl>
<PackageIcon>icon.png</PackageIcon>
<PackageProjectUrl>https://autofac.org</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
Expand All @@ -35,6 +36,10 @@
<Product>Autofac</Product>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\build\icon.png" Pack="true" PackagePath="\"/>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="2.9.4">
<PrivateAssets>All</PrivateAssets>
Expand Down

0 comments on commit 4f22d71

Please sign in to comment.