Skip to content

Commit c824464

Browse files
committed
update CubePDF Utility 2.4.1.
1 parent 7c429c1 commit c824464

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

Applications/Editor/Main/Cube.Pdf.Editor.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>2.4.0</Version>
3+
<Version>2.4.1</Version>
44
<Authors>clown;cube-soft</Authors>
55
<Company>CubeSoft</Company>
66
<Product>CubePdfUtility</Product>

Applications/Editor/Readme.ja.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ CubePDF Utility は、以下のライブラリを利用しています。
125125

126126
## バージョン履歴
127127

128+
* 2023-07-19 version 2.4.1
129+
- PDFium を Chromium 115 相当に更新
128130
* 2023-06-15 version 2.4.0
129131
- 作業フォルダーの初期設定をシステムの規定値に変更
130132
- iText 8.0.0 に更新

Applications/Editor/Readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ Dependencies of the CubePDF Utility are as follows.
119119

120120
## History
121121

122+
* 2023-07-19 version 2.4.1
123+
- Update PDFium to Chromium 115 compatible.
122124
* 2023-06-15 version 2.4.0
123125
- Change the initial settings of temp directory to the system's default value.
124126
- Update iText to 8.0.0.

Tests/Editor/Cube.Pdf.Editor.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>2.4.0</Version>
3+
<Version>2.4.1</Version>
44
<Authors>clown;cube-soft</Authors>
55
<Company>CubeSoft</Company>
66
<Copyright>Copyright © 2013 CubeSoft, Inc.</Copyright>

Tests/Editor/Sources/Presenters/SettingTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ private void AssertObject(SettingViewModel src)
115115
{
116116
Assert.That(src.Title, Is.Not.Null.And.Not.Empty);
117117
Assert.That(src.Version.Text, Is.Not.Null.And.Not.Empty);
118-
Assert.That(src.Version.Value, Does.StartWith("CubePDF Utility 2.4.0 "));
118+
Assert.That(src.Version.Value, Does.StartWith("CubePDF Utility 2.4.1 "));
119119
Assert.That(src.Windows.Text, Does.StartWith("Microsoft Windows"));
120120
Assert.That(src.Framework.Text, Does.StartWith("Microsoft .NET Framework"));
121121
Assert.That(src.Link.Text, Is.EqualTo("Copyright © 2013 CubeSoft, Inc."));

0 commit comments

Comments
 (0)