Skip to content

Commit

Permalink
Update CubePDF Utility 0.6.5b.
Browse files Browse the repository at this point in the history
  • Loading branch information
clown committed Feb 2, 2021
1 parent 0e5c9a6 commit 16c0cef
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 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.WindowsDesktop">
<PropertyGroup>
<Version>0.6.4</Version>
<Version>0.6.5</Version>
<Authors>clown;cube-soft</Authors>
<Company>CubeSoft</Company>
<Product>CubePdfUtility</Product>
Expand Down
2 changes: 1 addition & 1 deletion Applications/Editor/Proxy/Cube.Pdf.Editor.Proxy.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<Version>0.6.4</Version>
<Version>0.6.5</Version>
<Authors>clown;cube-soft</Authors>
<Company>CubeSoft</Company>
<Product>CubePdfUtilitySplash</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 は、以下のライブラリを利用しています。

## バージョン履歴

* 2021/02/03 version 0.6.5β
- コマンドライン引数にパスワード保護された PDF ファイルを指定して起動した時の不都合を修正
- PDFium を Chromium 88 相当に更新
* 2020/12/01 version 0.6.4β
- PDFium を Chromium 87 相当に更新
* 2020/10/16 version 0.6.3β
Expand Down
3 changes: 3 additions & 0 deletions Applications/Editor/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ Dependencies of the CubePDF Utility are as follows.

## History

* 2021/02/03 version 0.6.5β
- Fix errors when launching the CubePDF utility with an encrypted PDF file.
- Update PDFium to Chromium 88 compatible.
* 2020/12/01 version 0.6.4β
- Update PDFium to Chromium 87 compatible.
* 2020/10/16 version 0.6.3β
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.WindowsDesktop">
<PropertyGroup>
<Version>0.6.4</Version>
<Version>0.6.5</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 @@ -78,7 +78,7 @@ public void Cancel() => Open("Sample.pdf", "", vm =>
{
Assert.That(e.Title, Is.Not.Null.And.Not.Empty);
Assert.That(e.Version.Text, Is.Not.Null.And.Not.Empty);
Assert.That(e.Version.Value, Does.StartWith("Cube.Pdf.Editor.Tests 0.6. "));
Assert.That(e.Version.Value, Does.StartWith("Cube.Pdf.Editor.Tests 0.6. "));
Assert.That(e.Windows.Text, Does.StartWith("Microsoft Windows"));
Assert.That(e.Framework.Text, Does.StartWith("Microsoft .NET Framework"));
Assert.That(e.Link.Text, Is.EqualTo("Copyright © 2013 CubeSoft, Inc."));
Expand Down

0 comments on commit 16c0cef

Please sign in to comment.