Remove fields from nuspec that nuget cli is complaining as invalid (even if then nuget.org is complaining as missing....)

This commit is contained in:
2025-10-11 14:07:13 +01:00
parent 8c80b87903
commit 728691721d

View File

@@ -6,11 +6,9 @@
<description>Library for management of AaruFormat images.</description> <description>Library for management of AaruFormat images.</description>
<authors>claunia</authors> <authors>claunia</authors>
<projectUrl>https://github.com/aaru-dps/libaaruformat</projectUrl> <projectUrl>https://github.com/aaru-dps/libaaruformat</projectUrl>
<license type="expression">LGPL-2.1-only</license>
<licenseUrl>https://spdx.org/licenses/LGPL-2.1-only.html</licenseUrl> <licenseUrl>https://spdx.org/licenses/LGPL-2.1-only.html</licenseUrl>
<copyright>Copyright © 2011-2025 Natalia Portillo</copyright> <copyright>Copyright © 2011-2025 Natalia Portillo</copyright>
<repository type="git" url="https://github.com/aaru-dps/libaaruformat.git" /> <repository type="git" url="https://github.com/aaru-dps/libaaruformat.git" />
<readme>README.md</readme>
<tags>aaru aaruformat libaaruformat disk image format</tags> <tags>aaru aaruformat libaaruformat disk image format</tags>
<requireLicenseAcceptance>false</requireLicenseAcceptance> <requireLicenseAcceptance>false</requireLicenseAcceptance>
</metadata> </metadata>