Skip to content

Commit 49717d5

Browse files
committed
Merge branch 'develop' into devsecops
2 parents 3be9d49 + 31c34cb commit 49717d5

File tree

43 files changed

+294
-145
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+294
-145
lines changed

itext.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
33
<metadata>
44
<id>itext</id>
5-
<version>9.0.0-SNAPSHOT</version>
5+
<version>9.0.1-SNAPSHOT</version>
66
<title>iText Community</title>
77
<authors>Apryse Software</authors>
88
<owners>Apryse Software</owners>
@@ -19,11 +19,11 @@
1919
<repository type="git" url="https://github.com/itext/itext7-dotnet.git" />
2020
<dependencies>
2121
<group targetFramework="net461">
22-
<dependency id="itext.commons" version="9.0.0-SNAPSHOT" />
22+
<dependency id="itext.commons" version="9.0.1-SNAPSHOT" />
2323
<dependency id="Microsoft.Extensions.Logging" version="5.0.0" />
2424
</group>
2525
<group targetFramework="netstandard2.0">
26-
<dependency id="itext.commons" version="9.0.0-SNAPSHOT" />
26+
<dependency id="itext.commons" version="9.0.1-SNAPSHOT" />
2727
<dependency id="Microsoft.Extensions.Logging" version="5.0.0" />
2828
<dependency id="System.Diagnostics.Process" version="4.3.0" />
2929
<dependency id="System.Globalization.Extensions" version="4.3.0" />

itext.tests/itext.barcodes.tests/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414

1515
[assembly: Guid("d015a3aa-613c-45d9-b908-7d47c4b613af")]
1616

17-
[assembly: AssemblyVersion("9.0.0.0")]
18-
[assembly: AssemblyFileVersion("9.0.0.0")]
19-
[assembly: AssemblyInformationalVersion("9.0.0-SNAPSHOT")]
17+
[assembly: AssemblyVersion("9.0.1.0")]
18+
[assembly: AssemblyFileVersion("9.0.1.0")]
19+
[assembly: AssemblyInformationalVersion("9.0.1-SNAPSHOT")]
2020

2121
#if !NETSTANDARD2_0
2222
[assembly: NUnit.Framework.Timeout(300000)]

itext.tests/itext.commons.tests/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515

1616
[assembly: Guid("502eda37-c014-4822-8e5c-4e5d21b085e9")]
1717

18-
[assembly: AssemblyVersion("9.0.0.0")]
19-
[assembly: AssemblyFileVersion("9.0.0.0")]
20-
[assembly: AssemblyInformationalVersion("9.0.0-SNAPSHOT")]
18+
[assembly: AssemblyVersion("9.0.1.0")]
19+
[assembly: AssemblyFileVersion("9.0.1.0")]
20+
[assembly: AssemblyInformationalVersion("9.0.1-SNAPSHOT")]
2121

2222
#if !NETSTANDARD2_0
2323
[assembly: NUnit.Framework.Timeout(300000)]

itext.tests/itext.forms.tests/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414

1515
[assembly: Guid("6fe2f714-6b3e-4b20-8c70-28bfce084ed2")]
1616

17-
[assembly: AssemblyVersion("9.0.0.0")]
18-
[assembly: AssemblyFileVersion("9.0.0.0")]
19-
[assembly: AssemblyInformationalVersion("9.0.0-SNAPSHOT")]
17+
[assembly: AssemblyVersion("9.0.1.0")]
18+
[assembly: AssemblyFileVersion("9.0.1.0")]
19+
[assembly: AssemblyInformationalVersion("9.0.1-SNAPSHOT")]
2020

2121
#if !NETSTANDARD2_0
2222
[assembly: NUnit.Framework.Timeout(300000)]

itext.tests/itext.io.tests/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515

1616
[assembly: Guid("a53a5dd3-787b-4563-8778-1d76bdad57ba")]
1717

