Skip to content

Commit f42c8bf

Browse files
committed
Bump nuget subversion for new build
1 parent a0dbc12 commit f42c8bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LIBICONV_VERSION = 1.17
55
# version of the gettext-tools-windows package; usually same as GETTEXT_VERSION
66
# use "-n" suffix; for NuGet, use ".n" suffix instead, e.g. 0.20.1-1 and 0.20.1.1
77
PACKAGE_VERSION = $(GETTEXT_VERSION)
8-
NUGET_VERSION = $(GETTEXT_VERSION)
8+
NUGET_VERSION = $(GETTEXT_VERSION).0.1
99

1010
# Awful trickery to undo MSYS's magical path conversion (see
1111
# http://www.mingw.org/wiki/Posix_path_conversion) which happens to break
@@ -138,7 +138,7 @@ archive: dist
138138

139139
$(NUGET_FILE): Gettext.Tools.nuspec dist
140140
rm -f $@
141-
$(NUGET) pack Gettext.Tools.nuspec -OutputDirectory $(BUILDDIR)
141+
$(NUGET) pack Gettext.Tools.nuspec -Version $(NUGET_VERSION) -OutputDirectory $(BUILDDIR)
142142

143143
nuget: $(NUGET_FILE)
144144

0 commit comments

Comments
 (0)