Skip to content

Commit f6098a4

Browse files
committed
[RELEASE] iText 7 7.2.5
2 parents 03020c7 + e86cbb2 commit f6098a4

File tree

2,401 files changed

+5367
-3521
lines changed

Some content is hidden

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

2,401 files changed

+5367
-3521
lines changed

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 7 7.2.4 API"
35+
PROJECT_NAME = "iText 7 7.2.5 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.tests/itext.barcodes.tests/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
[assembly: AssemblyConfiguration("")]
77
[assembly: AssemblyCompany("iText Group NV")]
88
[assembly: AssemblyProduct("iText")]
9-
[assembly: AssemblyCopyright("Copyright (c) 1998-2022 iText Group NV")]
9+
[assembly: AssemblyCopyright("Copyright (c) 1998-2023 iText Group NV")]
1010
[assembly: AssemblyTrademark("")]
1111
[assembly: AssemblyCulture("")]
1212

1313
[assembly: ComVisible(false)]
1414

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

17-
[assembly: AssemblyVersion("7.2.4.0")]
18-
[assembly: AssemblyFileVersion("7.2.4.0")]
19-
[assembly: AssemblyInformationalVersion("7.2.4")]
17+
[assembly: AssemblyVersion("7.2.5.0")]
18+
[assembly: AssemblyFileVersion("7.2.5.0")]
19+
[assembly: AssemblyInformationalVersion("7.2.5")]
2020

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2022 iText Group NV
3+
Copyright (c) 1998-2023 iText Group NV
44
Authors: iText Software.
55
66
This program is free software; you can redistribute it and/or modify
@@ -48,7 +48,7 @@ source product.
4848
using iText.Test;
4949

5050
namespace iText.Barcodes {
51-
[NUnit.Framework.Category("Integration test")]
51+
[NUnit.Framework.Category("IntegrationTest")]
5252
public class Barcode128Test : ExtendedITextTest {
5353
public static readonly String sourceFolder = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext
5454
.CurrentContext.TestDirectory) + "/resources/itext/barcodes/";

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2022 iText Group NV
3+
Copyright (c) 1998-2023 iText Group NV
44
Authors: iText Software.
55
66
This program is free software; you can redistribute it and/or modify
@@ -49,7 +49,7 @@ source product.
4949
using iText.Test;
5050

5151
namespace iText.Barcodes {
52-
[NUnit.Framework.Category("Integration test")]
52+
[NUnit.Framework.Category("IntegrationTest")]
5353
public class Barcode39Test : ExtendedITextTest {
5454
public static readonly String sourceFolder = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext
5555
.CurrentContext.TestDirectory) + "/resources/itext/barcodes/";

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2022 iText Group NV
3+
Copyright (c) 1998-2023 iText Group NV
44
Authors: iText Software.
55
66
This program is free software; you can redistribute it and/or modify
@@ -49,7 +49,7 @@ source product.
4949
using iText.Test;
5050

5151
namespace iText.Barcodes {
52-
[NUnit.Framework.Category("Integration test")]
52+
[NUnit.Framework.Category("IntegrationTest")]
5353
public class BarcodeCodabarTest : ExtendedITextTest {
5454
private static readonly String SOURCE_FOLDER = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext
5555
.CurrentContext.TestDirectory) + "/resources/itext/barcodes/";

itext.tests/itext.barcodes.tests/itext/barcodes/BarcodeDataMatrixTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2022 iText Group NV
3+
Copyright (c) 1998-2023 iText Group NV
44
Authors: iText Software.
55
66
This program is free software; you can redistribute it and/or modify
@@ -48,7 +48,7 @@ source product.
4848
using iText.Test;
4949

5050
namespace iText.Barcodes {
51-
[NUnit.Framework.Category("Integration test")]
51+
[NUnit.Framework.Category("IntegrationTest")]
5252
public class BarcodeDataMatrixTest : ExtendedITextTest {
5353
public static readonly String destinationFolder = NUnit.Framework.TestContext.CurrentContext.TestDirectory
5454
+ "/test/itext/barcodes/BarcodeDataMatrix/";

itext.tests/itext.barcodes.tests/itext/barcodes/BarcodeEANTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2022 iText Group NV
3+
Copyright (c) 1998-2023 iText Group NV
44
Authors: iText Software.
55
66
This program is free software; you can redistribute it and/or modify
@@ -48,7 +48,7 @@ source product.
4848
using iText.Test;
4949

5050
namespace iText.Barcodes {
51-
[NUnit.Framework.Category("Integration test")]
51+
[NUnit.Framework.Category("IntegrationTest")]
5252
public class BarcodeEANTest : ExtendedITextTest {
5353
public static readonly String sourceFolder = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext
5454
.CurrentContext.TestDirectory) + "/resources/itext/barcodes/";

itext.tests/itext.barcodes.tests/itext/barcodes/BarcodeEANUnitTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2022 iText Group NV
3+
Copyright (c) 1998-2023 iText Group NV
44
Authors: iText Software.
55
66
This program is free software; you can redistribute it and/or modify
@@ -48,7 +48,7 @@ source product.
4848
using iText.Test;
4949

5050
namespace iText.Barcodes {
51-
[NUnit.Framework.Category("Unit test")]
51+
[NUnit.Framework.Category("UnitTest")]
5252
public class BarcodeEANUnitTest : ExtendedITextTest {
5353
public const float EPS = 0.0001f;
5454

itext.tests/itext.barcodes.tests/itext/barcodes/BarcodeInter25Test.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2022 iText Group NV
3+
Copyright (c) 1998-2023 iText Group NV
44
Authors: iText Software.
55
66
This program is free software; you can redistribute it and/or modify
@@ -48,7 +48,7 @@ source product.
4848
using iText.Test;
4949

5050
namespace iText.Barcodes {
51-
[NUnit.Framework.Category("Integration test")]
51+
[NUnit.Framework.Category("IntegrationTest")]
5252
public class BarcodeInter25Test : ExtendedITextTest {
5353
public static readonly String sourceFolder = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext
5454
.CurrentContext.TestDirectory) + "/resources/itext/barcodes/";

itext.tests/itext.barcodes.tests/itext/barcodes/BarcodeMSITest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2022 iText Group NV
3+
Copyright (c) 1998-2023 iText Group NV
44
Authors: iText Software.
55
66
This program is free software; you can redistribute it and/or modify
@@ -49,7 +49,7 @@ source product.
4949
using iText.Test;
5050

5151
namespace iText.Barcodes {
52-
[NUnit.Framework.Category("Integration test")]
52+
[NUnit.Framework.Category("IntegrationTest")]
5353
public class BarcodeMSITest : ExtendedITextTest {
5454
public static readonly String sourceFolder = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext
5555
.CurrentContext.TestDirectory) + "/resources/itext/barcodes/";

0 commit comments

Comments
 (0)