Fixed a small build warning, about the license url.

This commit is contained in:
Robin Krom 2021-10-13 09:47:32 +02:00
commit 7557041fe6
No known key found for this signature in database
GPG key ID: BCC01364F1371490

View file

@ -6,8 +6,7 @@
<RepositoryUrl>https://github.com/greenshot/greenshot</RepositoryUrl> <RepositoryUrl>https://github.com/greenshot/greenshot</RepositoryUrl>
<RepositoryType>git</RepositoryType> <RepositoryType>git</RepositoryType>
<PackageProjectUrl>https://github.com/greenshot/greenshot</PackageProjectUrl> <PackageProjectUrl>https://github.com/greenshot/greenshot</PackageProjectUrl>
<PackageLicenseUrl>https://www.gnu.org/licenses/gpl.html</PackageLicenseUrl> <PackageLicenseExpression>GPL-3.0-only</PackageLicenseExpression>
<PackageLicenseExpression>GPL</PackageLicenseExpression>
<LangVersion>9</LangVersion> <LangVersion>9</LangVersion>
<UseWPF>true</UseWPF> <UseWPF>true</UseWPF>
<UseWindowsForms>true</UseWindowsForms> <UseWindowsForms>true</UseWindowsForms>