Skip to content

Commit 1841798

Browse files
committed
Update NuGet package version and description
1 parent 3dc1fc1 commit 1841798

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/HkdfStandard/HkdfStandard.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<Copyright>Copyright © Andrei Milto 2020</Copyright>
88
<PackageLicenseExpression>MIT</PackageLicenseExpression>
99
<RepositoryUrl>https://github.com/andreimilto/HKDF.Standard</RepositoryUrl>
10-
<PackageTags>hkdf, kdf, key, derivation, hmac, cryptography, crypto</PackageTags>
10+
<PackageTags>hkdf, kdf, key, derivation, rfc, 5869, hmac, cryptography, crypto</PackageTags>
1111
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
1212
<PackageId>HKDF.Standard</PackageId>
13-
<Description>Open-source implementation of HKDF (HMAC-based Key-Derivation Function) in .NET Standard.</Description>
14-
<Version>1.0.0</Version>
13+
<Description>Fast, open-source, cross-platform implementation of HKDF (HMAC-based Key-Derivation Function) in .NET Standard.</Description>
14+
<Version>2.0.0</Version>
1515
<PackageProjectUrl>https://github.com/andreimilto/HKDF.Standard</PackageProjectUrl>
1616
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1717
</PropertyGroup>

0 commit comments

Comments
 (0)