File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd" >
3
3
<metadata >
4
4
<id >Gettext.Tools</id >
5
- <version >0.22</version >
5
+ <version >0.22.3 </version >
6
6
<title >GNU gettext tools for Windows</title >
7
7
<authors >Vaclav Slavik</authors >
8
8
<license type =" expression" >GPL-3.0-or-later</license >
Original file line number Diff line number Diff line change 1
1
2
- GETTEXT_VERSION = 0.22
2
+ GETTEXT_VERSION = 0.22.3
3
3
LIBICONV_VERSION = 1.17
4
4
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 ) .0.1
8
+ NUGET_VERSION = $(GETTEXT_VERSION )
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
You can’t perform that action at this time.
0 commit comments