Skip to content

Commit 1272204

Browse files
committed
[RELEASE] 1.1.1-SNAPSHOT -> 1.1.1
1 parent 4599d44 commit 1272204

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

itext.tests/itext.cleanup.tests/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717

1818
[assembly: AssemblyVersion("1.1.1.0")]
1919
[assembly: AssemblyFileVersion("1.1.1.0")]
20-
[assembly: AssemblyInformationalVersion("1.1.1-SNAPSHOT")]
20+
[assembly: AssemblyInformationalVersion("1.1.1")]
2121

2222
[assembly: NUnit.Framework.Timeout(300000)]

itext/itext.cleanup/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323

2424
[assembly: AssemblyVersion("1.1.1.0")]
2525
[assembly: AssemblyFileVersion("1.1.1.0")]
26-
[assembly: AssemblyInformationalVersion("1.1.1-SNAPSHOT")]
26+
[assembly: AssemblyInformationalVersion("1.1.1")]
2727

28-
[assembly: Versions.Attributes.KeyVersion("3.0.1.0")]
28+
[assembly: Versions.Attributes.KeyVersion("3.0.2.0")]

pdfSweep.nuspec

Lines changed: 2 additions & 2 deletions
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.pdfsweep</id>
5-
<version>1.1.1-SNAPSHOT</version>
5+
<version>1.1.1</version>
66
<title>iText 7 pdfSweep</title>
77
<authors>iText Software</authors>
88
<owners>iText Software</owners>
@@ -17,7 +17,7 @@
1717
<language>en-US</language>
1818
<tags>itext itext7 itextsharp c# .net csharp pdf cleanup pdfsweep</tags>
1919
<dependencies>
20-
<dependency id="itext7" version="7.0.7-SNAPSHOT" />
20+
<dependency id="itext7" version="7.0.7" />
2121
</dependencies>
2222
</metadata>
2323
<files>

0 commit comments

Comments
 (0)