Skip to content

Commit

Permalink
[RELEASE] 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iText-CI committed Oct 11, 2024
1 parent 52792d5 commit 5e6f04c
Show file tree
Hide file tree
Showing 40 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.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
Expand Down
6 changes: 3 additions & 3 deletions itext.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>itext</id>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
<title>iText Community</title>
<authors>Apryse Software</authors>
<owners>Apryse Software</owners>
Expand All @@ -19,11 +19,11 @@
<repository type="git" url="https://github.com/itext/itext7-dotnet.git" />
<dependencies>
<group targetFramework="net461">
<dependency id="itext.commons" version="9.0.0-SNAPSHOT" />
<dependency id="itext.commons" version="9.0.0" />
<dependency id="Microsoft.Extensions.Logging" version="5.0.0" />
</group>
<group targetFramework="netstandard2.0">
<dependency id="itext.commons" version="9.0.0-SNAPSHOT" />
<dependency id="itext.commons" version="9.0.0" />
<dependency id="Microsoft.Extensions.Logging" version="5.0.0" />
<dependency id="System.Diagnostics.Process" version="4.3.0" />
<dependency id="System.Globalization.Extensions" version="4.3.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

[assembly: AssemblyVersion("9.0.0.0")]
[assembly: AssemblyFileVersion("9.0.0.0")]
[assembly: AssemblyInformationalVersion("9.0.0-SNAPSHOT")]
[assembly: AssemblyInformationalVersion("9.0.0")]

#if !NETSTANDARD2_0
[assembly: NUnit.Framework.Timeout(300000)]
Expand Down
2 changes: 1 addition & 1 deletion itext.tests/itext.commons.tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[assembly: AssemblyVersion("9.0.0.0")]
[assembly: AssemblyFileVersion("9.0.0.0")]
[assembly: AssemblyInformationalVersion("9.0.0-SNAPSHOT")]
[assembly: AssemblyInformationalVersion("9.0.0")]

#if !NETSTANDARD2_0
[assembly: NUnit.Framework.Timeout(300000)]
Expand Down
2 changes: 1 addition & 1 deletion itext.tests/itext.forms.tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

[assembly: AssemblyVersion("9.0.0.0")]
[assembly: AssemblyFileVersion("9.0.0.0")]
[assembly: AssemblyInformationalVersion("9.0.0-SNAPSHOT")]
[assembly: AssemblyInformationalVersion("9.0.0")]

#if !NETSTANDARD2_0
[assembly: NUnit.Framework.Timeout(300000)]
Expand Down
2 changes: 1 addition & 1 deletion itext.tests/itext.io.tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[assembly: AssemblyVersion("9.0.0.0")]
[assembly: AssemblyFileVersion("9.0.0.0")]
[assembly: AssemblyInformationalVersion("9.0.0-SNAPSHOT")]
[assembly: AssemblyInformationalVersion("9.0.0")]

#if !NETSTANDARD2_0
[assembly: NUnit.Framework.Timeout(300000)]
Expand Down
2 changes: 1 addition & 1 deletion itext.tests/itext.kernel.tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[assembly: AssemblyVersion("9.0.0.0")]
[assembly: AssemblyFileVersion("9.0.0.0")]
[assembly: AssemblyInformationalVersion("9.0.0-SNAPSHOT")]
[assembly: AssemblyInformationalVersion("9.0.0")]

#if !NETSTANDARD2_0
[assembly: NUnit.Framework.Timeout(300000)]
Expand Down
2 changes: 1 addition & 1 deletion itext.tests/itext.layout.tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[assembly: AssemblyVersion("9.0.0.0")]
[assembly: AssemblyFileVersion("9.0.0.0")]
[assembly: AssemblyInformationalVersion("9.0.0-SNAPSHOT")]
[assembly: AssemblyInformationalVersion("9.0.0")]

#if !NETSTANDARD2_0
[assembly: NUnit.Framework.Timeout(600000)]
Expand Down
2 changes: 1 addition & 1 deletion itext.tests/itext.pdfa.tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[assembly: AssemblyVersion("9.0.0.0")]
[assembly: AssemblyFileVersion("9.0.0.0")]
[assembly: AssemblyInformationalVersion("9.0.0-SNAPSHOT")]
[assembly: AssemblyInformationalVersion("9.0.0")]

#if !NETSTANDARD2_0
[assembly: NUnit.Framework.Timeout(300000)]
Expand Down
2 changes: 1 addition & 1 deletion itext.tests/itext.pdftest.tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@

[assembly: AssemblyVersion("9.0.0.0")]
[assembly: AssemblyFileVersion("9.0.0.0")]
[assembly: AssemblyInformationalVersion("9.0.0-SNAPSHOT")]
[assembly: AssemblyInformationalVersion("9.0.0")]
2 changes: 1 addition & 1 deletion itext.tests/itext.pdfua.tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[assembly: AssemblyVersion("9.0.0.0")]
[assembly: AssemblyFileVersion("9.0.0.0")]
[assembly: AssemblyInformationalVersion("9.0.0-SNAPSHOT")]
[assembly: AssemblyInformationalVersion("9.0.0")]

