Skip to content

Commit ea833bf

Browse files
committed
update CubePDF Utility 2.1.1.
1 parent ad4fbd8 commit ea833bf

5 files changed

Lines changed: 9 additions & 5 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>2.1.0</Version>
3+
<Version>2.1.1</Version>
44
<Authors>clown;cube-soft</Authors>
55
<Company>CubeSoft</Company>
66
<Product>CubePdfUtility</Product>

Applications/Editor/Readme.ja.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ CubePDF Utility は、以下のライブラリを利用しています。
111111
- 3-clause BSD License
112112
- https://nlog-project.org/
113113
- https://www.nuget.org/packages/NLog/
114-
* Fluent.Ribbon (net45)
114+
* Fluent.Ribbon (net47)
115115
- MIT License
116116
- https://fluentribbon.github.io/
117117
- https://www.nuget.org/packages/Fluent.Ribbon/
@@ -126,6 +126,8 @@ CubePDF Utility は、以下のライブラリを利用しています。
126126

127127
## バージョン履歴
128128

129+
* 2023-01-11 version 2.1.1
130+
- PDFium を Chromium 109 相当に更新
129131
* 2022-12-01 version 2.1.0
130132
- PDFium を Chromium 108 相当に更新
131133
- iText を 7.2.4 に更新

Applications/Editor/Readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Dependencies of the CubePDF Utility are as follows.
104104
- 3-clause BSD License
105105
- https://nlog-project.org/
106106
- https://www.nuget.org/packages/NLog/
107-
* Fluent.Ribbon (net45)
107+
* Fluent.Ribbon (net47)
108108
- MIT License
109109
- https://fluentribbon.github.io/
110110
- https://www.nuget.org/packages/Fluent.Ribbon/
@@ -119,6 +119,8 @@ Dependencies of the CubePDF Utility are as follows.
119119

120120
## History
121121

122+
* 2023-01-11 version 2.1.1
123+
- Update PDFium to Chromium 109 compatible.
122124
* 2022-12-01 version 2.1.0
123125
- Update PDFium to Chromium 108 compatible.
124126
- Update iText to 7.2.4.

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.1.0</Version>
3+
<Version>2.1.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.1.0 "));
118+
Assert.That(src.Version.Value, Does.StartWith("CubePDF Utility 2.1.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)