Skip to content

Commit cefa194

Browse files
iText-CIdmitry.radchuk
authored andcommitted
[RELEASE] pdfSweep 2.0.8
1 parent a735f88 commit cefa194

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
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 VERSION_PLACEHOLDER API"
35+
PROJECT_NAME = "pdfSweep 2.0.8 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717

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

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
</ItemGroup>
4141
<ItemGroup>
4242
<ProjectReference Include="..\..\..\itextcore\itext\itext.io\itext.io.netstandard.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.io\itext.io.netstandard.csproj')" />
43-
<PackageReference Include="itext7" Version="7.1.18-SNAPSHOT" Condition="!Exists('..\..\..\itextcore\itext\itext.io\itext.io.netstandard.csproj')" />
43+
<PackageReference Include="itext7" Version="7.1.18" Condition="!Exists('..\..\..\itextcore\itext\itext.io\itext.io.netstandard.csproj')" />
4444
<ProjectReference Include="..\..\..\itextcore\itext\itext.kernel\itext.kernel.netstandard.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.kernel\itext.kernel.netstandard.csproj')" />
4545
<ProjectReference Include="..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.netstandard.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.netstandard.csproj')" />
46-
<PackageReference Include="itext7.pdftest" Version="7.1.18-SNAPSHOT" Condition="!Exists('..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.netstandard.csproj')" />
46+
<PackageReference Include="itext7.pdftest" Version="7.1.18" Condition="!Exists('..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.netstandard.csproj')" />
4747
<ProjectReference Include="..\..\itext\itext.cleanup\itext.cleanup.csproj" />
4848
</ItemGroup>
4949
</Project>

itext/itext.cleanup/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323

2424
[assembly: AssemblyVersion("2.0.8.0")]
2525
[assembly: AssemblyFileVersion("2.0.8.0")]
26-
[assembly: AssemblyInformationalVersion("2.0.8-SNAPSHOT")]
26+
[assembly: AssemblyInformationalVersion("2.0.8")]
2727

2828
[assembly: Versions.Attributes.KeyVersion("3.1.5.0")]

itext/itext.cleanup/itext.cleanup.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</ItemGroup>
3434
<ItemGroup>
3535
<ProjectReference Include="..\..\..\itextcore\itext\itext.io\itext.io.netstandard.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.io\itext.io.netstandard.csproj')" />
36-
<PackageReference Include="itext7" Version="7.1.18-SNAPSHOT" Condition="!Exists('..\..\..\itextcore\itext\itext.io\itext.io.netstandard.csproj')" />
36+
<PackageReference Include="itext7" Version="7.1.18" Condition="!Exists('..\..\..\itextcore\itext\itext.io\itext.io.netstandard.csproj')" />
3737
<ProjectReference Include="..\..\..\itextcore\itext\itext.kernel\itext.kernel.netstandard.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.kernel\itext.kernel.netstandard.csproj')" />
3838
<ProjectReference Include="..\..\..\itextcore\itext\itext.layout\itext.layout.netstandard.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.layout\itext.layout.netstandard.csproj')" />
3939
</ItemGroup>

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>itext7.pdfsweep</id>
5-
<version>2.0.8-SNAPSHOT</version>
5+
<version>2.0.8</version>
66
<title>iText 7 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="itext7" version="7.1.18-SNAPSHOT" />
21+
<dependency id="itext7" version="7.1.18" />
2222
<dependency id="Common.Logging" version="3.4.1" />
2323
</dependencies>
2424
</metadata>

port-hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1e5679f163b61c1d6c4b749be45d9a065c782a43
1+
bf31d247df45ce36fdab930ec14e6b56994233d6

0 commit comments

Comments
 (0)