Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Fixed nuget package logo (#589)
Browse files Browse the repository at this point in the history
Fixed nuget package logo
Fixes #588
  • Loading branch information
jeremyVignelles authored Oct 18, 2019
1 parent 45a353a commit d989abe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Binary file added logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 7 additions & 2 deletions src/Vlc.DotNet.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,16 @@
<Authors>ZeBobo5</Authors>
<PackageProjectUrl>https://github.com/ZeBobo5/Vlc.DotNet</PackageProjectUrl>
<RepositoryUrl>https://github.com/ZeBobo5/Vlc.DotNet</RepositoryUrl>
<PackageIconUrl>http://images1.videolan.org/images/largeVLC.png</PackageIconUrl>
<PackageIcon>logo.png</PackageIcon>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\Vlc.DotNet.pfx.snk</AssemblyOriginatorKeyFile>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<None Include="..\..\logo.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
</Project>

0 comments on commit d989abe

Please sign in to comment.