Skip to content

Commit

Permalink
Geralt.csproj: Bump the version.
Browse files Browse the repository at this point in the history
And update the tags.
  • Loading branch information
samuel-lucas6 committed Dec 15, 2024
1 parent fa556ea commit 41972af
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 @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>net8.0</TargetFrameworks>
<TargetFrameworks Condition="'$(RUNNER_OS)'=='Windows'">net8.0;net8.0-ios;net8.0-tvos;net8.0-maccatalyst</TargetFrameworks>
<Version>3.2.0</Version>
<Version>3.3.0</Version>
<Authors>Samuel Lucas</Authors>
<Description>A modern cryptographic library for .NET 8+ based on libsodium and inspired by Monocypher.</Description>
<Copyright>Copyright (c) 2022-2024 Samuel Lucas</Copyright>
Expand All @@ -12,7 +12,7 @@
<PackageProjectUrl>https://www.geralt.xyz</PackageProjectUrl>
<RepositoryUrl>https://github.com/samuel-lucas6/Geralt</RepositoryUrl>
<PackageReleaseNotes>https://github.com/samuel-lucas6/Geralt/releases</PackageReleaseNotes>
<PackageTags>libsodium cryptography crypto security aegis-128l aegis-256 chacha20-poly1305 xchacha20-poly1305 blake2b argon2id x25519 curve25519 ed25519 ed25519ph chacha20 xchacha20 hchacha20 poly1305 secretstream secure-random constant-time hex base64 padding</PackageTags>
<PackageTags>libsodium cryptography crypto security aegis-128l aegis-256 chacha20-poly1305 xchacha20-poly1305 blake2b argon2id x25519 curve25519 ed25519 ed25519ph chacha20 xchacha20 hchacha20 poly1305 secretstream secure-random secure-memory guarded-heap-allocations constant-time hex base64 padding</PackageTags>
<PackageIcon>Geralt.png</PackageIcon>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down

0 comments on commit 41972af

Please # to comment.