Skip to content

Commit 1aecdb7

Browse files
committed
[RELEASE] iText 9.2.0
2 parents 7470046 + 98ef798 commit 1aecdb7

File tree

1,555 files changed

+26601
-8042
lines changed

Some content is hidden

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

1,555 files changed

+26601
-8042
lines changed

Jenkinsfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,8 @@ def solutionFile = "iTextCore.sln"
77
def frameworksToTest = "net461"
88
def frameworksToTestForMainBranches = "net461;netcoreapp2.0"
99

10-
automaticDotnetBuild(repoName, dependencyRegex, solutionFile, frameworksToTest, frameworksToTestForMainBranches)
10+
withEnv(
11+
['ITEXT_VERAPDFVALIDATOR_ENABLE_SERVER=true',
12+
'ITEXT_VERAPDFVALIDATOR_PORT=8091']) {
13+
automaticDotnetBuild(repoName, dependencyRegex, solutionFile, frameworksToTest, frameworksToTestForMainBranches)
14+
}

NOTICE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
This software uses third-party libraries under the licenses in the following files:
2+
- [styled-xml-parser/NOTICE.txt](itext/itext.styledxmlparser/NOTICE.txt)
3+
- [kernel/NOTICE.txt](itext/itext.kernel/NOTICE.txt)
4+
- [io/NOTICE.txt](itext/itext.io/NOTICE.txt)
5+
- [layout/NOTICE.txt](itext/itext.layout/NOTICE.txt)

README.md

Lines changed: 59 additions & 51 deletions
Large diffs are not rendered by default.

doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8
3232
# title of most generated pages and in a few other places.
3333
# The default value is: My Project.
3434

35-
PROJECT_NAME = "iText 9.1.0 API"
35+
PROJECT_NAME = "iText 9.2.0 API"
3636

3737
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
3838
# could be handy for archiving the generated documentation or if some version

itext.nuspec

Lines changed: 10 additions & 6 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.1.0</version>
5+
<version>9.2.0</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.1.0" />
22+
<dependency id="itext.commons" version="9.2.0" />
2323
<dependency id="Microsoft.Extensions.Logging" version="5.0.0" />
2424
</group>
2525
<group targetFramework="netstandard2.0">
26-
<dependency id="itext.commons" version="9.1.0" />
26+
<dependency id="itext.commons" version="9.2.0" />
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" />
@@ -62,7 +62,7 @@
6262
<file src="itext\itext.styledxmlparser\bin\Release\net461\itext.styledxmlparser.xml" target="lib\net461" />
6363
<file src="itext\itext.svg\bin\Release\net461\itext.svg.dll" target="lib\net461" />
6464
<file src="itext\itext.svg\bin\Release\net461\itext.svg.xml" target="lib\net461" />
65-
<file src="itext\itext.bouncy-castle-connector\bin\Release\net461\itext.bouncy-castle-connector.dll" target="lib\net461" />
65+
<file src="itext\itext.bouncy-castle-connector\bin\Release\net461\itext.bouncy-castle-connector.dll" target="lib\net461" />
6666
<file src="itext\itext.bouncy-castle-connector\bin\Release\net461\itext.bouncy-castle-connector.xml" target="lib\net461" />
6767
<file src="itext\itext.io\bin\Release\netstandard2.0\itext.io.dll" target="lib\netstandard2.0" />
6868
<file src="itext\itext.io\bin\Release\netstandard2.0\itext.io.xml" target="lib\netstandard2.0" />
@@ -84,10 +84,14 @@
8484
<file src="itext\itext.styledxmlparser\bin\Release\netstandard2.0\itext.styledxmlparser.xml" target="lib\netstandard2.0" />
8585
<file src="itext\itext.svg\bin\Release\netstandard2.0\itext.svg.dll" target="lib\netstandard2.0" />
8686
<file src="itext\itext.svg\bin\Release\netstandard2.0\itext.svg.xml" target="lib\netstandard2.0" />
87-
<file src="itext\itext.bouncy-castle-connector\bin\Release\netstandard2.0\itext.bouncy-castle-connector.dll" target="lib\netstandard2.0" />
87+
<file src="itext\itext.bouncy-castle-connector\bin\Release\netstandard2.0\itext.bouncy-castle-connector.dll" target="lib\netstandard2.0" />
8888
<file src="itext\itext.bouncy-castle-connector\bin\Release\netstandard2.0\itext.bouncy-castle-connector.xml" target="lib\netstandard2.0" />
8989
<file src="gnu-agpl-v3.0.md" target="" />
9090
<file src="LICENSE.md" target="" />
91-
<file src="ITSC-avatar.png" target="" />
91+
<file src="ITSC-avatar.png" target="" />
92+
<file src="itext\itext.kernel\NOTICE.txt" target="NOTICE_kernel.txt" />
93+
<file src="itext\itext.layout\NOTICE.txt" target="NOTICE_layout.txt" />
94+
<file src="itext\itext.styledxmlparser\NOTICE.txt" target="NOTICE_styledxmlparser.txt" />
95+
<file src="itext\itext.io\NOTICE.txt" target="NOTICE_io.txt" />
9296
</files>
9397
</package>

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
using NUnit.Framework;
12
using System.Reflection;
23
using System.Runtime.InteropServices;
34

