Add icon to NuGet package
This commit is contained in:
parent
baf5340ff1
commit
5533fee2a2
@ -17,6 +17,9 @@
|
||||
<a href="https://www.nuget.org/packages/Standart.Hash.xxHash">
|
||||
<img src="https://img.shields.io/badge/nuget-1.0.1-green.svg?style=flat-square" alt="nuget"/>
|
||||
</a>
|
||||
<a href="https://www.nuget.org/packages/Standart.Hash.xxHash">
|
||||
<img src="https://img.shields.io/badge/platform-x64-blue.svg?longCache=true" alt="platform"/>
|
||||
</a>
|
||||
<a href="https://github.com/uranium62/xxHash/blob/master/LICENSE">
|
||||
<img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="license" />
|
||||
</a>
|
||||
|
||||
@ -3,12 +3,13 @@
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>netstandard2.0</TargetFrameworks>
|
||||
<PackageId>Standart.Hash.xxHash</PackageId>
|
||||
<VersionPrefix>1.0.1</VersionPrefix>
|
||||
<VersionPrefix>1.0.2</VersionPrefix>
|
||||
<AssemblyName>Standart.Hash.xxHash</AssemblyName>
|
||||
<AssemblyTitle>Standart.Hash.xxHash</AssemblyTitle>
|
||||
<Authors>Alexander Melnik</Authors>
|
||||
<PackageTags>hash;xxHash</PackageTags>
|
||||
<Description>Standart.Hash.xxHash</Description>
|
||||
<PackageProjectUrl>https://github.com/uranium62/xxHash</PackageProjectUrl>
|
||||
<PackageIconUrl>https://user-images.githubusercontent.com/1567570/40082382-837fbc3c-5899-11e8-8c74-ac1a48b6b9b3.png</PackageIconUrl>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
Loading…
Reference in New Issue
Block a user