Skip to content

Commit ee86beb

Browse files
committed
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.
1 parent e7ed748 commit ee86beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/nuget/pugixml.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
33
<metadata>
44
<id>pugixml</id>
5-
<version>1.15.0-appveyor</version>
5+
<version>1.15.0</version>
66
<title>pugixml</title>
77
<authors>Arseny Kapoulkine</authors>
88
<owners>Arseny Kapoulkine</owners>

0 commit comments

Comments
 (0)