Skip to content

Commit

Permalink
update CubePDF Utility 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clown committed Apr 2, 2024
1 parent 41f6277 commit 58b0e06
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Applications/Editor/Main/Cube.Pdf.Editor.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>2.6.2</Version>
<Version>3.0.0</Version>
<Authors>clown;cube-soft</Authors>
<Company>CubeSoft</Company>
<Product>CubePdfUtility</Product>
Expand Down
3 changes: 3 additions & 0 deletions Applications/Editor/Readme.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ CubePDF Utility は、以下のライブラリを利用しています。

## バージョン履歴

* 2024-04-03 version 3.0.0
- バックアップ機能に関する不具合を修正
- 古いバックアップファイルの自動削除機能に関する設定を追加
* 2024-03-22 version 2.6.2
- PDFium を Chromium 123 相当に更新
* 2024-02-22 version 2.6.1
Expand Down
3 changes: 3 additions & 0 deletions Applications/Editor/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ Dependencies of the CubePDF Utility are as follows.

## History

* 2024-04-03 version 3.0.0
- Fix issues with backup functionality.
- Add settings for automatically deleting old backup files.
* 2024-03-22 version 2.6.2
- Update PDFium to Chromium 123 compatible.
* 2024-02-22 version 2.6.1
Expand Down
2 changes: 1 addition & 1 deletion Tests/Editor/Cube.Pdf.Editor.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>2.6.2</Version>
<Version>3.0.0</Version>
<Authors>clown;cube-soft</Authors>
<Company>CubeSoft</Company>
<Copyright>Copyright © 2013 CubeSoft, Inc.</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion Tests/Editor/Sources/Presenters/SettingTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ private void AssertObject(SettingViewModel src)
{
Assert.That(src.Title, Is.Not.Null.And.Not.Empty);
Assert.That(src.Version.Text, Is.Not.Null.And.Not.Empty);
Assert.That(src.Version.Value, Does.StartWith("CubePDF Utility 2.6.2 "));
Assert.That(src.Version.Value, Does.StartWith("CubePDF Utility 3.0.0 "));
Assert.That(src.Windows.Text, Does.StartWith("Microsoft Windows"));
Assert.That(src.Framework.Text, Does.StartWith("Microsoft .NET Framework"));
Assert.That(src.Link.Text, Is.EqualTo("Copyright © 2013 CubeSoft, Inc."));
Expand Down

0 comments on commit 58b0e06

Please sign in to comment.