18-
[assembly: AssemblyVersion("9.0.0.0")]
19-
[assembly: AssemblyFileVersion("9.0.0.0")]
20-
[assembly: AssemblyInformationalVersion("9.0.0-SNAPSHOT")]
18+
[assembly: AssemblyVersion("9.0.1.0")]
19+
[assembly: AssemblyFileVersion("9.0.1.0")]
20+
[assembly: AssemblyInformationalVersion("9.0.1-SNAPSHOT")]
2121

2222
#if !NETSTANDARD2_0
2323
[assembly: NUnit.Framework.Timeout(300000)]

itext.tests/itext.kernel.tests/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515

1616
[assembly: Guid("02e54061-eb72-409d-b2c0-307ce66b57e9")]
1717

18-
[assembly: AssemblyVersion("9.0.0.0")]
19-
[assembly: AssemblyFileVersion("9.0.0.0")]
20-
[assembly: AssemblyInformationalVersion("9.0.0-SNAPSHOT")]
18+
[assembly: AssemblyVersion("9.0.1.0")]
19+
[assembly: AssemblyFileVersion("9.0.1.0")]
20+
[assembly: AssemblyInformationalVersion("9.0.1-SNAPSHOT")]
2121

2222
#if !NETSTANDARD2_0
2323
[assembly: NUnit.Framework.Timeout(300000)]

itext.tests/itext.kernel.tests/itext/kernel/pdf/canvas/parser/PdfContentExtractionTest.cs

Lines changed: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,22 +29,38 @@ You should have received a copy of the GNU Affero General Public License
2929
namespace iText.Kernel.Pdf.Canvas.Parser {
3030
[NUnit.Framework.Category("IntegrationTest")]
3131
public class PdfContentExtractionTest : ExtendedITextTest {
32-
private static readonly String sourceFolder = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext
32+
private static readonly String SOURCE_FOLDER = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext
3333
.CurrentContext.TestDirectory) + "/resources/itext/kernel/parser/PdfContentExtractionTest/";
3434

3535
[NUnit.Framework.Test]
3636
public virtual void ContentExtractionInDocWithBigCoordinatesTest() {
37-
//TODO: remove the expected exception construct once the issue is fixed (DEVSIX-1279)
38-
String inputFileName = sourceFolder + "docWithBigCoordinates.pdf";
39-
//In this document the CTM shrinks coordinates and this coordinates are large numbers.
37+
String inputFileName = SOURCE_FOLDER + "docWithBigCoordinates.pdf";
38+
// In this document the CTM shrinks coordinates and these coordinates are large numbers.
4039
// At the moment creation of this test clipper has a problem with handling large numbers
4140
// since internally it deals with integers and has to multiply large numbers even more
4241
// for internal purposes
43-
PdfDocument pdfDocument = new PdfDocument(new PdfReader(inputFileName));
44-
PdfDocumentContentParser contentParser = new PdfDocumentContentParser(pdfDocument);
45-
Exception e = NUnit.Framework.Assert.Catch(typeof(ClipperException), () => contentParser.ProcessContent(1,
46-
new LocationTextExtractionStrategy()));
47-
NUnit.Framework.Assert.AreEqual(ClipperExceptionConstant.COORDINATE_OUTSIDE_ALLOWED_RANGE, e.Message);
42+
using (PdfDocument pdfDocument = new PdfDocument(new PdfReader(inputFileName))) {
43+
PdfDocumentContentParser contentParser = new PdfDocumentContentParser(pdfDocument);
44+
NUnit.Framework.Assert.DoesNotThrow(() => contentParser.ProcessContent(1, new LocationTextExtractionStrategy
45+
()));
46+
}
47+
}
48+
49+
[NUnit.Framework.Test]
50+
public virtual void ContentExtractionInDocWithStaticFloatMultiplierTest() {
51+
String inputFileName = SOURCE_FOLDER + "docWithBigCoordinates.pdf";
52+
// In this document the CTM shrinks coordinates and these coordinates are large numbers.
53+
// At the moment creation of this test clipper has a problem with handling large numbers
54+
// since internally it deals with integers and has to multiply large numbers even more
55+
// for internal purposes
56+
using (PdfDocument pdfDocument = new PdfDocument(new PdfReader(inputFileName))) {
57+
PdfDocumentContentParser contentParser = new PdfDocumentContentParser(pdfDocument);
58+
ClipperBridge.floatMultiplier = Math.Pow(10, 14);
59+
Exception e = NUnit.Framework.Assert.Catch(typeof(ClipperException), () => contentParser.ProcessContent(1,
60+
new LocationTextExtractionStrategy()));
61+
NUnit.Framework.Assert.AreEqual(ClipperExceptionConstant.COORDINATE_OUTSIDE_ALLOWED_RANGE, e.Message);
62+
ClipperBridge.floatMultiplier = null;
63+
}
4864
}
4965
}
5066
}

