File tree 12 files changed +14
-14
lines changed
itext/pdfocr/tesseract4/actions/data
itext.pdfocr.tesseract4.tests
12 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8
32
32
# title of most generated pages and in a few other places.
33
33
# The default value is: My Project.
34
34
35
- PROJECT_NAME = "pdfOCR VERSION_PLACEHOLDER API"
35
+ PROJECT_NAME = "pdfOCR 2.0.0 API"
36
36
37
37
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
38
38
# could be handy for archiving the generated documentation or if some version
Original file line number Diff line number Diff line change 17
17
18
18
[ assembly: AssemblyVersion ( "2.0.0.0" ) ]
19
19
[ assembly: AssemblyFileVersion ( "2.0.0.0" ) ]
20
- [ assembly: AssemblyInformationalVersion ( "2.0.0-SNAPSHOT " ) ]
20
+ [ assembly: AssemblyInformationalVersion ( "2.0.0" ) ]
Original file line number Diff line number Diff line change 25
25
</ItemGroup >
26
26
<ItemGroup >
27
27
<ProjectReference Include =" ..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.netstandard.csproj" Condition =" Exists('..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.netstandard.csproj')" />
28
- <PackageReference Include =" itext7.pdftest" Version =" 7.2.0-SNAPSHOT " Condition =" !Exists('..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.netstandard.csproj')" />
28
+ <PackageReference Include =" itext7.pdftest" Version =" 7.2.0" Condition =" !Exists('..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.netstandard.csproj')" />
29
29
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.6.0" />
30
30
<PackageReference Include =" NUnit" Version =" 3.12.0" />
31
31
<PackageReference Include =" NUnit3TestAdapter" Version =" 3.16.1" >
Original file line number Diff line number Diff line change 17
17
18
18
[ assembly: AssemblyVersion ( "2.0.0.0" ) ]
19
19
[ assembly: AssemblyFileVersion ( "2.0.0.0" ) ]
20
- [ assembly: AssemblyInformationalVersion ( "2.0.0-SNAPSHOT " ) ]
20
+ [ assembly: AssemblyInformationalVersion ( "2.0.0" ) ]
Original file line number Diff line number Diff line change 26
26
</ItemGroup >
27
27
<ItemGroup >
28
28
<ProjectReference Include =" ..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.netstandard.csproj" Condition =" Exists('..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.netstandard.csproj')" />
29
- <PackageReference Include =" itext7.pdftest" Version =" 7.2.0-SNAPSHOT " Condition =" !Exists('..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.netstandard.csproj')" />
29
+ <PackageReference Include =" itext7.pdftest" Version =" 7.2.0" Condition =" !Exists('..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.netstandard.csproj')" />
30
30
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.6.0" />
31
31
<PackageReference Include =" NUnit" Version =" 3.12.0" />
32
32
<PackageReference Include =" NUnit3TestAdapter" Version =" 3.16.1" >
Original file line number Diff line number Diff line change 16
16
17
17
[ assembly: AssemblyVersion ( "2.0.0.0" ) ]
18
18
[ assembly: AssemblyFileVersion ( "2.0.0.0" ) ]
19
- [ assembly: AssemblyInformationalVersion ( "2.0.0-SNAPSHOT " ) ]
19
+ [ assembly: AssemblyInformationalVersion ( "2.0.0" ) ]
20
20
[ assembly: InternalsVisibleTo ( "itext.pdfocr.api.tests, PublicKey=" +
21
21
"00240000048000009400000006020000002400005253413100040000010001008b21ed5b3fc1c1" +
22
22
"1996390981fe22bbe71a39a9e11d3c2cefddd6ee92920fa871f9666ae0fa941af0280d0653df04" +
Original file line number Diff line number Diff line change 30
30
</ItemGroup >
31
31
<ItemGroup >
32
32
<ProjectReference Include =" ..\..\..\itextcore\itext\itext.io\itext.io.netstandard.csproj" Condition =" Exists('..\..\..\itextcore\itext\itext.io\itext.io.netstandard.csproj')" />
33
- <PackageReference Include =" itext7" Version =" 7.2.0-SNAPSHOT " Condition =" !Exists('..\..\..\itextcore\itext\itext.io\itext.io.netstandard.csproj')" />
33
+ <PackageReference Include =" itext7" Version =" 7.2.0" Condition =" !Exists('..\..\..\itextcore\itext\itext.io\itext.io.netstandard.csproj')" />
34
34
<ProjectReference Include =" ..\..\..\itextcore\itext\itext.kernel\itext.kernel.netstandard.csproj" Condition =" Exists('..\..\..\itextcore\itext\itext.kernel\itext.kernel.netstandard.csproj')" />
35
35
<ProjectReference Include =" ..\..\..\itextcore\itext\itext.layout\itext.layout.netstandard.csproj" Condition =" Exists('..\..\..\itextcore\itext\itext.layout\itext.layout.netstandard.csproj')" />
36
36
<ProjectReference Include =" ..\..\..\itextcore\itext\itext.pdfa\itext.pdfa.netstandard.csproj" Condition =" Exists('..\..\..\itextcore\itext\itext.pdfa\itext.pdfa.netstandard.csproj')" />
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.pdfocr.api</id >
5
- <version >2.0.0-SNAPSHOT </version >
5
+ <version >2.0.0</version >
6
6
<title >iText 7 pdfOcr</title >
7
7
<authors >iText Software</authors >
8
8
<owners >iText Software</owners >
18
18
<repository type =" git" url =" https://github.com/itext/i7n-pdfocr.git" />
19
19
<dependencies >
20
20
<group targetFramework =" net461" >
21
- <dependency id =" itext7" version =" 7.2.0-SNAPSHOT " />
21
+ <dependency id =" itext7" version =" 7.2.0" />
22
22
</group >
23
23
</dependencies >
24
24
</metadata >
Original file line number Diff line number Diff line change 16
16
17
17
[ assembly: AssemblyVersion ( "2.0.0.0" ) ]
18
18
[ assembly: AssemblyFileVersion ( "2.0.0.0" ) ]
19
- [ assembly: AssemblyInformationalVersion ( "2.0.0-SNAPSHOT " ) ]
19
+ [ assembly: AssemblyInformationalVersion ( "2.0.0" ) ]
20
20
[ assembly: InternalsVisibleTo ( "itext.pdfocr.tesseract4.tests, PublicKey=" +
21
21
"00240000048000009400000006020000002400005253413100040000010001008b21ed5b3fc1c1" +
22
22
"1996390981fe22bbe71a39a9e11d3c2cefddd6ee92920fa871f9666ae0fa941af0280d0653df04" +
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public class PdfOcrTesseract4ProductData {
34
34
35
35
private const String PDF_OCR_TESSERACT4_PUBLIC_PRODUCT_NAME = "pdfOCR-Tesseract4" ;
36
36
37
- private const String PDF_OCR_VERSION = "2.0.0-SNAPSHOT " ;
37
+ private const String PDF_OCR_VERSION = "2.0.0" ;
38
38
39
39
private const int PDF_OCR_COPYRIGHT_SINCE = 2000 ;
40
40
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.pdfocr.tesseract4</id >
5
- <version >2.0.0-SNAPSHOT </version >
5
+ <version >2.0.0</version >
6
6
<title >iText 7 pdfOcr</title >
7
7
<authors >iText Software</authors >
8
8
<owners >iText Software</owners >
18
18
<repository type =" git" url =" https://github.com/itext/i7n-pdfocr.git" />
19
19
<dependencies >
20
20
<group targetFramework =" net461" >
21
- <dependency id =" itext7.pdfocr.api" version =" 2.0.0-SNAPSHOT " />
21
+ <dependency id =" itext7.pdfocr.api" version =" 2.0.0" />
22
22
</group >
23
23
</dependencies >
24
24
<references >
Original file line number Diff line number Diff line change 1
- 2934e708fafc068c26f26440631c8a9fb152a747
1
+ fb9aa93bb391504fd844c0010192124ce0d7fc49
You can’t perform that action at this time.
0 commit comments