diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2024-05-24 17:15:40 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2024-05-24 17:15:40 +0700 |
commit | 51b975bbdb241fe4e23424d836841367b7fde0cf (patch) | |
tree | 834abefd71f347a2e97b0ac36b04436f44cad4fa | |
parent | Sike followup changes (diff) | |
download | BouncyCastle.NET-ed25519-51b975bbdb241fe4e23424d836841367b7fde0cf.tar.xz |
Setup stable URLs for NuGet
-rw-r--r-- | crypto/src/BouncyCastle.Crypto.csproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/src/BouncyCastle.Crypto.csproj b/crypto/src/BouncyCastle.Crypto.csproj index 269965319..6b3ab0392 100644 --- a/crypto/src/BouncyCastle.Crypto.csproj +++ b/crypto/src/BouncyCastle.Crypto.csproj @@ -14,12 +14,12 @@ <Copyright>Copyright © Legion of the Bouncy Castle Inc. 2000-2024</Copyright> <Description>BouncyCastle.NET is a popular cryptography library for .NET</Description> <PackageIcon>packageIcon.png</PackageIcon> - <PackageIconUrl>https://www.bouncycastle.org/images/nuget_packageIcon.png</PackageIconUrl> + <PackageIconUrl>https://www.bouncycastle.org/stable/nuget/csharp/packageIcon.png</PackageIconUrl> <PackageId>BouncyCastle.Cryptography</PackageId> <PackageLicenseExpression>MIT</PackageLicenseExpression> - <PackageProjectUrl>https://www.bouncycastle.org/csharp/</PackageProjectUrl> + <PackageProjectUrl>https://www.bouncycastle.org/stable/nuget/csharp/website</PackageProjectUrl> <PackageReadmeFile>README.md</PackageReadmeFile> - <PackageReleaseNotes>https://www.bouncycastle.org/csharp/</PackageReleaseNotes> + <PackageReleaseNotes>https://www.bouncycastle.org/stable/nuget/csharp/release_notes</PackageReleaseNotes> <PackageTags>bouncycastle cryptography dtls encryption open-source openpgp post-quantum security tls</PackageTags> <Product>BouncyCastle.NET</Product> <PublishRepositoryUrl>true</PublishRepositoryUrl> |