From c9e6f84e86359331c521a428542f5816a62fd1b4 Mon Sep 17 00:00:00 2001 From: Apryse Software Date: Wed, 5 Feb 2025 11:36:23 +0000 Subject: [PATCH] [RELEASE] 9.1.0 --- doxyfile | 2 +- itext.nuspec | 6 +++--- itext.tests/itext.barcodes.tests/Properties/AssemblyInfo.cs | 2 +- itext.tests/itext.commons.tests/Properties/AssemblyInfo.cs | 2 +- itext.tests/itext.forms.tests/Properties/AssemblyInfo.cs | 2 +- itext.tests/itext.io.tests/Properties/AssemblyInfo.cs | 2 +- itext.tests/itext.kernel.tests/Properties/AssemblyInfo.cs | 2 +- itext.tests/itext.layout.tests/Properties/AssemblyInfo.cs | 2 +- itext.tests/itext.pdfa.tests/Properties/AssemblyInfo.cs | 2 +- itext.tests/itext.pdftest.tests/Properties/AssemblyInfo.cs | 2 +- itext.tests/itext.pdfua.tests/Properties/AssemblyInfo.cs | 2 +- itext.tests/itext.sign.tests/Properties/AssemblyInfo.cs | 2 +- .../itext.styledxmlparser.tests/Properties/AssemblyInfo.cs | 2 +- itext.tests/itext.svg.tests/Properties/AssemblyInfo.cs | 2 +- itext/itext.barcodes/Properties/AssemblyInfo.cs | 2 +- .../itext.bouncy-castle-adapter/Properties/AssemblyInfo.cs | 2 +- .../itext-bouncy-castle-adapter.nuspec | 6 +++--- .../Properties/AssemblyInfo.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../itext-bouncy-castle-fips-adapter.nuspec | 4 ++-- itext/itext.commons/Properties/AssemblyInfo.cs | 2 +- itext/itext.commons/itext-commons.nuspec | 2 +- .../itext/commons/actions/data/CommonsProductData.cs | 2 +- itext/itext.font-asian/Properties/AssemblyInfo.cs | 2 +- itext/itext.font-asian/iText Asian Font.nuspec | 2 +- itext/itext.forms/Properties/AssemblyInfo.cs | 2 +- itext/itext.hyph/Properties/AssemblyInfo.cs | 2 +- itext/itext.hyph/iText Hyph.nuspec | 2 +- itext/itext.io/Properties/AssemblyInfo.cs | 2 +- itext/itext.kernel/Properties/AssemblyInfo.cs | 2 +- .../itext/kernel/actions/data/ITextCoreProductData.cs | 2 +- itext/itext.layout/Properties/AssemblyInfo.cs | 2 +- itext/itext.pdfa/Properties/AssemblyInfo.cs | 2 +- itext/itext.pdftest/Properties/AssemblyInfo.cs | 2 +- itext/itext.pdftest/itext-pdftest.nuspec | 2 +- itext/itext.pdfua/Properties/AssemblyInfo.cs | 2 +- itext/itext.sign/Properties/AssemblyInfo.cs | 2 +- itext/itext.styledxmlparser/Properties/AssemblyInfo.cs | 2 +- itext/itext.svg/Properties/AssemblyInfo.cs | 2 +- port-hash | 2 +- 40 files changed, 45 insertions(+), 45 deletions(-) diff --git a/doxyfile b/doxyfile index bd9aa5d894..f88b4e0d4a 100644 --- a/doxyfile +++ b/doxyfile @@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8 # title of most generated pages and in a few other places. # The default value is: My Project. -PROJECT_NAME = "iText VERSION_PLACEHOLDER API" +PROJECT_NAME = "iText 9.1.0 API" # The PROJECT_NUMBER tag can be used to enter a project or revision number. This # could be handy for archiving the generated documentation or if some version diff --git a/itext.nuspec b/itext.nuspec index 2efb276e3a..9f4c3aff31 100644 --- a/itext.nuspec +++ b/itext.nuspec @@ -2,7 +2,7 @@ itext - 9.1.0-SNAPSHOT + 9.1.0 iText Community Apryse Software Apryse Software @@ -19,11 +19,11 @@ - + - + diff --git a/itext.tests/itext.barcodes.tests/Properties/AssemblyInfo.cs b/itext.tests/itext.barcodes.tests/Properties/AssemblyInfo.cs index d258541812..0d71ff5b9c 100644 --- a/itext.tests/itext.barcodes.tests/Properties/AssemblyInfo.cs +++ b/itext.tests/itext.barcodes.tests/Properties/AssemblyInfo.cs @@ -16,7 +16,7 @@ [assembly: AssemblyVersion("9.1.0.0")] [assembly: AssemblyFileVersion("9.1.0.0")] -[assembly: AssemblyInformationalVersion("9.1.0-SNAPSHOT")] +[assembly: AssemblyInformationalVersion("9.1.0")] #if !NETSTANDARD2_0 [assembly: NUnit.Framework.Timeout(300000)] diff --git a/itext.tests/itext.commons.tests/Properties/AssemblyInfo.cs b/itext.tests/itext.commons.tests/Properties/AssemblyInfo.cs index 14a6c6d0b2..9cf51975d3 100644 --- a/itext.tests/itext.commons.tests/Properties/AssemblyInfo.cs +++ b/itext.tests/itext.commons.tests/Properties/AssemblyInfo.cs @@ -17,7 +17,7 @@ [assembly: AssemblyVersion("9.1.0.0")] [assembly: AssemblyFileVersion("9.1.0.0")] -[assembly: AssemblyInformationalVersion("9.1.0-SNAPSHOT")] +[assembly: AssemblyInformationalVersion("9.1.0")] #if !NETSTANDARD2_0 [assembly: NUnit.Framework.Timeout(300000)] diff --git a/itext.tests/itext.forms.tests/Properties/AssemblyInfo.cs b/itext.tests/itext.forms.tests/Properties/AssemblyInfo.cs index 8472c82b43..1ecd279588 100644 --- a/itext.tests/itext.forms.tests/Properties/AssemblyInfo.cs +++ b/itext.tests/itext.forms.tests/Properties/AssemblyInfo.cs @@ -16,7 +16,7 @@ [assembly: AssemblyVersion("9.1.0.0")] [assembly: AssemblyFileVersion("9.1.0.0")] -[assembly: AssemblyInformationalVersion("9.1.0-SNAPSHOT")] +[assembly: AssemblyInformationalVersion("9.1.0")] #if !NETSTANDARD2_0 [assembly: NUnit.Framework.Timeout(300000)] diff --git a/itext.tests/itext.io.tests/Properties/AssemblyInfo.cs b/itext.tests/itext.io.tests/Properties/AssemblyInfo.cs index 092e1a5240..aac1d3b946 100644 --- a/itext.tests/itext.io.tests/Properties/AssemblyInfo.cs +++ b/itext.tests/itext.io.tests/Properties/AssemblyInfo.cs @@ -17,7 +17,7 @@ [assembly: AssemblyVersion("9.1.0.0")] [assembly: AssemblyFileVersion("9.1.0.0")] -[assembly: AssemblyInformationalVersion("9.1.0-SNAPSHOT")] +[assembly: AssemblyInformationalVersion("9.1.0")] #if !NETSTANDARD2_0 [assembly: NUnit.Framework.Timeout(300000)] diff --git a/itext.tests/itext.kernel.tests/Properties/AssemblyInfo.cs b/itext.tests/itext.kernel.tests/Properties/AssemblyInfo.cs index 936f860938..578aa4752d 100644 --- a/itext.tests/itext.kernel.tests/Properties/AssemblyInfo.cs +++ b/itext.tests/itext.kernel.tests/Properties/AssemblyInfo.cs @@ -17,7 +17,7 @@ [assembly: AssemblyVersion("9.1.0.0")] [assembly: AssemblyFileVersion("9.1.0.0")] -[assembly: AssemblyInformationalVersion("9.1.0-SNAPSHOT")] +[assembly: AssemblyInformationalVersion("9.1.0")] #if !NETSTANDARD2_0 [assembly: NUnit.Framework.Timeout(300000)] diff --git a/itext.tests/itext.layout.tests/Properties/AssemblyInfo.cs b/itext.tests/itext.layout.tests/Properties/AssemblyInfo.cs index 6283e70b14..0392fbc9ae 100644 --- a/itext.tests/itext.layout.tests/Properties/AssemblyInfo.cs +++ b/itext.tests/itext.layout.tests/Properties/AssemblyInfo.cs @@ -17,7 +17,7 @@ [assembly: AssemblyVersion("9.1.0.0")] [assembly: AssemblyFileVersion("9.1.0.0")] -[assembly: AssemblyInformationalVersion("9.1.0-SNAPSHOT")] +[assembly: AssemblyInformationalVersion("9.1.0")] #if !NETSTANDARD2_0 [assembly: NUnit.Framework.Timeout(600000)] diff --git a/itext.tests/itext.pdfa.tests/Properties/AssemblyInfo.cs b/itext.tests/itext.pdfa.tests/Properties/AssemblyInfo.cs index 80ad6c10d1..e5953b3cb5 100644 --- a/itext.tests/itext.pdfa.tests/Properties/AssemblyInfo.cs +++ b/itext.tests/itext.pdfa.tests/Properties/AssemblyInfo.cs @@ -17,7 +17,7 @@ [assembly: AssemblyVersion("9.1.0.0")] [assembly: AssemblyFileVersion("9.1.0.0")] -[assembly: AssemblyInformationalVersion("9.1.0-SNAPSHOT")] +[assembly: AssemblyInformationalVersion("9.1.0")] #if !NETSTANDARD2_0 [assembly: NUnit.Framework.Timeout(300000)] diff --git a/itext.tests/itext.pdftest.tests/Properties/AssemblyInfo.cs b/itext.tests/itext.pdftest.tests/Properties/AssemblyInfo.cs index 62bc58663f..341179d34b 100644 --- a/itext.tests/itext.pdftest.tests/Properties/AssemblyInfo.cs +++ b/itext.tests/itext.pdftest.tests/Properties/AssemblyInfo.cs @@ -17,4 +17,4 @@ [assembly: AssemblyVersion("9.1.0.0")] [assembly: AssemblyFileVersion("9.1.0.0")] -[assembly: AssemblyInformationalVersion("9.1.0-SNAPSHOT")] +[assembly: AssemblyInformationalVersion("9.1.0")] diff --git a/itext.tests/itext.pdfua.tests/Properties/AssemblyInfo.cs b/itext.tests/itext.pdfua.tests/Properties/AssemblyInfo.cs index 063c5d1151..fad91fac19 100644 --- a/itext.tests/itext.pdfua.tests/Properties/AssemblyInfo.cs +++ b/itext.tests/itext.pdfua.tests/Properties/AssemblyInfo.cs @@ -17,7 +17,7 @@ [assembly: AssemblyVersion("9.1.0.0")] [assembly: AssemblyFileVersion("9.1.0.0")] -[assembly: AssemblyInformationalVersion("9.1.0-SNAPSHOT")] +[assembly: AssemblyInformationalVersion("9.1.0")] #if !NETSTANDARD2_0 [assembly: NUnit.Framework.Timeout(300000)] diff --git a/itext.tests/itext.sign.tests/Properties/AssemblyInfo.cs b/itext.tests/itext.sign.tests/Properties/AssemblyInfo.cs index 418e210ae9..bfdef8fb0a 100644 --- a/itext.tests/itext.sign.tests/Properties/AssemblyInfo.cs +++ b/itext.tests/itext.sign.tests/Properties/AssemblyInfo.cs @@ -17,7 +17,7 @@ [assembly: AssemblyVersion("9.1.0.0")] [assembly: AssemblyFileVersion("9.1.0.0")] -[assembly: AssemblyInformationalVersion("9.1.0-SNAPSHOT")] +[assembly: AssemblyInformationalVersion("9.1.0")] #if !NETSTANDARD2_0 [assembly: NUnit.Framework.Timeout(300000)] diff --git a/itext.tests/itext.styledxmlparser.tests/Properties/AssemblyInfo.cs b/itext.tests/itext.styledxmlparser.tests/Properties/AssemblyInfo.cs index 959ef4551f..5e9eb38c31 100644 --- a/itext.tests/itext.styledxmlparser.tests/Properties/AssemblyInfo.cs +++ b/itext.tests/itext.styledxmlparser.tests/Properties/AssemblyInfo.cs @@ -17,7 +17,7 @@ [assembly: AssemblyVersion("9.1.0.0")] [assembly: AssemblyFileVersion("9.1.0.0")] -[assembly: AssemblyInformationalVersion("9.1.0-SNAPSHOT")] +[assembly: AssemblyInformationalVersion("9.1.0")] #if !NETSTANDARD2_0 [assembly: NUnit.Framework.Timeout(300000)] diff --git a/itext.tests/itext.svg.tests/Properties/AssemblyInfo.cs b/itext.tests/itext.svg.tests/Properties/AssemblyInfo.cs index 8e225b0641..007d27fc90 100644 --- a/itext.tests/itext.svg.tests/Properties/AssemblyInfo.cs +++ b/itext.tests/itext.svg.tests/Properties/AssemblyInfo.cs @@ -17,7 +17,7 @@ [assembly: AssemblyVersion("9.1.0.0")] [assembly: AssemblyFileVersion("9.1.0.0")] -[assembly: AssemblyInformationalVersion("9.1.0-SNAPSHOT")] +[assembly: AssemblyInformationalVersion("9.1.0")] #if !NETSTANDARD2_0 [assembly: NUnit.Framework.Timeout(300000)] diff --git a/itext/itext.barcodes/Properties/AssemblyInfo.cs b/itext/itext.barcodes/Properties/AssemblyInfo.cs index 6880d1e8a0..ff6ffd81a0 100644 --- a/itext/itext.barcodes/Properties/AssemblyInfo.cs +++ b/itext/itext.barcodes/Properties/AssemblyInfo.cs @@ -23,4 +23,4 @@ [assembly: AssemblyVersion("9.1.0.0")] [assembly: AssemblyFileVersion("9.1.0.0")] -[assembly: AssemblyInformationalVersion("9.1.0-SNAPSHOT")] +[assembly: AssemblyInformationalVersion("9.1.0")] diff --git a/itext/itext.bouncy-castle-adapter/Properties/AssemblyInfo.cs b/itext/itext.bouncy-castle-adapter/Properties/AssemblyInfo.cs index d07d94bf41..088f805dc4 100644 --- a/itext/itext.bouncy-castle-adapter/Properties/AssemblyInfo.cs +++ b/itext/itext.bouncy-castle-adapter/Properties/AssemblyInfo.cs @@ -17,4 +17,4 @@ [assembly: AssemblyVersion("9.1.0.0")] [assembly: AssemblyFileVersion("9.1.0.0")] -[assembly: AssemblyInformationalVersion("9.1.0-SNAPSHOT")] \ No newline at end of file +[assembly: AssemblyInformationalVersion("9.1.0")] \ No newline at end of file diff --git a/itext/itext.bouncy-castle-adapter/itext-bouncy-castle-adapter.nuspec b/itext/itext.bouncy-castle-adapter/itext-bouncy-castle-adapter.nuspec index a0539d414a..60b62d0123 100644 --- a/itext/itext.bouncy-castle-adapter/itext-bouncy-castle-adapter.nuspec +++ b/itext/itext.bouncy-castle-adapter/itext-bouncy-castle-adapter.nuspec @@ -2,7 +2,7 @@ itext.bouncy-castle-adapter - 9.1.0-SNAPSHOT + 9.1.0 iText bouncy-castle adapter module Apryse Software Apryse Software @@ -18,11 +18,11 @@ itext itext7 itextsharp c# .net csharp - + - + diff --git a/itext/itext.bouncy-castle-connector/Properties/AssemblyInfo.cs b/itext/itext.bouncy-castle-connector/Properties/AssemblyInfo.cs index 6d0b690192..b7cb803e77 100644 --- a/itext/itext.bouncy-castle-connector/Properties/AssemblyInfo.cs +++ b/itext/itext.bouncy-castle-connector/Properties/AssemblyInfo.cs @@ -17,4 +17,4 @@ [assembly: AssemblyVersion("9.1.0.0")] [assembly: AssemblyFileVersion("9.1.0.0")] -[assembly: AssemblyInformationalVersion("9.1.0-SNAPSHOT")] \ No newline at end of file +[assembly: AssemblyInformationalVersion("9.1.0")] \ No newline at end of file diff --git a/itext/itext.bouncy-castle-fips-adapter/Properties/AssemblyInfo.cs b/itext/itext.bouncy-castle-fips-adapter/Properties/AssemblyInfo.cs index fd09a194ac..99f8a882c7 100644 --- a/itext/itext.bouncy-castle-fips-adapter/Properties/AssemblyInfo.cs +++ b/itext/itext.bouncy-castle-fips-adapter/Properties/AssemblyInfo.cs @@ -17,4 +17,4 @@ [assembly: AssemblyVersion("9.1.0.0")] [assembly: AssemblyFileVersion("9.1.0.0")] -[assembly: AssemblyInformationalVersion("9.1.0-SNAPSHOT")] \ No newline at end of file +[assembly: AssemblyInformationalVersion("9.1.0")] \ No newline at end of file diff --git a/itext/itext.bouncy-castle-fips-adapter/itext-bouncy-castle-fips-adapter.nuspec b/itext/itext.bouncy-castle-fips-adapter/itext-bouncy-castle-fips-adapter.nuspec index 9ab4fb293f..0cffdea7ef 100644 --- a/itext/itext.bouncy-castle-fips-adapter/itext-bouncy-castle-fips-adapter.nuspec +++ b/itext/itext.bouncy-castle-fips-adapter/itext-bouncy-castle-fips-adapter.nuspec @@ -2,7 +2,7 @@ itext.bouncy-castle-fips-adapter - 9.1.0-SNAPSHOT + 9.1.0 iText bouncy-castle FIPS adapter module Apryse Software Apryse Software @@ -18,7 +18,7 @@ itext itext7 itextsharp c# .net csharp - + diff --git a/itext/itext.commons/Properties/AssemblyInfo.cs b/itext/itext.commons/Properties/AssemblyInfo.cs index a8faa78063..6e617a69c6 100644 --- a/itext/itext.commons/Properties/AssemblyInfo.cs +++ b/itext/itext.commons/Properties/AssemblyInfo.cs @@ -41,4 +41,4 @@ [assembly: AssemblyVersion("9.1.0.0")] [assembly: AssemblyFileVersion("9.1.0.0")] -[assembly: AssemblyInformationalVersion("9.1.0-SNAPSHOT")] +[assembly: AssemblyInformationalVersion("9.1.0")] diff --git a/itext/itext.commons/itext-commons.nuspec b/itext/itext.commons/itext-commons.nuspec index a3bf3d736d..a2424fad92 100644 --- a/itext/itext.commons/itext-commons.nuspec +++ b/itext/itext.commons/itext-commons.nuspec @@ -2,7 +2,7 @@ itext.commons - 9.1.0-SNAPSHOT + 9.1.0 iText commons module Apryse Software Apryse Software diff --git a/itext/itext.commons/itext/commons/actions/data/CommonsProductData.cs b/itext/itext.commons/itext/commons/actions/data/CommonsProductData.cs index 99f3c0a6be..bfd568e048 100644 --- a/itext/itext.commons/itext/commons/actions/data/CommonsProductData.cs +++ b/itext/itext.commons/itext/commons/actions/data/CommonsProductData.cs @@ -38,7 +38,7 @@ public sealed class CommonsProductData { //\endcond //\cond DO_NOT_DOCUMENT - internal const String COMMONS_VERSION = "9.1.0-SNAPSHOT"; + internal const String COMMONS_VERSION = "9.1.0"; //\endcond //\cond DO_NOT_DOCUMENT diff --git a/itext/itext.font-asian/Properties/AssemblyInfo.cs b/itext/itext.font-asian/Properties/AssemblyInfo.cs index 0ca676aec4..d5c5c35479 100644 --- a/itext/itext.font-asian/Properties/AssemblyInfo.cs +++ b/itext/itext.font-asian/Properties/AssemblyInfo.cs @@ -17,4 +17,4 @@ [assembly: AssemblyVersion("9.1.0.0")] [assembly: AssemblyFileVersion("9.1.0.0")] -[assembly: AssemblyInformationalVersion("9.1.0-SNAPSHOT")] +[assembly: AssemblyInformationalVersion("9.1.0")] diff --git a/itext/itext.font-asian/iText Asian Font.nuspec b/itext/itext.font-asian/iText Asian Font.nuspec index be131cd40c..555c6f6cca 100644 --- a/itext/itext.font-asian/iText Asian Font.nuspec +++ b/itext/itext.font-asian/iText Asian Font.nuspec @@ -2,7 +2,7 @@ itext.font-asian - 9.1.0-SNAPSHOT + 9.1.0 iText Asian Font Apryse Software Apryse Software diff --git a/itext/itext.forms/Properties/AssemblyInfo.cs b/itext/itext.forms/Properties/AssemblyInfo.cs index a9ad0aeedd..264725f470 100644 --- a/itext/itext.forms/Properties/AssemblyInfo.cs +++ b/itext/itext.forms/Properties/AssemblyInfo.cs @@ -22,4 +22,4 @@ [assembly: AssemblyVersion("9.1.0.0")] [assembly: AssemblyFileVersion("9.1.0.0")] -[assembly: AssemblyInformationalVersion("9.1.0-SNAPSHOT")] +[assembly: AssemblyInformationalVersion("9.1.0")] diff --git a/itext/itext.hyph/Properties/AssemblyInfo.cs b/itext/itext.hyph/Properties/AssemblyInfo.cs index fbc2f08aee..ee015a76de 100644 --- a/itext/itext.hyph/Properties/AssemblyInfo.cs +++ b/itext/itext.hyph/Properties/AssemblyInfo.cs @@ -17,4 +17,4 @@ [assembly: AssemblyVersion("9.1.0.0")] [assembly: AssemblyFileVersion("9.1.0.0")] -[assembly: AssemblyInformationalVersion("9.1.0-SNAPSHOT")] +[assembly: AssemblyInformationalVersion("9.1.0")] diff --git a/itext/itext.hyph/iText Hyph.nuspec b/itext/itext.hyph/iText Hyph.nuspec index 22ce501e0f..3efa9c8a15 100644 --- a/itext/itext.hyph/iText Hyph.nuspec +++ b/itext/itext.hyph/iText Hyph.nuspec @@ -2,7 +2,7 @@ itext.hyph - 9.1.0-SNAPSHOT + 9.1.0 iText Hyph Apryse Software Apryse Software diff --git a/itext/itext.io/Properties/AssemblyInfo.cs b/itext/itext.io/Properties/AssemblyInfo.cs index 8188241d9b..6ed609a7f6 100644 --- a/itext/itext.io/Properties/AssemblyInfo.cs +++ b/itext/itext.io/Properties/AssemblyInfo.cs @@ -37,4 +37,4 @@ [assembly: AssemblyVersion("9.1.0.0")] [assembly: AssemblyFileVersion("9.1.0.0")] -[assembly: AssemblyInformationalVersion("9.1.0-SNAPSHOT")] +[assembly: AssemblyInformationalVersion("9.1.0")] diff --git a/itext/itext.kernel/Properties/AssemblyInfo.cs b/itext/itext.kernel/Properties/AssemblyInfo.cs index a52352cc55..d0d9d6e273 100644 --- a/itext/itext.kernel/Properties/AssemblyInfo.cs +++ b/itext/itext.kernel/Properties/AssemblyInfo.cs @@ -23,4 +23,4 @@ [assembly: AssemblyVersion("9.1.0.0")] [assembly: AssemblyFileVersion("9.1.0.0")] -[assembly: AssemblyInformationalVersion("9.1.0-SNAPSHOT")] +[assembly: AssemblyInformationalVersion("9.1.0")] diff --git a/itext/itext.kernel/itext/kernel/actions/data/ITextCoreProductData.cs b/itext/itext.kernel/itext/kernel/actions/data/ITextCoreProductData.cs index 68c3ea6c9f..141ed8d846 100644 --- a/itext/itext.kernel/itext/kernel/actions/data/ITextCoreProductData.cs +++ b/itext/itext.kernel/itext/kernel/actions/data/ITextCoreProductData.cs @@ -33,7 +33,7 @@ namespace iText.Kernel.Actions.Data { public sealed class ITextCoreProductData { private const String CORE_PUBLIC_PRODUCT_NAME = "Core"; - private const String CORE_VERSION = "9.1.0-SNAPSHOT"; + private const String CORE_VERSION = "9.1.0"; private const int CORE_COPYRIGHT_SINCE = 2000; diff --git a/itext/itext.layout/Properties/AssemblyInfo.cs b/itext/itext.layout/Properties/AssemblyInfo.cs index 6947bf5ea6..12ecfdd3a9 100644 --- a/itext/itext.layout/Properties/AssemblyInfo.cs +++ b/itext/itext.layout/Properties/AssemblyInfo.cs @@ -26,4 +26,4 @@ [assembly: AssemblyVersion("9.1.0.0")] [assembly: AssemblyFileVersion("9.1.0.0")] -[assembly: AssemblyInformationalVersion("9.1.0-SNAPSHOT")] +[assembly: AssemblyInformationalVersion("9.1.0")] diff --git a/itext/itext.pdfa/Properties/AssemblyInfo.cs b/itext/itext.pdfa/Properties/AssemblyInfo.cs index 7c28884e9a..08577977c1 100644 --- a/itext/itext.pdfa/Properties/AssemblyInfo.cs +++ b/itext/itext.pdfa/Properties/AssemblyInfo.cs @@ -23,4 +23,4 @@ [assembly: AssemblyVersion("9.1.0.0")] [assembly: AssemblyFileVersion("9.1.0.0")] -[assembly: AssemblyInformationalVersion("9.1.0-SNAPSHOT")] +[assembly: AssemblyInformationalVersion("9.1.0")] diff --git a/itext/itext.pdftest/Properties/AssemblyInfo.cs b/itext/itext.pdftest/Properties/AssemblyInfo.cs index f3f18b200c..80262ac4e1 100644 --- a/itext/itext.pdftest/Properties/AssemblyInfo.cs +++ b/itext/itext.pdftest/Properties/AssemblyInfo.cs @@ -22,4 +22,4 @@ [assembly: AssemblyVersion("9.1.0.0")] [assembly: AssemblyFileVersion("9.1.0.0")] -[assembly: AssemblyInformationalVersion("9.1.0-SNAPSHOT")] +[assembly: AssemblyInformationalVersion("9.1.0")] diff --git a/itext/itext.pdftest/itext-pdftest.nuspec b/itext/itext.pdftest/itext-pdftest.nuspec index bd19c30a14..2ff2914af4 100644 --- a/itext/itext.pdftest/itext-pdftest.nuspec +++ b/itext/itext.pdftest/itext-pdftest.nuspec @@ -2,7 +2,7 @@ itext.pdftest - 9.1.0-SNAPSHOT + 9.1.0 iText pdftest module Apryse Software Apryse Software diff --git a/itext/itext.pdfua/Properties/AssemblyInfo.cs b/itext/itext.pdfua/Properties/AssemblyInfo.cs index 8e4fdea4af..65da7dd075 100644 --- a/itext/itext.pdfua/Properties/AssemblyInfo.cs +++ b/itext/itext.pdfua/Properties/AssemblyInfo.cs @@ -23,4 +23,4 @@ [assembly: AssemblyVersion("9.1.0.0")] [assembly: AssemblyFileVersion("9.1.0.0")] -[assembly: AssemblyInformationalVersion("9.1.0-SNAPSHOT")] +[assembly: AssemblyInformationalVersion("9.1.0")] diff --git a/itext/itext.sign/Properties/AssemblyInfo.cs b/itext/itext.sign/Properties/AssemblyInfo.cs index b7042990ce..0f8cce9fe9 100644 --- a/itext/itext.sign/Properties/AssemblyInfo.cs +++ b/itext/itext.sign/Properties/AssemblyInfo.cs @@ -23,4 +23,4 @@ [assembly: AssemblyVersion("9.1.0.0")] [assembly: AssemblyFileVersion("9.1.0.0")] -[assembly: AssemblyInformationalVersion("9.1.0-SNAPSHOT")] +[assembly: AssemblyInformationalVersion("9.1.0")] diff --git a/itext/itext.styledxmlparser/Properties/AssemblyInfo.cs b/itext/itext.styledxmlparser/Properties/AssemblyInfo.cs index b4eb0cff23..2cf284733d 100644 --- a/itext/itext.styledxmlparser/Properties/AssemblyInfo.cs +++ b/itext/itext.styledxmlparser/Properties/AssemblyInfo.cs @@ -23,4 +23,4 @@ [assembly: AssemblyVersion("9.1.0.0")] [assembly: AssemblyFileVersion("9.1.0.0")] -[assembly: AssemblyInformationalVersion("9.1.0-SNAPSHOT")] +[assembly: AssemblyInformationalVersion("9.1.0")] diff --git a/itext/itext.svg/Properties/AssemblyInfo.cs b/itext/itext.svg/Properties/AssemblyInfo.cs index 1276daba70..d9b105dd3f 100644 --- a/itext/itext.svg/Properties/AssemblyInfo.cs +++ b/itext/itext.svg/Properties/AssemblyInfo.cs @@ -23,4 +23,4 @@ [assembly: AssemblyVersion("9.1.0.0")] [assembly: AssemblyFileVersion("9.1.0.0")] -[assembly: AssemblyInformationalVersion("9.1.0-SNAPSHOT")] +[assembly: AssemblyInformationalVersion("9.1.0")] diff --git a/port-hash b/port-hash index 3159250fa2..7e06109abf 100644 --- a/port-hash +++ b/port-hash @@ -1 +1 @@ -1ffa4d50794389556f2f007a928fb51e350036c1 +a80ad00d37556f815155d621ab1f8757eeccd202