File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ LIBICONV_VERSION = 1.17
5
5
# version of the gettext-tools-windows package; usually same as GETTEXT_VERSION
6
6
# use "-n" suffix; for NuGet, use ".n" suffix instead, e.g. 0.20.1-1 and 0.20.1.1
7
7
PACKAGE_VERSION = $(GETTEXT_VERSION )
8
- NUGET_VERSION = $(GETTEXT_VERSION )
8
+ NUGET_VERSION = $(GETTEXT_VERSION ) .0.1
9
9
10
10
# Awful trickery to undo MSYS's magical path conversion (see
11
11
# http://www.mingw.org/wiki/Posix_path_conversion) which happens to break
@@ -138,7 +138,7 @@ archive: dist
138
138
139
139
$(NUGET_FILE ) : Gettext.Tools.nuspec dist
140
140
rm -f $@
141
- $(NUGET ) pack Gettext.Tools.nuspec -OutputDirectory $(BUILDDIR )
141
+ $(NUGET ) pack Gettext.Tools.nuspec -Version $( NUGET_VERSION ) - OutputDirectory $(BUILDDIR )
142
142
143
143
nuget : $(NUGET_FILE )
144
144
You can’t perform that action at this time.
0 commit comments