Skip to content

Commit

Permalink
Fix NuGet icon (auth0#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
damieng authored Dec 10, 2019
1 parent 0e75a2d commit a3bfe1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file added build/Auth0Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions build/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<Authors>Auth0</Authors>
<PackageTags>auth0;authentication;openid connect;oidc;oauth2</PackageTags>
<PackageIconUrl>https://secure.gravatar.com/avatar/805765c256ff8617fcad483b5476faf2</PackageIconUrl>
<PackageIcon>Auth0Icon.png</PackageIcon>
<PackageProjectUrl>https://github.com/auth0/auth0.net</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
Expand Down Expand Up @@ -191,4 +192,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<ItemGroup>
<None Include="../../build/Auth0Icon.png" Pack="true" Visible="false" PackagePath="" />
</ItemGroup>
</Project>

0 comments on commit a3bfe1f

Please sign in to comment.