Skip to content

Commit a18ada5

Browse files
committed
Replace token with correct version in .nuspec
Replacement tokens aren't working as expected when .nuspec file is in different directory and with different name as project files. The version tag can still be overridden with -Version option on nuget pack. DEVSIX-1687
1 parent f145986 commit a18ada5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

itext/itext.font-asian/iText Asian Font.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>itext7.font-asian</id>
5-
<version>$version$</version>
5+
<version>7.1.0-SNAPSHOT</version>
66
<title>iText 7 Asian Font</title>
77
<authors>iText Software</authors>
88
<owners>iText Software</owners>

itext/itext.hyph/iText Hyph.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>itext7.hyph</id>
5-
<version>$version$</version>
5+
<version>7.1.0-SNAPSHOT</version>
66
<title>iText 7 Hyph</title>
77
<authors>iText Software</authors>
88
<owners>iText Software</owners>

itext7.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>itext7</id>
5-
<version>$version$</version>
5+
<version>7.1.0-SNAPSHOT</version>
66
<title>iText 7 Community</title>
77
<authors>iText Software</authors>
88
<owners>iText Software</owners>

0 commit comments

Comments
 (0)