#if !NETSTANDARD2_0
[assembly: NUnit.Framework.Timeout(300000)]
Expand Down
2 changes: 1 addition & 1 deletion itext.tests/itext.sign.tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[assembly: AssemblyVersion("9.0.0.0")]
[assembly: AssemblyFileVersion("9.0.0.0")]
[assembly: AssemblyInformationalVersion("9.0.0-SNAPSHOT")]
[assembly: AssemblyInformationalVersion("9.0.0")]

#if !NETSTANDARD2_0
[assembly: NUnit.Framework.Timeout(300000)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[assembly: AssemblyVersion("9.0.0.0")]
[assembly: AssemblyFileVersion("9.0.0.0")]
[assembly: AssemblyInformationalVersion("9.0.0-SNAPSHOT")]
[assembly: AssemblyInformationalVersion("9.0.0")]

#if !NETSTANDARD2_0
[assembly: NUnit.Framework.Timeout(300000)]
Expand Down
2 changes: 1 addition & 1 deletion itext.tests/itext.svg.tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[assembly: AssemblyVersion("9.0.0.0")]
[assembly: AssemblyFileVersion("9.0.0.0")]
[assembly: AssemblyInformationalVersion("9.0.0-SNAPSHOT")]
[assembly: AssemblyInformationalVersion("9.0.0")]

#if !NETSTANDARD2_0
[assembly: NUnit.Framework.Timeout(300000)]
Expand Down
2 changes: 1 addition & 1 deletion itext/itext.barcodes/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@

[assembly: AssemblyVersion("9.0.0.0")]
[assembly: AssemblyFileVersion("9.0.0.0")]
[assembly: AssemblyInformationalVersion("9.0.0-SNAPSHOT")]
[assembly: AssemblyInformationalVersion("9.0.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@

[assembly: AssemblyVersion("9.0.0.0")]
[assembly: AssemblyFileVersion("9.0.0.0")]
[assembly: AssemblyInformationalVersion("9.0.0-SNAPSHOT")]
[assembly: AssemblyInformationalVersion("9.0.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>itext.bouncy-castle-adapter</id>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
<title>iText bouncy-castle adapter module</title>
<authors>Apryse Software</authors>
<owners>Apryse Software</owners>
Expand All @@ -18,11 +18,11 @@
<tags>itext itext7 itextsharp c# .net csharp</tags>
<dependencies>
<group targetFramework="net461">
<dependency id="itext.commons" version="9.0.0-SNAPSHOT" />
<dependency id="itext.commons" version="9.0.0" />
<dependency id="BouncyCastle.Cryptography" version="2.4.0" />
</group>
<group targetFramework="netstandard2.0">
<dependency id="itext.commons" version="9.0.0-SNAPSHOT" />
<dependency id="itext.commons" version="9.0.0" />
<dependency id="BouncyCastle.Cryptography" version="2.4.0" />
</group>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@

[assembly: AssemblyVersion("9.0.0.0")]
[assembly: AssemblyFileVersion("9.0.0.0")]
[assembly: AssemblyInformationalVersion("9.0.0-SNAPSHOT")]
[assembly: AssemblyInformationalVersion("9.0.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@

[assembly: AssemblyVersion("9.0.0.0")]
[assembly: AssemblyFileVersion("9.0.0.0")]
[assembly: AssemblyInformationalVersion("9.0.0-SNAPSHOT")]
[assembly: AssemblyInformationalVersion("9.0.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>itext.bouncy-castle-fips-adapter</id>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
<title>iText bouncy-castle FIPS adapter module</title>
<authors>Apryse Software</authors>
<owners>Apryse Software</owners>
Expand All @@ -18,7 +18,7 @@
<tags>itext itext7 itextsharp c# .net csharp</tags>
<dependencies>
<group targetFramework="netstandard2.0">
<dependency id="itext.commons" version="9.0.0-SNAPSHOT" />
<dependency id="itext.commons" version="9.0.0" />
</group>
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion itext/itext.commons/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@

[assembly: AssemblyVersion("9.0.0.0")]
[assembly: AssemblyFileVersion("9.0.0.0")]
[assembly: AssemblyInformationalVersion("9.0.0-SNAPSHOT")]
[assembly: AssemblyInformationalVersion("9.0.0")]
2 changes: 1 addition & 1 deletion itext/itext.commons/itext-commons.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>itext.commons</id>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
<title>iText commons module</title>
<authors>Apryse Software</authors>
<owners>Apryse Software</owners>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public sealed class CommonsProductData {
//\endcond

//\cond DO_NOT_DOCUMENT
internal const String COMMONS_VERSION = "9.0.0-SNAPSHOT";
internal const String COMMONS_VERSION = "9.0.0";
//\endcond

//\cond DO_NOT_DOCUMENT
Expand Down
2 changes: 1 addition & 1 deletion itext/itext.font-asian/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@

[assembly: AssemblyVersion("9.0.0.0")]
[assembly: AssemblyFileVersion("9.0.0.0")]
[assembly: AssemblyInformationalVersion("9.0.0-SNAPSHOT")]
[assembly: AssemblyInformationalVersion("9.0.0")]
2 changes: 1 addition & 1 deletion itext/itext.font-asian/iText Asian Font.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>itext.font-asian</id>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
<title>iText Asian Font</title>
<authors>Apryse Software</authors>
<owners>Apryse Software</owners>
Expand Down
2 changes: 1 addition & 1 deletion itext/itext.forms/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@

[assembly: AssemblyVersion("9.0.0.0")]
[assembly: AssemblyFileVersion("9.0.0.0")]
[assembly: AssemblyInformationalVersion("9.0.0-SNAPSHOT")]
[assembly: AssemblyInformationalVersion("9.0.0")]
2 changes: 1 addition & 1 deletion itext/itext.hyph/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@

[assembly: AssemblyVersion("9.0.0.0")]
[assembly: AssemblyFileVersion("9.0.0.0")]
[assembly: AssemblyInformationalVersion("9.0.0-SNAPSHOT")]
[assembly: AssemblyInformationalVersion("9.0.0")]
2 changes: 1 addition & 1 deletion itext/itext.hyph/iText Hyph.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>itext.hyph</id>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
<title>iText Hyph</title>
<authors>Apryse Software</authors>
<owners>Apryse Software</owners>
Expand Down
2 changes: 1 addition & 1 deletion itext/itext.io/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@

[assembly: AssemblyVersion("9.0.0.0")]
[assembly: AssemblyFileVersion("9.0.0.0")]
[assembly: AssemblyInformationalVersion("9.0.0-SNAPSHOT")]
[assembly: AssemblyInformationalVersion("9.0.0")]
2 changes: 1 addition & 1 deletion itext/itext.kernel/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@

[assembly: AssemblyVersion("9.0.0.0")]
[assembly: AssemblyFileVersion("9.0.0.0")]
[assembly: AssemblyInformationalVersion("9.0.0-SNAPSHOT")]
[assembly: AssemblyInformationalVersion("9.0.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0-SNAPSHOT";
private const String CORE_VERSION = "9.0.0";

private const int CORE_COPYRIGHT_SINCE = 2000;

Expand Down
2 changes: 1 addition & 1 deletion itext/itext.layout/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@

[assembly: AssemblyVersion("9.0.0.0")]
[assembly: AssemblyFileVersion("9.0.0.0")]
[assembly: AssemblyInformationalVersion("9.0.0-SNAPSHOT")]
[assembly: AssemblyInformationalVersion("9.0.0")]
2 changes: 1 addition & 1 deletion itext/itext.pdfa/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@

[assembly: AssemblyVersion("9.0.0.0")]
[assembly: AssemblyFileVersion("9.0.0.0")]
[assembly: AssemblyInformationalVersion("9.0.0-SNAPSHOT")]
[assembly: AssemblyInformationalVersion("9.0.0")]
2 changes: 1 addition & 1 deletion itext/itext.pdftest/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@

[assembly: AssemblyVersion("9.0.0.0")]
[assembly: AssemblyFileVersion("9.0.0.0")]
[assembly: AssemblyInformationalVersion("9.0.0-SNAPSHOT")]
[assembly: AssemblyInformationalVersion("9.0.0")]
2 changes: 1 addition & 1 deletion itext/itext.pdftest/itext-pdftest.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>itext.pdftest</id>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
<title>iText pdftest module</title>
<authors>Apryse Software</authors>
<owners>Apryse Software</owners>
Expand Down
2 changes: 1 addition & 1 deletion itext/itext.pdfua/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@

[assembly: AssemblyVersion("9.0.0.0")]
[assembly: AssemblyFileVersion("9.0.0.0")]
[assembly: AssemblyInformationalVersion("9.0.0-SNAPSHOT")]
[assembly: AssemblyInformationalVersion("9.0.0")]
2 changes: 1 addition & 1 deletion itext/itext.sign/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@

[assembly: AssemblyVersion("9.0.0.0")]
[assembly: AssemblyFileVersion("9.0.0.0")]
[assembly: AssemblyInformationalVersion("9.0.0-SNAPSHOT")]
[assembly: AssemblyInformationalVersion("9.0.0")]
2 changes: 1 addition & 1 deletion itext/itext.styledxmlparser/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@

[assembly: AssemblyVersion("9.0.0.0")]
[assembly: AssemblyFileVersion("9.0.0.0")]
[assembly: AssemblyInformationalVersion("9.0.0-SNAPSHOT")]
[assembly: AssemblyInformationalVersion("9.0.0")]
2 changes: 1 addition & 1 deletion itext/itext.svg/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@

[assembly: AssemblyVersion("9.0.0.0")]
[assembly: AssemblyFileVersion("9.0.0.0")]
[assembly: AssemblyInformationalVersion("9.0.0-SNAPSHOT")]
[assembly: AssemblyInformationalVersion("9.0.0")]
2 changes: 1 addition & 1 deletion port-hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1bb85b3f24c5e613afa2a6219a459939b5dcb9ef
a157a78b6d83a0415dccc3a3b8409c6cfbc11889

0 comments on commit 5e6f04c

Please sign in to comment.