Skip to content

Commit 061123e

Browse files
committed
Update CubePDF Utility 4.2.4
1 parent ec140a4 commit 061123e

5 files changed

Lines changed: 7 additions & 3 deletions

File tree

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>4.2.3</Version>
3+
<Version>4.2.4</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+
* 2025-04-11 version 4.2.4
129+
- PDFium を Chromium 135 相当に更新
128130
* 2025-03-11 version 4.2.3
129131
- iText 9.1.0 に更新
130132
- PDFium を Chromium 134 相当に更新

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+
* 2025-04-11 version 4.2.4
123+
- Update PDFium to Chromium 135 compatible.
122124
* 2025-03-11 version 4.2.3
123125
- Update iText to 9.1.0.
124126
- Update PDFium to Chromium 134 compatible.

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>4.2.3</Version>
3+
<Version>4.2.4</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
@@ -116,7 +116,7 @@ private void AssertObject(SettingViewModel src)
116116
{
117117
Assert.That(src.Title, Is.Not.Null.And.Not.Empty);
118118
Assert.That(src.Version.Text, Is.Not.Null.And.Not.Empty);
119-
Assert.That(src.Version.Value, Does.StartWith("CubePDF Utility 4.2.3 "));
119+
Assert.That(src.Version.Value, Does.StartWith("CubePDF Utility 4.2.4 "));
120120
Assert.That(src.Windows.Text, Does.StartWith("Microsoft Windows"));
121121
Assert.That(src.Framework.Text, Does.StartWith("Microsoft .NET Framework"));
122122
Assert.That(src.Link.Text, Is.EqualTo("Copyright © 2013 CubeSoft, Inc."));

0 commit comments

Comments
 (0)