Skip to content

Commit

Permalink
Set icon file for NuGet Package
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Dec 10, 2019
1 parent 087d875 commit a24b613
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Binary file added Source/Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageLicenseUrl></PackageLicenseUrl>
<PackageProjectUrl>https://github.com/Reloaded-Project/Reloaded.Memory.Buffers</PackageProjectUrl>
<PackageIconUrl>https://avatars1.githubusercontent.com/u/45473408</PackageIconUrl>
<PackageIconUrl></PackageIconUrl>
<RepositoryUrl>https://github.com/Reloaded-Project/Reloaded.Memory.Buffers</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Description>An implementation of efficient, shared, concurrent and permanent storage of objects in unmanaged memory in static, non-changing locations that last the lifetime of a given process.</Description>
Expand All @@ -23,6 +23,7 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Platforms>AnyCPU;x86</Platforms>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageIcon>Icon.png</PackageIcon>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down Expand Up @@ -51,6 +52,10 @@
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\Icon.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit a24b613

Please sign in to comment.