Skip to content

Commit

Permalink
Geralt.csproj: Add release notes link.
Browse files Browse the repository at this point in the history
And slightly tweak the package tags.
  • Loading branch information
samuel-lucas6 committed Sep 30, 2023
1 parent e2f7a8f commit e94c0c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Geralt/Geralt.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
<PackageProjectUrl>https://www.geralt.xyz</PackageProjectUrl>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<RepositoryUrl>https://github.com/samuel-lucas6/Geralt</RepositoryUrl>
<PackageTags>libsodium cryptography crypto security aead aegis256 aegis128l chacha20-poly1305 xchacha20-poly1305 blake2b argon2id x25519 curve25519 ed25519 ed25519ph chacha20 xchacha20 hchacha20 poly1305 secretstream secure-random constant-time hex base64 padding</PackageTags>
<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>
<PackageIcon>Geralt.png</PackageIcon>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down

0 comments on commit e94c0c1

Please sign in to comment.