Skip to content

Commit eb32fb6

Browse files
committed
[RELEASE] iText pdfSweep 5.0.2
2 parents 48ef362 + 38dd6f1 commit eb32fb6

File tree

10 files changed

+15
-16
lines changed

10 files changed

+15
-16
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 = "pdfSweep 5.0.1 API"
35+
PROJECT_NAME = "pdfSweep 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.cleanup.tests/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515

1616
[assembly: Guid("647c862e-d837-4901-8e7b-68f5f8bf8f34")]
1717

18-
[assembly: AssemblyVersion("5.0.1.0")]
19-
[assembly: AssemblyFileVersion("5.0.1.0")]
20-
[assembly: AssemblyInformationalVersion("5.0.1")]
18+
[assembly: AssemblyVersion("5.0.2.0")]
19+
[assembly: AssemblyFileVersion("5.0.2.0")]
20+
[assembly: AssemblyInformationalVersion("5.0.2")]
2121

2222
[assembly: NUnit.Framework.Timeout(300000)]

itext.tests/itext.cleanup.tests/itext.cleanup.tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
</ItemGroup>
4040
<ItemGroup>
4141
<ProjectReference Include="..\..\..\itextcore\itext\itext.io\itext.io.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.io\itext.io.csproj')" />
42-
<PackageReference Include="itext" Version="9.1.0" Condition="!Exists('..\..\..\itextcore\itext\itext.io\itext.io.csproj')" />
42+
<PackageReference Include="itext" Version="9.2.0" Condition="!Exists('..\..\..\itextcore\itext\itext.io\itext.io.csproj')" />
4343
<ProjectReference Include="..\..\..\itextcore\itext\itext.kernel\itext.kernel.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.kernel\itext.kernel.csproj')" />
4444
<ProjectReference Include="..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.csproj')" />
45-
<PackageReference Include="itext.pdftest" Version="9.1.0" Condition="!Exists('..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.csproj')" />
45+
<PackageReference Include="itext.pdftest" Version="9.2.0" Condition="!Exists('..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.csproj')" />
4646
<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')" />
47-
<PackageReference Include="itext.bouncy-castle-adapter" Version="9.1.0" Condition="!Exists('..\..\..\itextcore\itext\itext.bouncy-castle-adapter\itext.bouncy-castle-adapter.csproj')" />
47+
<PackageReference Include="itext.bouncy-castle-adapter" Version="9.2.0" Condition="!Exists('..\..\..\itextcore\itext\itext.bouncy-castle-adapter\itext.bouncy-castle-adapter.csproj')" />
4848

4949
<ProjectReference Include="..\..\itext\itext.cleanup\itext.cleanup.csproj" />
5050
</ItemGroup>

itext/itext.cleanup/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121

2222
[assembly: Guid("ec333396-8945-4d69-b626-475b4e2ede61")]
2323

24-
[assembly: AssemblyVersion("5.0.1.0")]
25-
[assembly: AssemblyFileVersion("5.0.1.0")]
26-
[assembly: AssemblyInformationalVersion("5.0.1")]
24+
[assembly: AssemblyVersion("5.0.2.0")]
25+
[assembly: AssemblyFileVersion("5.0.2.0")]
26+
[assembly: AssemblyInformationalVersion("5.0.2")]

itext/itext.cleanup/itext.cleanup.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</ItemGroup>
3131
<ItemGroup>
3232
<ProjectReference Include="..\..\..\itextcore\itext\itext.io\itext.io.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.io\itext.io.csproj')" />
33-
<PackageReference Include="itext" Version="9.1.0" Condition="!Exists('..\..\..\itextcore\itext\itext.io\itext.io.csproj')" />
33+
<PackageReference Include="itext" Version="9.2.0" Condition="!Exists('..\..\..\itextcore\itext\itext.io\itext.io.csproj')" />
3434
<ProjectReference Include="..\..\..\itextcore\itext\itext.kernel\itext.kernel.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.kernel\itext.kernel.csproj')" />
3535
<ProjectReference Include="..\..\..\itextcore\itext\itext.layout\itext.layout.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.layout\itext.layout.csproj')" />
3636
</ItemGroup>

itext/itext.cleanup/itext/pdfcleanup/PdfCleanUpProcessor.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,6 @@ private void CleanInlineImage() {
820820
}
821821
}
822822

823-
// TODO
824823
// PdfCanvas doesn't have a method that writes inline image using pdf stream, and only have method which
825824
// accepts Image as parameter. That's why we can't write image just as it was in original file, we convert it to Image.
826825
// IMPORTANT: If writing of pdf stream of not changed inline image will be implemented, don't forget to ensure that

itext/itext.cleanup/itext/pdfcleanup/actions/data/PdfSweepProductData.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public class PdfSweepProductData {
3434

3535
public const String PDF_SWEEP_PUBLIC_PRODUCT_NAME = PDF_SWEEP_PRODUCT_NAME;
3636

37-
private const String PDF_SWEEP_VERSION = "5.0.1";
37+
private const String PDF_SWEEP_VERSION = "5.0.2";
3838

3939
private const int PDF_SWEEP_COPYRIGHT_SINCE = 2000;
4040

pdfSweep.nuspec

Lines changed: 2 additions & 2 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.pdfsweep</id>
5-
<version>5.0.1</version>
5+
<version>5.0.2</version>
66
<title>iText pdfSweep</title>
77
<authors>iText Software</authors>
88
<owners>iText Software</owners>
@@ -18,7 +18,7 @@
1818
<tags>itext itext7 itextsharp c# .net csharp pdf cleanup pdfsweep</tags>
1919
<repository type="git" url="https://github.com/itext/i7j-pdfsweep.git" />
2020
<dependencies>
21-
<dependency id="itext" version="9.1.0" />
21+
<dependency id="itext" version="9.2.0" />
2222
</dependencies>
2323
</metadata>
2424
<files>

port-hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ab4df3458f3439a3de81fa50f21308f5ee9b5044
1+
beca6397855a0d6aa4ca2faeb1918238db21b3dc

0 commit comments

Comments
 (0)