Fill copyright field in .csproj files

This ensures that nuget packages will have both license and copyright fields filled.
This commit is contained in:
Konstantin Kretov 2024-04-24 18:24:49 +02:00
parent a4fbe4c01f
commit 2b46e009fa
No known key found for this signature in database
GPG key ID: C8C88522A68BAD3E
5 changed files with 5 additions and 0 deletions

View file

@ -20,6 +20,7 @@
<RepositoryUrl>https://github.com/godotengine/godot/tree/master/modules/mono/glue/GodotSharp/GodotSharpEditor</RepositoryUrl>
<PackageProjectUrl>$(RepositoryUrl)</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Copyright>Copyright (c) Godot Engine contributors</Copyright>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<IncludeSymbols>true</IncludeSymbols>