Skip to content

Commit aee658a

Browse files
committed
Fix version to 9.4.0
1 parent 97b6947 commit aee658a

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

AppVeyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 9.3.2.{build}
1+
version: 9.4.0.{build}
22
environment:
33
PROJECT_NAME: 'Cube.Pdf'
44
TEST_TOOL: '..\packages\OpenCover\4.7.1221\tools\OpenCover.Console.exe'

Applications/Converter/Core/Cube.Pdf.Converter.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>9.3.2</Version>
3+
<Version>9.4.0</Version>
44
<Authors>clown;cube-soft</Authors>
55
<Company>CubeSoft</Company>
66
<Description>CubePDF SDK.</Description>

Libraries/Core/Cube.Pdf.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>9.3.2</Version>
3+
<Version>9.4.0</Version>
44
<Authors>clown;cube-soft</Authors>
55
<Company>CubeSoft</Company>
66
<Description>Basic data structures and interfaces for Cube.Pdf libraries.</Description>

Libraries/Generating/Cube.Pdf.Generating.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>9.3.2</Version>
3+
<Version>9.4.0</Version>
44
<Authors>clown;cube-soft</Authors>
55
<Company>CubeSoft</Company>
66
<Description>Ghostscript based PDF library.</Description>

Libraries/Itext/Cube.Pdf.Itext.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>9.3.2</Version>
3+
<Version>9.4.0</Version>
44
<Authors>clown;cube-soft</Authors>
55
<Company>CubeSoft</Company>
66
<Description>iText based PDF library.</Description>

Libraries/Pdfium/Cube.Pdf.Pdfium.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>9.3.2</Version>
3+
<Version>9.4.0</Version>
44
<Authors>clown;cube-soft</Authors>
55
<Company>CubeSoft</Company>
66
<Description>PDFium based PDF library.</Description>

Tests/Core/Cube.Pdf.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>9.3.2</Version>
3+
<Version>9.4.0</Version>
44
<Authors>clown;cube-soft</Authors>
55
<Company>CubeSoft</Company>
66
<Copyright>Copyright © 2010 CubeSoft, Inc.</Copyright>

0 commit comments

Comments
 (0)