Skip to content

Commit

Permalink
Geralt.csproj: v2.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-lucas6 committed May 13, 2023
1 parent 5490a98 commit 63e3274
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Geralt/Geralt.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

<PropertyGroup>
<TargetFrameworks>net7.0;net6.0</TargetFrameworks>
<Version>2.0.0</Version>
<Version>2.1.0</Version>
<Authors>Samuel Lucas</Authors>
<Description>A modern cryptographic library for .NET based on libsodium.</Description>
<Copyright>Copyright (c) 2022 Samuel Lucas</Copyright>
<Copyright>Copyright (c) 2022-2023 Samuel Lucas</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<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 blake2b argon2id x25519 curve25519 ed25519 chacha20 xchacha20 hchacha20 poly1305 secure-random constant-time hex base64 padding</PackageTags>
<PackageTags>libsodium cryptography crypto security aead chacha20-poly1305 xchacha20-poly1305 blake2b argon2id x25519 curve25519 ed25519 ed25519ph chacha20 xchacha20 hchacha20 poly1305 secretstream secure-random constant-time hex base64 padding</PackageTags>
<PackageIcon>Geralt.png</PackageIcon>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<AnalysisLevel>latest</AnalysisLevel>
Expand Down

0 comments on commit 63e3274

Please sign in to comment.