Skip to content

Commit

Permalink
Bump nuget subversion for new build
Browse files Browse the repository at this point in the history
  • Loading branch information
vslavik committed Sep 17, 2023
1 parent a0dbc12 commit f42c8bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)

Expand Down

0 comments on commit f42c8bf

Please sign in to comment.