Skip to content

Commit

Permalink
scripts: Remove -appveyor version prefix from NuGet packages
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
zeux committed Jan 10, 2025
1 parent e7ed748 commit ee86beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/nuget/pugixml.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>pugixml</id>
<version>1.15.0-appveyor</version>
<version>1.15.0</version>
<title>pugixml</title>
<authors>Arseny Kapoulkine</authors>
<owners>Arseny Kapoulkine</owners>
Expand Down

0 comments on commit ee86beb

Please sign in to comment.