0
0
mirror of https://github.com/zeux/pugixml.git synced 2025-01-12 16:57:59 +08:00

scripts: Remove -appveyor version prefix from NuGet packages

This was originally intended as a safety measure to avoid mixing
packages built via AppVeyor vs packages built via other means, but this
just creates friction because of the need to edit the version field
before publishing the package.
This commit is contained in:
Arseny Kapoulkine 2025-01-10 10:15:31 -08:00
parent e7ed748b02
commit ee86beb30e

View File

@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd"> <package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata> <metadata>
<id>pugixml</id> <id>pugixml</id>
<version>1.15.0-appveyor</version> <version>1.15.0</version>
<title>pugixml</title> <title>pugixml</title>
<authors>Arseny Kapoulkine</authors> <authors>Arseny Kapoulkine</authors>
<owners>Arseny Kapoulkine</owners> <owners>Arseny Kapoulkine</owners>