Skip to content

Commit ed5d860

Browse files
committed
update CubePDF Utility 2.6.1
1 parent 750118a commit ed5d860

File tree

5 files changed

+11
-3
lines changed

5 files changed

+11
-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.6.0</Version>
3+
<Version>2.6.1</Version>
44
<Authors>clown;cube-soft</Authors>
55
<Company>CubeSoft</Company>
66
<Product>CubePdfUtility</Product>

Applications/Editor/Readme.ja.md

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

126126
## バージョン履歴
127127

128+
* 2024-02-22 version 2.6.1
129+
- 選択ファイル自動ソート機能の有効・無効オプションをテスト導入
130+
- iText 8.0.3 に更新
131+
- PDFium を Chromium 122 相当に更新
128132
* 2024-01-23 version 2.6.0
129133
- ファイル入出力関係の処理を改善
130134
- PDFium を Chromium 121 相当に更新

Applications/Editor/Readme.md

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

120120
## History
121121

122+
* 2024-02-22 version 2.6.1
123+
- Add an option to enable/disable automatic sorting of selected files.
124+
- Update iText to 8.0.3.
125+
- Update PDFium to Chromium 122 compatible.
122126
* 2024-01-23 version 2.6.0
123127
- Improve I/O processing.
124128
- Update PDFium to Chromium 121 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>2.6.0</Version>
3+
<Version>2.6.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.6.0 "));
118+
Assert.That(src.Version.Value, Does.StartWith("CubePDF Utility 2.6.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)