File tree 10 files changed +12
-12
lines changed
itext.pdfocr.tesseract4.tests
10 files changed +12
-12
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 1.0.1 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 ( "1.0.1.0" ) ]
19
19
[ assembly: AssemblyFileVersion ( "1.0.1.0" ) ]
20
- [ assembly: AssemblyInformationalVersion ( "1.0.1-SNAPSHOT " ) ]
20
+ [ assembly: AssemblyInformationalVersion ( "1.0.1" ) ]
Original file line number Diff line number Diff line change 27
27
</ItemGroup >
28
28
<ItemGroup >
29
29
<ProjectReference Include =" ..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.netstandard.csproj" Condition =" Exists('..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.netstandard.csproj')" />
30
- <PackageReference Include =" itext7.pdftest" Version =" 7.1.12-SNAPSHOT " Condition =" !Exists('..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.netstandard.csproj')" />
30
+ <PackageReference Include =" itext7.pdftest" Version =" 7.1.12" Condition =" !Exists('..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.netstandard.csproj')" />
31
31
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.6.0" />
32
32
<PackageReference Include =" NUnit" Version =" 3.12.0" />
33
33
<PackageReference Include =" NUnit3TestAdapter" Version =" 3.16.1" >
Original file line number Diff line number Diff line change 17
17
18
18
[ assembly: AssemblyVersion ( "1.0.1.0" ) ]
19
19
[ assembly: AssemblyFileVersion ( "1.0.1.0" ) ]
20
- [ assembly: AssemblyInformationalVersion ( "1.0.1-SNAPSHOT " ) ]
20
+ [ assembly: AssemblyInformationalVersion ( "1.0.1" ) ]
Original file line number Diff line number Diff line change 27
27
</ItemGroup >
28
28
<ItemGroup >
29
29
<ProjectReference Include =" ..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.netstandard.csproj" Condition =" Exists('..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.netstandard.csproj')" />
30
- <PackageReference Include =" itext7.pdftest" Version =" 7.1.12-SNAPSHOT " Condition =" !Exists('..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.netstandard.csproj')" />
30
+ <PackageReference Include =" itext7.pdftest" Version =" 7.1.12" Condition =" !Exists('..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.netstandard.csproj')" />
31
31
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.6.0" />
32
32
<PackageReference Include =" NUnit" Version =" 3.12.0" />
33
33
<PackageReference Include =" NUnit3TestAdapter" Version =" 3.16.1" >
Original file line number Diff line number Diff line change 16
16
17
17
[ assembly: AssemblyVersion ( "1.0.1.0" ) ]
18
18
[ assembly: AssemblyFileVersion ( "1.0.1.0" ) ]
19
- [ assembly: AssemblyInformationalVersion ( "1.0.1-SNAPSHOT " ) ]
19
+ [ assembly: AssemblyInformationalVersion ( "1.0.1" ) ]
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.1.12-SNAPSHOT " Condition =" !Exists('..\..\..\itextcore\itext\itext.io\itext.io.netstandard.csproj')" />
33
+ <PackageReference Include =" itext7" Version =" 7.1.12" 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 >1.0.1-SNAPSHOT </version >
5
+ <version >1.0.1</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 =" net40" >
21
- <dependency id =" itext7" version =" 7.1.12-SNAPSHOT " />
21
+ <dependency id =" itext7" version =" 7.1.12" />
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 ( "1.0.1.0" ) ]
18
18
[ assembly: AssemblyFileVersion ( "1.0.1.0" ) ]
19
- [ assembly: AssemblyInformationalVersion ( "1.0.1-SNAPSHOT " ) ]
19
+ [ assembly: AssemblyInformationalVersion ( "1.0.1" ) ]
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 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 >1.0.1-SNAPSHOT </version >
5
+ <version >1.0.1</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 =" net40" >
21
- <dependency id =" itext7.pdfocr.api" version =" 1.0.1-SNAPSHOT " />
21
+ <dependency id =" itext7.pdfocr.api" version =" 1.0.1" />
22
22
</group >
23
23
</dependencies >
24
24
<references >
You can’t perform that action at this time.
0 commit comments