Skip to content

Commit 73b5212

Browse files
committed
Update CubePDF Page 5.1.1
1 parent 1c2f8fc commit 73b5212

6 files changed

Lines changed: 8 additions & 4 deletions

File tree

Applications/Pages/Main/Cube.Pdf.Pages.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>5.1.0</Version>
3+
<Version>5.1.1</Version>
44
<Authors>clown;cube-soft</Authors>
55
<Company>CubeSoft</Company>
66
<Product>CubePDF Page</Product>

Applications/Pages/Main/Sources/Views/MainWindow.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<value>MainGridView</value>
9393
</data>
9494
<data name="&gt;&gt;MainGridView.Type" xml:space="preserve">
95-
<value>Cube.Pdf.Pages.FileGridView, CubePdfPage, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null</value>
95+
<value>Cube.Pdf.Pages.FileGridView, CubePdfPage, Version=5.1.1.0, Culture=neutral, PublicKeyToken=null</value>
9696
</data>
9797
<data name="&gt;&gt;MainGridView.Parent" xml:space="preserve">
9898
<value>FilePanel</value>

Applications/Pages/Readme.ja.md

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

7373
## バージョン履歴
7474

75+
* 2024-12-05 version 5.1.1
76+
- iText 9.1.0 に更新
7577
* 2024-12-05 version 5.1.0
7678
- iText 9.0.0 に更新
7779
- 表示言語にロシア語を追加

Applications/Pages/Readme.md

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

7070
## History
7171

72+
* 2025-04-10 version 5.1.1
73+
- Update iText to 9.1.0.
7274
* 2024-12-05 version 5.1.0
7375
- Update iText to 9.0.0.
7476
- Add Russian as a display language.

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

Tests/Pages/Sources/Presenters/OthersTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ public void Settings()
232232
Assert.That(e.KeepOutlines, Is.True);
233233
Assert.That(e.CheckUpdate, Is.False);
234234
Assert.That(e.Temp, Does.Contain(@"AppData\Local\Temp\"));
235-
Assert.That(e.Version, Does.StartWith("5.1.0 ("));
235+
Assert.That(e.Version, Does.StartWith("5.1.1 ("));
236236
Assert.That(e.Uri.ToString(), Does.StartWith("https://www.cube-soft.jp/cubepdfpage/?lang="));
237237
e.CheckUpdate = prev;
238238
e.Apply();

0 commit comments

Comments
 (0)