File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <Version >4.3.0 </Version >
3+ <Version >4.3.1 </Version >
44 <Authors >clown;cube-soft</Authors >
55 <Company >CubeSoft</Company >
66 <Product >CubePDF</Product >
Original file line number Diff line number Diff line change @@ -52,6 +52,9 @@ CubePDF は、以下のライブラリを利用しています。
5252
5353## バージョン履歴
5454
55+ * 2025-04-08 version 4.3.1
56+ - Ghostscript 10.5.0 に更新
57+ - iText 9.1.0 に更新
5558* 2024-12-20 version 4.3.0
5659 - iText 9.0.0 に更新
5760* 2024-10-15 version 4.2.0
Original file line number Diff line number Diff line change @@ -53,6 +53,9 @@ Dependencies of the CubePDF are as follows.
5353
5454## History
5555
56+ * 2025-04-08 version 4.3.1
57+ - Update Ghostscript to 10.5.0.
58+ - Update iText to 9.1.0.
5659* 2024-12-20 version 4.3.0
5760 - Update iText to 9.0.0.
5861* 2024-10-15 version 4.2.0
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <Version >4.3.0 </Version >
3+ <Version >4.3.1 </Version >
44 <Authors >clown;cube-soft</Authors >
55 <Company >CubeSoft</Company >
66 <Copyright >Copyright © 2010 CubeSoft, Inc.</Copyright >
Original file line number Diff line number Diff line change @@ -88,8 +88,8 @@ private void Check(MainViewModel src)
8888 /* --------------------------------------------------------------------- */
8989 private void Check ( SettingViewModel src )
9090 {
91- Assert . That ( src . Title , Does . StartWith ( "CubePDF 4.3.0 (" ) ) ;
92- Assert . That ( src . Version , Does . StartWith ( "4.3.0 (" ) ) ;
91+ Assert . That ( src . Title , Does . StartWith ( "CubePDF 4.3.1 (" ) ) ;
92+ Assert . That ( src . Version , Does . StartWith ( "4.3.1 (" ) ) ;
9393 Assert . That ( src . Uri . ToString ( ) , Does . StartWith ( "https://www.cube-soft.jp/cubepdf/?lang=" ) ) ;
9494 Assert . That ( src . Format , Is . EqualTo ( Format . Pdf ) ) ;
9595 Assert . That ( src . SaveOption , Is . EqualTo ( SaveOption . Overwrite ) ) ;
Original file line number Diff line number Diff line change @@ -59,9 +59,9 @@ public void Test()
5959
6060 Assert . That ( view . Busy , Is . False ) ;
6161 Assert . That ( Locale . GetCurrentLanguage ( ) , Is . EqualTo ( Language . Auto ) ) ;
62- Assert . That ( view . Text , Does . StartWith ( "WindowTest - CubePDF 4.3.0 (" ) ) ;
62+ Assert . That ( view . Text , Does . StartWith ( "WindowTest - CubePDF 4.3.1 (" ) ) ;
6363 Locale . Reset ( Language . Japanese ) ;
64- Assert . That ( view . Text , Does . StartWith ( "WindowTest - CubePDF 4.3.0 (" ) ) ;
64+ Assert . That ( view . Text , Does . StartWith ( "WindowTest - CubePDF 4.3.1 (" ) ) ;
6565
6666 view . Close ( ) ;
6767 }
You can’t perform that action at this time.
0 commit comments