@@ -14,9 +15,11 @@
1415

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

17-
[assembly: AssemblyVersion("9.1.0.0")]
18-
[assembly: AssemblyFileVersion("9.1.0.0")]
19-
[assembly: AssemblyInformationalVersion("9.1.0")]
18+
[assembly: AssemblyVersion("9.2.0.0")]
19+
[assembly: AssemblyFileVersion("9.2.0.0")]
20+
[assembly: AssemblyInformationalVersion("9.2.0")]
21+
22+
[assembly: Parallelizable(ParallelScope.ContextMask)]
2023

2124
#if !NETSTANDARD2_0
2225
[assembly: NUnit.Framework.Timeout(300000)]

itext.tests/itext.barcodes.tests/itext.barcodes.tests.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
</PropertyGroup>
2828
<PropertyGroup>
2929
<NoWarn>1701;1702;1591;1570;1572;1573;1574;1580;1584;1658</NoWarn>
30+
<!-- TODO DEVSIX-9075: remove this suppression -->
31+
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
3032
</PropertyGroup>
3133
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
3234
<Reference Include="System" />

itext.tests/itext.barcodes.tests/itext/barcodes/Barcode128Test.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ public class Barcode128Test : ExtendedITextTest {
3333
public static readonly String sourceFolder = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext
3434
.CurrentContext.TestDirectory) + "/resources/itext/barcodes/";
3535

36-
public static readonly String destinationFolder = NUnit.Framework.TestContext.CurrentContext.TestDirectory
37-
+ "/test/itext/barcodes/Barcode128/";
36+
public static readonly String destinationFolder = TestUtil.GetOutputPath() + "/barcodes/Barcode128/";
3837

3938
[NUnit.Framework.OneTimeSetUp]
4039
public static void BeforeClass() {

itext.tests/itext.barcodes.tests/itext/barcodes/Barcode39Test.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ public class Barcode39Test : ExtendedITextTest {
3434
public static readonly String sourceFolder = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext
3535
.CurrentContext.TestDirectory) + "/resources/itext/barcodes/";
3636

37-
public static readonly String destinationFolder = NUnit.Framework.TestContext.CurrentContext.TestDirectory
38-
+ "/test/itext/barcodes/Barcode39/";
37+
public static readonly String destinationFolder = TestUtil.GetOutputPath() + "/barcodes/Barcode39/";
3938

4039
[NUnit.Framework.OneTimeSetUp]
4140
public static void BeforeClass() {

itext.tests/itext.barcodes.tests/itext/barcodes/BarcodeCodabarTest.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ public class BarcodeCodabarTest : ExtendedITextTest {
3434
private static readonly String SOURCE_FOLDER = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext
3535
.CurrentContext.TestDirectory) + "/resources/itext/barcodes/";
3636

37-
private static readonly String DESTINATION_FOLDER = NUnit.Framework.TestContext.CurrentContext.TestDirectory
38-
+ "/test/itext/barcodes/Codabar/";
37+
private static readonly String DESTINATION_FOLDER = TestUtil.GetOutputPath() + "/barcodes/Codabar/";
3938

4039
[NUnit.Framework.OneTimeSetUp]
4140
public static void BeforeClass() {

0 commit comments

Comments
 (0)