Skip to content

Commit

Permalink
Geralt.csproj: Bump version and lowercase tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-lucas6 committed Nov 29, 2022
1 parent 16ba32a commit 884157a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Geralt/Geralt.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net7.0;net6.0</TargetFrameworks>
<Version>1.3.0</Version>
<Version>2.0.0</Version>
<Authors>Samuel Lucas</Authors>
<Description>A modern cryptographic library for .NET based on libsodium.</Description>
<Copyright>Copyright (c) 2022 Samuel Lucas</Copyright>
Expand All @@ -11,7 +11,7 @@
<PackageProjectUrl>https://www.geralt.xyz</PackageProjectUrl>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<RepositoryUrl>https://github.com/samuel-lucas6/Geralt</RepositoryUrl>
<PackageTags>libsodium cryptography crypto security AEAD ChaCha20-Poly1305 XChaCha20-Poly1305 BLAKE2 BLAKE2b Argon2 Argon2id X25519 Curve25519 Ed25519 ChaCha20 XChaCha20 CSPRNG secure-random constant-time hex Base64 hex-encoding base64-encoding padding</PackageTags>
<PackageTags>libsodium cryptography crypto security aead chacha20-poly1305 xchacha20-poly1305 blake2b argon2id x25519 curve25519 ed25519 chacha20 xchacha20 hchacha20 poly1305 secure-random constant-time hex base64 padding</PackageTags>
<PackageIcon>Geralt.png</PackageIcon>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<AnalysisLevel>latest</AnalysisLevel>
Expand Down

0 comments on commit 884157a

Please sign in to comment.