diff options
author | Marius Thesing <marius.thesing@gmail.com> | 2023-06-25 11:12:40 +0200 |
---|---|---|
committer | Marius Thesing <marius.thesing@gmail.com> | 2023-06-25 11:12:40 +0200 |
commit | d591ba4afbfd043fe2c17007a9278a530a0c9c9e (patch) | |
tree | 274b74c8c7f53095d4deaa8a4854d49fe04f160d | |
parent | Fix renegotiation after resumption handshakes (diff) | |
download | BouncyCastle.NET-ed25519-d591ba4afbfd043fe2c17007a9278a530a0c9c9e.tar.xz |
Use expression instead of file for NuGet license
You can't set both and expressions are better because it allows tools like SBOM generators to automatically determine the license.
-rw-r--r-- | crypto/src/BouncyCastle.Crypto.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/BouncyCastle.Crypto.csproj b/crypto/src/BouncyCastle.Crypto.csproj index b85462278..80cfedf8d 100644 --- a/crypto/src/BouncyCastle.Crypto.csproj +++ b/crypto/src/BouncyCastle.Crypto.csproj @@ -16,7 +16,7 @@ <PackageIcon>packageIcon.png</PackageIcon> <PackageIconUrl>https://www.bouncycastle.org/images/nuget_packageIcon.png</PackageIconUrl> <PackageId>BouncyCastle.Cryptography</PackageId> - <PackageLicenseFile>LICENSE.md</PackageLicenseFile> + <PackageLicenseExpression>MIT</PackageLicenseExpression> <PackageProjectUrl>https://www.bouncycastle.org/csharp/</PackageProjectUrl> <PackageReadmeFile>README.md</PackageReadmeFile> <PackageReleaseNotes>https://www.bouncycastle.org/csharp/</PackageReleaseNotes> |