From ee86beb30e4973f5feffe3ce63bfa4fbadf72f38 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Fri, 10 Jan 2025 10:15:31 -0800 Subject: [PATCH] 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. --- scripts/nuget/pugixml.nuspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/nuget/pugixml.nuspec b/scripts/nuget/pugixml.nuspec index c4edbbf..0e1107f 100644 --- a/scripts/nuget/pugixml.nuspec +++ b/scripts/nuget/pugixml.nuspec @@ -2,7 +2,7 @@ pugixml - 1.15.0-appveyor + 1.15.0 pugixml Arseny Kapoulkine Arseny Kapoulkine