Use PackageLicenseExpression instead of PackageLicenseFile
Note that the license file is still embedded in the package (at the root) to conform with the requirement that it's delivered with the software. Fixes #252 Signed-off-by: Jon Skeet <jonskeet@google.com>
This commit is contained in:
parent
b660a0ab92
commit
1fe92ab054
|
@ -24,7 +24,7 @@
|
|||
|
||||
<RepositoryType>git</RepositoryType>
|
||||
<RepositoryUrl>https://github.com/cloudevents/sdk-csharp</RepositoryUrl>
|
||||
<PackageLicenseFile>LICENSE</PackageLicenseFile>
|
||||
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
|
||||
<PackageProjectUrl>https://cloudevents.io</PackageProjectUrl>
|
||||
<Copyright>Copyright Cloud Native Foundation</Copyright>
|
||||
</PropertyGroup>
|
||||
|
|
Loading…
Reference in New Issue