Skip to content

Commit 2aa6c07

Browse files
committed
[RELEASE] pdfHtml 5.0.2
1 parent eca1e3a commit 2aa6c07

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

doxyfile

+1-1
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 = "pdfHTML VERSION_PLACEHOLDER API"
35+
PROJECT_NAME = "pdfHTML 5.0.2 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.html2pdf.tests/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
[assembly: AssemblyVersion("5.0.2.0")]
1919
[assembly: AssemblyFileVersion("5.0.2.0")]
20-
[assembly: AssemblyInformationalVersion("5.0.2-SNAPSHOT")]
20+
[assembly: AssemblyInformationalVersion("5.0.2")]
2121

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

itext.tests/itext.html2pdf.tests/itext.html2pdf.tests.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,17 @@
4545
</ItemGroup>
4646
<ItemGroup>
4747
<ProjectReference Include="..\..\..\itextcore\itext\itext.io\itext.io.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.io\itext.io.csproj')" />
48-
<PackageReference Include="itext" Version="8.0.2-SNAPSHOT" Condition="!Exists('..\..\..\itextcore\itext\itext.io\itext.io.csproj')" />
48+
<PackageReference Include="itext" Version="8.0.2" Condition="!Exists('..\..\..\itextcore\itext\itext.io\itext.io.csproj')" />
4949
<ProjectReference Include="..\..\..\itextcore\itext\itext.kernel\itext.kernel.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.kernel\itext.kernel.csproj')" />
5050
<ProjectReference Include="..\..\..\itextcore\itext\itext.layout\itext.layout.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.layout\itext.layout.csproj')" />
5151
<ProjectReference Include="..\..\..\itextcore\itext\itext.forms\itext.forms.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.forms\itext.forms.csproj')" />
5252
<ProjectReference Include="..\..\..\itextcore\itext\itext.pdfa\itext.pdfa.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.pdfa\itext.pdfa.csproj')" />
5353
<ProjectReference Include="..\..\..\itextcore\itext\itext.hyph\itext.hyph.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.hyph\itext.hyph.csproj')" />
54-
<PackageReference Include="itext.hyph" Version="8.0.2-SNAPSHOT" Condition="!Exists('..\..\..\itextcore\itext\itext.hyph\itext.hyph.csproj')" />
54+
<PackageReference Include="itext.hyph" Version="8.0.2" Condition="!Exists('..\..\..\itextcore\itext\itext.hyph\itext.hyph.csproj')" />
5555
<ProjectReference Include="..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.csproj')" />
56-
<PackageReference Include="itext.pdftest" Version="8.0.2-SNAPSHOT" Condition="!Exists('..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.csproj')" />
56+
<PackageReference Include="itext.pdftest" Version="8.0.2" Condition="!Exists('..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.csproj')" />
5757
<ProjectReference Include="..\..\..\itextcore\itext\itext.bouncy-castle-adapter\itext.bouncy-castle-adapter.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.bouncy-castle-adapter\itext.bouncy-castle-adapter.csproj')" />
58-
<PackageReference Include="itext.bouncy-castle-adapter" Version="8.0.2-SNAPSHOT" Condition="!Exists('..\..\..\itextcore\itext\itext.bouncy-castle-adapter\itext.bouncy-castle-adapter.csproj')" />
58+
<PackageReference Include="itext.bouncy-castle-adapter" Version="8.0.2" Condition="!Exists('..\..\..\itextcore\itext\itext.bouncy-castle-adapter\itext.bouncy-castle-adapter.csproj')" />
5959
<ProjectReference Include="..\..\..\itextcore\itext\itext.styledxmlparser\itext.styledxmlparser.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.styledxmlparser\itext.styledxmlparser.csproj')" />
6060
<ProjectReference Include="..\..\..\itextcore\itext\itext.svg\itext.svg.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.svg\itext.svg.csproj')" />
6161
<ProjectReference Include="..\..\itext\itext.html2pdf\itext.html2pdf.csproj" />

itext/itext.html2pdf/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@
3030

3131
[assembly: AssemblyVersion("5.0.2.0")]
3232
[assembly: AssemblyFileVersion("5.0.2.0")]
33-
[assembly: AssemblyInformationalVersion("5.0.2-SNAPSHOT")]
33+
[assembly: AssemblyInformationalVersion("5.0.2")]

itext/itext.html2pdf/itext.html2pdf.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</ItemGroup>
3232
<ItemGroup>
3333
<ProjectReference Include="..\..\..\itextcore\itext\itext.io\itext.io.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.io\itext.io.csproj')" />
34-
<PackageReference Include="itext" Version="8.0.2-SNAPSHOT" Condition="!Exists('..\..\..\itextcore\itext\itext.io\itext.io.csproj')" />
34+
<PackageReference Include="itext" Version="8.0.2" Condition="!Exists('..\..\..\itextcore\itext\itext.io\itext.io.csproj')" />
3535
<ProjectReference Include="..\..\..\itextcore\itext\itext.kernel\itext.kernel.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.kernel\itext.kernel.csproj')" />
3636
<ProjectReference Include="..\..\..\itextcore\itext\itext.layout\itext.layout.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.layout\itext.layout.csproj')" />
3737
<ProjectReference Include="..\..\..\itextcore\itext\itext.forms\itext.forms.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.forms\itext.forms.csproj')" />

itext/itext.html2pdf/itext/html2pdf/actions/data/PdfHtmlProductData.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ namespace iText.Html2pdf.Actions.Data {
3333
public sealed class PdfHtmlProductData {
3434
private const String PDF_HTML_PUBLIC_PRODUCT_NAME = "pdfHTML";
3535

36-
private const String PDF_HTML_VERSION = "5.0.2-SNAPSHOT";
36+
private const String PDF_HTML_VERSION = "5.0.2";
3737

3838
private const int PDF_HTML_COPYRIGHT_SINCE = 2000;
3939

pdfHTML.nuspec

+3-3
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.pdfhtml</id>
5-
<version>5.0.2-SNAPSHOT</version>
5+
<version>5.0.2</version>
66
<title>iText pdfHTML</title>
77
<authors>Apryse Software</authors>
88
<owners>Apryse Software</owners>
@@ -19,10 +19,10 @@
1919
<repository type="git" url="https://github.com/itext/i7n-pdfhtml.git" />
2020
<dependencies>
2121
<group targetFramework="net461">
22-
<dependency id="itext" version="8.0.2-SNAPSHOT" />
22+
<dependency id="itext" version="8.0.2" />
2323
</group>
2424
<group targetFramework="netstandard2.0">
25-
<dependency id="itext" version="8.0.2-SNAPSHOT" />
25+
<dependency id="itext" version="8.0.2" />
2626
</group>
2727
</dependencies>
2828
</metadata>

port-hash

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dec41ec0d962cd256d3a5e4f48433a2e3efae66e
1+
d0c13e2cd4186aaf15b777417962dc28b077b180

0 commit comments

Comments
 (0)