Skip to content

Commit

Permalink
Updated the Nuget package icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
blakepell committed May 3, 2021
1 parent be3a15d commit 7c8750a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/BasicAudio/BasicAudio.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,19 @@
<PackageTags>audio sound mp3 wav</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<NeutralLanguage>en-US</NeutralLanguage>
<PackageIconUrl>https://raw.githubusercontent.com/blakepell/BasicAudio/master/BasicAudio/Assets/audio-file-64.png</PackageIconUrl>
<PackageIconUrl></PackageIconUrl>
<PackageIcon>audio-file-64.png</PackageIcon>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile></DocumentationFile>
</PropertyGroup>

<ItemGroup>
<None Include="Assets\audio-file-64.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

</Project>

0 comments on commit 7c8750a

Please sign in to comment.