Skip to content

Commit d908321

Browse files
committed
Update CubePDF Utility 4.2.2
1 parent 8630b34 commit d908321

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.1</Version>
3+
<Version>4.2.2</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-02-17 version 4.2.2
129+
- PDFium を Chromium 133 相当に更新
128130
* 2025-01-16 version 4.2.1
129131
- PDFium を Chromium 132 相当に更新
130132
* 2024-12-03 version 4.2.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+
* 2025-02-17 version 4.2.2
123+
- Update PDFium to Chromium 133 compatible.
122124
* 2025-01-16 version 4.2.1
123125
- Update PDFium to Chromium 132 compatible.
124126
* 2024-12-03 version 4.2.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>4.2.1</Version>
3+
<Version>4.2.2</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.1 "));
119+
Assert.That(src.Version.Value, Does.StartWith("CubePDF Utility 4.2.2 "));
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)