Skip to content

Commit

Permalink
8.4.1 start.
Browse files Browse the repository at this point in the history
  • Loading branch information
clown committed Jul 18, 2023
1 parent d5452e2 commit 7c429c1
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion AppVeyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 8.4.0.{build}
version: 8.4.1.{build}
environment:
PROJECT_NAME: 'Cube.Pdf'
TEST_TOOL: '..\packages\OpenCover\4.7.1221\tools\OpenCover.Console.exe'
Expand Down
2 changes: 1 addition & 1 deletion Applications/Converter/Core/Cube.Pdf.Converter.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>8.4.0</Version>
<Version>8.4.1</Version>
<Authors>clown;cube-soft</Authors>
<Company>CubeSoft</Company>
<Description>CubePDF SDK.</Description>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>8.4.0</Version>
<Version>8.4.1</Version>
<Authors>clown;cube-soft</Authors>
<Company>CubeSoft</Company>
<Product>CubeProxy</Product>
Expand Down
2 changes: 1 addition & 1 deletion Libraries/Core/Cube.Pdf.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>8.4.0</Version>
<Version>8.4.1</Version>
<Authors>clown;cube-soft</Authors>
<Company>CubeSoft</Company>
<Description>Basic data structures and interfaces for Cube.Pdf libraries.</Description>
Expand Down
2 changes: 1 addition & 1 deletion Libraries/Ghostscript/Cube.Pdf.Ghostscript.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>8.4.0</Version>
<Version>8.4.1</Version>
<Authors>clown;cube-soft</Authors>
<Company>CubeSoft</Company>
<Description>Ghostscript based PDF library.</Description>
Expand Down
2 changes: 1 addition & 1 deletion Libraries/Itext/Cube.Pdf.Itext.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>8.4.0</Version>
<Version>8.4.1</Version>
<Authors>clown;cube-soft</Authors>
<Company>CubeSoft</Company>
<Description>iText based PDF library.</Description>
Expand Down
4 changes: 2 additions & 2 deletions Libraries/Pdfium/Cube.Pdf.Pdfium.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>8.4.0</Version>
<Version>8.4.1</Version>
<Authors>clown;cube-soft</Authors>
<Company>CubeSoft</Company>
<Description>PDFium based PDF library.</Description>
Expand All @@ -24,7 +24,7 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Core\Cube.Pdf.Core.csproj" />
<PackageReference Include="Cube.Native.Pdfium.Lite" version="114.0.5735" />
<PackageReference Include="Cube.Native.Pdfium.Lite" version="115.0.5790" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\Icon.png" Pack="true" PackagePath="images" />
Expand Down
2 changes: 1 addition & 1 deletion Tests/Core/Cube.Pdf.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>8.4.0</Version>
<Version>8.4.1</Version>
<Authors>clown;cube-soft</Authors>
<Company>CubeSoft</Company>
<Copyright>Copyright © 2010 CubeSoft, Inc.</Copyright>
Expand Down

0 comments on commit 7c429c1

Please sign in to comment.