itext.tests/itext.kernel.tests/itext/kernel/pdf/canvas/parser/clipperlib/ClipperBridgeTest.cs

Lines changed: 27 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ You should have received a copy of the GNU Affero General Public License
2222
*/
2323
using System.Collections.Generic;
2424
using System.Linq;
25+
using iText.Commons.Utils;
2526
using iText.Kernel.Geom;
2627
using iText.Kernel.Pdf.Canvas;
2728
using iText.Test;
@@ -48,11 +49,12 @@ public virtual void SquareClippingTest() {
4849
Path rectanglePath = new Path();
4950
rectanglePath.AddSubpath(rectangleSubpath);
5051
Clipper clipper = new Clipper();
51-
ClipperBridge.AddPath(clipper, squarePath, PolyType.SUBJECT);
52-
ClipperBridge.AddPath(clipper, rectanglePath, PolyType.CLIP);
52+
ClipperBridge clipperBridge = new ClipperBridge(squarePath, rectanglePath);
53+
clipperBridge.AddPath(clipper, squarePath, PolyType.SUBJECT);
54+
clipperBridge.AddPath(clipper, rectanglePath, PolyType.CLIP);
5355
PolyTree polyTree = new PolyTree();
5456
clipper.Execute(ClipType.UNION, polyTree);
55-
Path result = ClipperBridge.ConvertToPath(polyTree);
57+
Path result = clipperBridge.ConvertToPath(polyTree);
5658
NUnit.Framework.Assert.AreEqual(new Point(20, 40), result.GetCurrentPoint());
5759
NUnit.Framework.Assert.AreEqual(2, result.GetSubpaths().Count);
5860
Subpath closedPath = result.GetSubpaths()[0];
@@ -95,14 +97,34 @@ public virtual void GetEndTypeTest() {
9597
public virtual void LongRectWidthTest() {
9698
IntRect longRect = new IntRect(14900000000000000L, 21275000000000000L, 71065802001953128L, 71075000000000000L
9799
);
98-
NUnit.Framework.Assert.AreEqual(561.658, ClipperBridge.LongRectCalculateWidth(longRect), 0.001f);
100+
NUnit.Framework.Assert.AreEqual(561.658, new ClipperBridge().LongRectCalculateWidth(longRect), 0.001f);
99101
}
100102

101103
[NUnit.Framework.Test]
102104
public virtual void LongRectHeightTest() {
103105
IntRect longRect = new IntRect(14900000000000000L, 21275000000000000L, 71065802001953128L, 71075000000000000L
104106
);
105-
NUnit.Framework.Assert.AreEqual(498, ClipperBridge.LongRectCalculateHeight(longRect), 0.001f);
107+
NUnit.Framework.Assert.AreEqual(498, new ClipperBridge().LongRectCalculateHeight(longRect), 0.001f);
108+
}
109+
110+
[NUnit.Framework.Test]
111+
public virtual void DynamicFloatMultiplierCalculationsSmallValuesTest() {
112+
Point[] points = new Point[] { new Point(1e-10, 0), new Point(0, 1e-13) };
113+
NUnit.Framework.Assert.AreEqual(1.8014398509481984e26, new ClipperBridge(points).GetFloatMultiplier(), 0e+10
114+
);
115+
}
116+
117+
[NUnit.Framework.Test]
118+
public virtual void DynamicFloatMultiplierCalculationsBigValuesTest() {
119+
Point[] points = new Point[] { new Point(1e+11, 10), new Point(10, 1e+10) };
120+
NUnit.Framework.Assert.AreEqual(180143, new ClipperBridge(points).GetFloatMultiplier(), 0.001f);
121+
}
122+
123+
[NUnit.Framework.Test]
124+
public virtual void SmallFloatMultiplierCoefficientTest() {
125+
Point[] points = new Point[] { new Point(1e-10, 1e+10) };
126+
NUnit.Framework.Assert.AreEqual(new IntPoint(0, 18014390000000000L), new ClipperBridge(points).ConvertToLongPoints
127+
(JavaUtil.ArraysAsList(points))[0]);
106128
}
107129

108130
private bool AreShapesEqual(IShape expected, IShape actual) {

itext.tests/itext.layout.tests/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515

1616
[assembly: Guid("9ad347a8-ea5b-462b-810c-998f04471bb7")]
1717

18-
[assembly: AssemblyVersion("9.0.0.0")]
19-
[assembly: AssemblyFileVersion("9.0.0.0")]
20-
[assembly: AssemblyInformationalVersion("9.0.0-SNAPSHOT")]
18+
[assembly: AssemblyVersion("9.0.1.0")]
19+
[assembly: AssemblyFileVersion("9.0.1.0")]
20+
[assembly: AssemblyInformationalVersion("9.0.1-SNAPSHOT")]
2121

2222
#if !NETSTANDARD2_0
2323
[assembly: NUnit.Framework.Timeout(600000)]

itext.tests/itext.pdfa.tests/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515

1616
[assembly: Guid("b7c0e021-71ac-4c97-9a51-8356f1bd53c7")]
1717

18-
[assembly: AssemblyVersion("9.0.0.0")]
19-
[assembly: AssemblyFileVersion("9.0.0.0")]
20-
[assembly: AssemblyInformationalVersion("9.0.0-SNAPSHOT")]
18+
[assembly: AssemblyVersion("9.0.1.0")]
19+
[assembly: AssemblyFileVersion("9.0.1.0")]
20+
[assembly: AssemblyInformationalVersion("9.0.1-SNAPSHOT")]
2121

2222
#if !NETSTANDARD2_0
2323
[assembly: NUnit.Framework.Timeout(300000)]

itext.tests/itext.pdftest.tests/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515

1616
[assembly: Guid("f9880dc4-f015-4413-af86-66d0e9512774")]
1717

18-
[assembly: AssemblyVersion("9.0.0.0")]
19-
[assembly: AssemblyFileVersion("9.0.0.0")]
20-
[assembly: AssemblyInformationalVersion("9.0.0-SNAPSHOT")]
18+
[assembly: AssemblyVersion("9.0.1.0")]
19+
[assembly: AssemblyFileVersion("9.0.1.0")]
20+
[assembly: AssemblyInformationalVersion("9.0.1-SNAPSHOT")]

itext.tests/itext.pdfua.tests/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515

1616
[assembly: Guid("f542854e-7f6b-4207-b6ca-004a5d266e65")]
1717

18-
[assembly: AssemblyVersion("9.0.0.0")]
19-
[assembly: AssemblyFileVersion("9.0.0.0")]
20-
[assembly: AssemblyInformationalVersion("9.0.0-SNAPSHOT")]
18+
[assembly: AssemblyVersion("9.0.1.0")]
19+
[assembly: AssemblyFileVersion("9.0.1.0")]
20+
[assembly: AssemblyInformationalVersion("9.0.1-SNAPSHOT")]
2121

2222
#if !NETSTANDARD2_0
2323
[assembly: NUnit.Framework.Timeout(300000)]

itext.tests/itext.sign.tests/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515

1616
[assembly: Guid("be15bdf3-b184-4e2f-8459-ebee3160e19d")]
1717

18-
[assembly: AssemblyVersion("9.0.0.0")]
19-
[assembly: AssemblyFileVersion("9.0.0.0")]
20-
[assembly: AssemblyInformationalVersion("9.0.0-SNAPSHOT")]
18+
[assembly: AssemblyVersion("9.0.1.0")]
19+
[assembly: AssemblyFileVersion("9.0.1.0")]
20+
[assembly: AssemblyInformationalVersion("9.0.1-SNAPSHOT")]
2121

2222
#if !NETSTANDARD2_0
2323
[assembly: NUnit.Framework.Timeout(300000)]

itext.tests/itext.styledxmlparser.tests/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515

1616
[assembly: Guid("409b5131-4d0c-4e4b-9c7b-2407a8356ca4")]
1717

18-
[assembly: AssemblyVersion("9.0.0.0")]
19-
[assembly: AssemblyFileVersion("9.0.0.0")]
20-
[assembly: AssemblyInformationalVersion("9.0.0-SNAPSHOT")]
18+
[assembly: AssemblyVersion("9.0.1.0")]
19+
[assembly: AssemblyFileVersion("9.0.1.0")]
20+
[assembly: AssemblyInformationalVersion("9.0.1-SNAPSHOT")]
2121

2222
#if !NETSTANDARD2_0
2323
[assembly: NUnit.Framework.Timeout(300000)]

itext.tests/itext.svg.tests/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515

1616
[assembly: Guid("ae4e5743-0665-4705-9a33-07ea57cdd269")]
1717

18-
[assembly: AssemblyVersion("9.0.0.0")]
19-
[assembly: AssemblyFileVersion("9.0.0.0")]
20-
[assembly: AssemblyInformationalVersion("9.0.0-SNAPSHOT")]
18+
[assembly: AssemblyVersion("9.0.1.0")]
19+
[assembly: AssemblyFileVersion("9.0.1.0")]
20+
[assembly: AssemblyInformationalVersion("9.0.1-SNAPSHOT")]
2121

2222
#if !NETSTANDARD2_0
2323
[assembly: NUnit.Framework.Timeout(300000)]

itext/itext.barcodes/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121

2222
[assembly: Guid("8694665a-5749-40c6-9e9c-53c686a77ad1")]
2323

24-
[assembly: AssemblyVersion("9.0.0.0")]
25-
[assembly: AssemblyFileVersion("9.0.0.0")]
26-
[assembly: AssemblyInformationalVersion("9.0.0-SNAPSHOT")]
24+
[assembly: AssemblyVersion("9.0.1.0")]
25+
[assembly: AssemblyFileVersion("9.0.1.0")]
26+
[assembly: AssemblyInformationalVersion("9.0.1-SNAPSHOT")]

itext/itext.bouncy-castle-adapter/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515

1616
[assembly: Guid("3c83a192-e64a-4134-ade9-38f65c8e9fca")]
1717

18-
[assembly: AssemblyVersion("9.0.0.0")]
19-
[assembly: AssemblyFileVersion("9.0.0.0")]
20-
[assembly: AssemblyInformationalVersion("9.0.0-SNAPSHOT")]
18+
[assembly: AssemblyVersion("9.0.1.0")]
19+
[assembly: AssemblyFileVersion("9.0.1.0")]
20+
[assembly: AssemblyInformationalVersion("9.0.1-SNAPSHOT")]

itext/itext.bouncy-castle-adapter/itext-bouncy-castle-adapter.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
33
<metadata>
44
<id>itext.bouncy-castle-adapter</id>
5-
<version>9.0.0-SNAPSHOT</version>
5+
<version>9.0.1-SNAPSHOT</version>
66
<title>iText bouncy-castle adapter module</title>
77
<authors>Apryse Software</authors>
88
<owners>Apryse Software</owners>
@@ -18,11 +18,11 @@
1818
<tags>itext itext7 itextsharp c# .net csharp</tags>
1919
<dependencies>
2020
<group targetFramework="net461">
21-
<dependency id="itext.commons" version="9.0.0-SNAPSHOT" />
21+
<dependency id="itext.commons" version="9.0.1-SNAPSHOT" />
2222
<dependency id="BouncyCastle.Cryptography" version="2.4.0" />
2323
</group>
2424
<group targetFramework="netstandard2.0">
25-
<dependency id="itext.commons" version="9.0.0-SNAPSHOT" />
25+
<dependency id="itext.commons" version="9.0.1-SNAPSHOT" />
2626
<dependency id="BouncyCastle.Cryptography" version="2.4.0" />
2727
</group>
2828
</dependencies>

itext/itext.bouncy-castle-connector/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515

1616
[assembly: Guid("56eaf103-2032-43eb-a7dd-fbeea5c5cb9c")]
1717

18-
[assembly: AssemblyVersion("9.0.0.0")]
19-
[assembly: AssemblyFileVersion("9.0.0.0")]
20-
[assembly: AssemblyInformationalVersion("9.0.0-SNAPSHOT")]
18+
[assembly: AssemblyVersion("9.0.1.0")]
19+
[assembly: AssemblyFileVersion("9.0.1.0")]
20+
[assembly: AssemblyInformationalVersion("9.0.1-SNAPSHOT")]

itext/itext.bouncy-castle-fips-adapter/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515

1616
[assembly: Guid("4e9a859e-f268-49cc-ac3c-c5b9632b3290")]
1717

18-
[assembly: AssemblyVersion("9.0.0.0")]
19-
[assembly: AssemblyFileVersion("9.0.0.0")]
20-
[assembly: AssemblyInformationalVersion("9.0.0-SNAPSHOT")]
18+
[assembly: AssemblyVersion("9.0.1.0")]
19+
[assembly: AssemblyFileVersion("9.0.1.0")]
20+
[assembly: AssemblyInformationalVersion("9.0.1-SNAPSHOT")]

itext/itext.bouncy-castle-fips-adapter/itext-bouncy-castle-fips-adapter.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/2013/05/nuspec.xsd">
33
<metadata>
44
<id>itext.bouncy-castle-fips-adapter</id>
5-
<version>9.0.0-SNAPSHOT</version>
5+
<version>9.0.1-SNAPSHOT</version>
66
<title>iText bouncy-castle FIPS adapter module</title>
77
<authors>Apryse Software</authors>
88
<owners>Apryse Software</owners>
@@ -18,7 +18,7 @@
1818
<tags>itext itext7 itextsharp c# .net csharp</tags>
1919
<dependencies>
2020
<group targetFramework="netstandard2.0">
21-
<dependency id="itext.commons" version="9.0.0-SNAPSHOT" />
21+
<dependency id="itext.commons" version="9.0.1-SNAPSHOT" />
2222
</group>
2323
</dependencies>
2424
</metadata>

itext/itext.commons/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939

4040
[assembly: Guid("339569d2-3ba2-41cc-972c-70b05e4c4fcd")]
4141

42-
[assembly: AssemblyVersion("9.0.0.0")]
43-
[assembly: AssemblyFileVersion("9.0.0.0")]
44-
[assembly: AssemblyInformationalVersion("9.0.0-SNAPSHOT")]
42+
[assembly: AssemblyVersion("9.0.1.0")]
43+
[assembly: AssemblyFileVersion("9.0.1.0")]
44+
[assembly: AssemblyInformationalVersion("9.0.1-SNAPSHOT")]

itext/itext.commons/itext-commons.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/2013/05/nuspec.xsd">
33
<metadata>
44
<id>itext.commons</id>
5-
<version>9.0.0-SNAPSHOT</version>
5+
<version>9.0.1-SNAPSHOT</version>
66
<title>iText commons module</title>
77
<authors>Apryse Software</authors>
88
<owners>Apryse Software</owners>

itext/itext.commons/itext/commons/actions/data/CommonsProductData.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public sealed class CommonsProductData {
3838
//\endcond
3939

4040
//\cond DO_NOT_DOCUMENT
41-
internal const String COMMONS_VERSION = "9.0.0-SNAPSHOT";
41+
internal const String COMMONS_VERSION = "9.0.1-SNAPSHOT";
4242
//\endcond
4343

4444
//\cond DO_NOT_DOCUMENT

0 commit comments

Comments
 (0)