File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed
itext/pdfcleanup/actions/data
itext.tests/itext.cleanup.tests Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 15
15
16
16
[ assembly: Guid ( "647c862e-d837-4901-8e7b-68f5f8bf8f34" ) ]
17
17
18
- [ assembly: AssemblyVersion ( "3.0.0 .0" ) ]
19
- [ assembly: AssemblyFileVersion ( "3.0.0 .0" ) ]
20
- [ assembly: AssemblyInformationalVersion ( "3.0.0 -SNAPSHOT" ) ]
18
+ [ assembly: AssemblyVersion ( "3.0.1 .0" ) ]
19
+ [ assembly: AssemblyFileVersion ( "3.0.1 .0" ) ]
20
+ [ assembly: AssemblyInformationalVersion ( "3.0.1 -SNAPSHOT" ) ]
21
21
22
22
[ assembly: NUnit . Framework . Timeout ( 300000 ) ]
Original file line number Diff line number Diff line change 40
40
</ItemGroup >
41
41
<ItemGroup >
42
42
<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.2.0 -SNAPSHOT" Condition =" !Exists('..\..\..\itextcore\itext\itext.io\itext.io.netstandard.csproj')" />
43
+ <PackageReference Include =" itext7" Version =" 7.2.1 -SNAPSHOT" Condition =" !Exists('..\..\..\itextcore\itext\itext.io\itext.io.netstandard.csproj')" />
44
44
<ProjectReference Include =" ..\..\..\itextcore\itext\itext.kernel\itext.kernel.netstandard.csproj" Condition =" Exists('..\..\..\itextcore\itext\itext.kernel\itext.kernel.netstandard.csproj')" />
45
45
<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.2.0 -SNAPSHOT" Condition =" !Exists('..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.netstandard.csproj')" />
46
+ <PackageReference Include =" itext7.pdftest" Version =" 7.2.1 -SNAPSHOT" Condition =" !Exists('..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.netstandard.csproj')" />
47
47
<ProjectReference Include =" ..\..\itext\itext.cleanup\itext.cleanup.csproj" />
48
48
</ItemGroup >
49
49
</Project >
Original file line number Diff line number Diff line change 21
21
22
22
[ assembly: Guid ( "ec333396-8945-4d69-b626-475b4e2ede61" ) ]
23
23
24
- [ assembly: AssemblyVersion ( "3.0.0 .0" ) ]
25
- [ assembly: AssemblyFileVersion ( "3.0.0 .0" ) ]
26
- [ assembly: AssemblyInformationalVersion ( "3.0.0 -SNAPSHOT" ) ]
24
+ [ assembly: AssemblyVersion ( "3.0.1 .0" ) ]
25
+ [ assembly: AssemblyFileVersion ( "3.0.1 .0" ) ]
26
+ [ assembly: AssemblyInformationalVersion ( "3.0.1 -SNAPSHOT" ) ]
Original file line number Diff line number Diff line change 33
33
</ItemGroup >
34
34
<ItemGroup >
35
35
<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.2.0 -SNAPSHOT" Condition =" !Exists('..\..\..\itextcore\itext\itext.io\itext.io.netstandard.csproj')" />
36
+ <PackageReference Include =" itext7" Version =" 7.2.1 -SNAPSHOT" Condition =" !Exists('..\..\..\itextcore\itext\itext.io\itext.io.netstandard.csproj')" />
37
37
<ProjectReference Include =" ..\..\..\itextcore\itext\itext.kernel\itext.kernel.netstandard.csproj" Condition =" Exists('..\..\..\itextcore\itext\itext.kernel\itext.kernel.netstandard.csproj')" />
38
38
<ProjectReference Include =" ..\..\..\itextcore\itext\itext.layout\itext.layout.netstandard.csproj" Condition =" Exists('..\..\..\itextcore\itext\itext.layout\itext.layout.netstandard.csproj')" />
39
39
</ItemGroup >
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ public class PdfSweepProductData {
54
54
55
55
public const String PDF_SWEEP_PUBLIC_PRODUCT_NAME = PDF_SWEEP_PRODUCT_NAME ;
56
56
57
- private const String PDF_SWEEP_VERSION = "3.0.0 -SNAPSHOT" ;
57
+ private const String PDF_SWEEP_VERSION = "3.0.1 -SNAPSHOT" ;
58
58
59
59
private const int PDF_SWEEP_COPYRIGHT_SINCE = 2000 ;
60
60
Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd" >
3
3
<metadata >
4
4
<id >itext7.pdfsweep</id >
5
- <version >3.0.0 -SNAPSHOT</version >
5
+ <version >3.0.1 -SNAPSHOT</version >
6
6
<title >iText 7 pdfSweep</title >
7
7
<authors >iText Software</authors >
8
8
<owners >iText Software</owners >
18
18
<tags >itext itext7 itextsharp c# .net csharp pdf cleanup pdfsweep</tags >
19
19
<repository type =" git" url =" https://github.com/itext/i7j-pdfsweep.git" />
20
20
<dependencies >
21
- <dependency id =" itext7" version =" 7.2.0 -SNAPSHOT" />
21
+ <dependency id =" itext7" version =" 7.2.1 -SNAPSHOT" />
22
22
<dependency id =" Microsoft.Extensions.Logging" version =" 5.0.0" />
23
23
</dependencies >
24
24
</metadata >
Original file line number Diff line number Diff line change 1
- a399ee9719ce8c1232b25a0f15a6d833dc1f810b
1
+ c672428927f6f0cacbab0d6153e896baef67d16c
You can’t perform that action at this time.
0 commit comments