Skip to content

Commit

Permalink
Merge pull request #253 from alexander-jesner-AP/task_spdx
Browse files Browse the repository at this point in the history
Use PackageLicenseExpression instead of PackageLicenseFile
  • Loading branch information
dvsekhvalnov authored Nov 6, 2024
2 parents 9d09c4f + 4fb024b commit 33f66b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jose-jwt/jose-jwt.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ JSON Web Key (RFC 7517):
<PackageTags>jose;jwt;json;jwa;jwe;jws;jwk;aes;cbc;gcm;rsa;hmac;sha;rsassa;pss;rsaes;oaep;pkcs1-v1_5;es;elliptic;curve;diffe;hellman;agreement;ecdsa;key wrap;kw;ecdh;pbes;pbes2;pbkdf;pbkdf2;password based encryption;javascript object signing;two phase validation;netcore;clr;coreclr;portable;fips;compliant;open;banking;detached content;unencoded payload;json web key;</PackageTags>
<PackageReleaseNotes>Major upgrade introducing cross platform ECDH compatibility for P-384 and P-521 NIST Curves on Windows, Linux, Mac OS and FreeBSD. Bugfixes and more security controls to address new threats.</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/dvsekhvalnov/jose-jwt</PackageProjectUrl>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
Expand Down

0 comments on commit 33f66b1

Please sign in to comment.