Skip to content

Commit 3db64d1

Browse files
authored
Bump version to 5.0.0 and update metadata
Updated version to 5.0.0 and modified package tags and description. Signed-off-by: Xen <lordofxen@deskasoft.com>
1 parent b7f8a50 commit 3db64d1

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

HashifyNet/HashifyNet.csproj

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@
9191
<Company>Deskasoft International</Company>
9292
<Product>HashifyNET</Product>
9393
<Copyright>Copyright © Deskasoft International</Copyright>
94-
<Version>4.0.1</Version>
95-
<PackageTags>hash;hashing</PackageTags>
94+
<Version>5.0.0</Version>
95+
<PackageTags>hashing;hash;algorithms;security;crypto;non-crypto;CLS-compliant;VB.NET;F#</PackageTags>
9696
<PackageLicenseFile>LICENSE</PackageLicenseFile>
9797
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
9898
<EnableNETAnalyzers>False</EnableNETAnalyzers>
@@ -101,16 +101,11 @@
101101
<RepositoryType>git</RepositoryType>
102102
<RepositoryUrl>https://github.com/Deskasoft/HashifyNET</RepositoryUrl>
103103
<PackageProjectUrl>https://github.com/Deskasoft/HashifyNET</PackageProjectUrl>
104-
<Description>A comprehensive API for well-known hash algorithms.</Description>
104+
<Description>A comprehensive .NET API for well-known hash algorithms.</Description>
105105
<PackageReadmeFile>README.md</PackageReadmeFile>
106106
<PackageIcon>logo.png</PackageIcon>
107107
<AssemblyOriginatorKeyFile>..\HashifyNET.publickey</AssemblyOriginatorKeyFile>
108108
<AssemblyName>$(MSBuildProjectName.Replace("Net", "NET"))</AssemblyName>
109109
</PropertyGroup>
110110

111111
</Project>
112-
113-
114-
115-
116-

0 commit comments

Comments
 (0)