Fill copyright field in .csproj files
This ensures that nuget packages will have both license and copyright fields filled.
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
<PackageType>MSBuildSdk</PackageType>
|
||||
<PackageTags>MSBuildSdk</PackageTags>
|
||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||
<Copyright>Copyright (c) Godot Engine contributors</Copyright>
|
||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||
|
||||
<!-- Exclude target framework from the package dependencies as we don't include the build output -->
|
||||
|
||||
Reference in New Issue
Block a user