From f42c8bf095eebc1f2aa8156345d3432444083e90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Va=CC=81clav=20Slavi=CC=81k?= Date: Sun, 17 Sep 2023 19:20:19 +0200 Subject: [PATCH] Bump nuget subversion for new build --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 070dadb..47b7fa9 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ LIBICONV_VERSION = 1.17 # version of the gettext-tools-windows package; usually same as GETTEXT_VERSION # use "-n" suffix; for NuGet, use ".n" suffix instead, e.g. 0.20.1-1 and 0.20.1.1 PACKAGE_VERSION = $(GETTEXT_VERSION) -NUGET_VERSION = $(GETTEXT_VERSION) +NUGET_VERSION = $(GETTEXT_VERSION).0.1 # Awful trickery to undo MSYS's magical path conversion (see # http://www.mingw.org/wiki/Posix_path_conversion) which happens to break @@ -138,7 +138,7 @@ archive: dist $(NUGET_FILE): Gettext.Tools.nuspec dist rm -f $@ - $(NUGET) pack Gettext.Tools.nuspec -OutputDirectory $(BUILDDIR) + $(NUGET) pack Gettext.Tools.nuspec -Version $(NUGET_VERSION) -OutputDirectory $(BUILDDIR) nuget: $(NUGET_FILE)