Skip to content

Commit ddaad28

Browse files
committed
update CubeICE 3.3.0
1 parent 223cc6d commit ddaad28

File tree

7 files changed

+11
-7
lines changed

7 files changed

+11
-7
lines changed

Applications/Ice/Associator/Cube.FileSystem.SevenZip.Ice.Associator.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>3.2.0</Version>
3+
<Version>3.3.0</Version>
44
<Authors>clown;cube-soft</Authors>
55
<Company>CubeSoft</Company>
66
<Product>CubeIceAssociator</Product>

Applications/Ice/Core/Cube.FileSystem.SevenZip.Ice.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>3.2.0</Version>
3+
<Version>3.3.0</Version>
44
<Authors>clown;cube-soft</Authors>
55
<Company>CubeSoft</Company>
66
<Description>CubeICE core library.</Description>

Applications/Ice/Main/Cube.FileSystem.SevenZip.Ice.Main.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.WindowsDesktop">
22
<PropertyGroup>
3-
<Version>3.2.0</Version>
3+
<Version>3.3.0</Version>
44
<Authors>clown;cube-soft</Authors>
55
<Company>CubeSoft</Company>
66
<Product>CubeIce</Product>

Applications/Ice/Readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,16 @@ CubeICE は、以下のライブラリを利用しています。
6363

6464
## バージョン履歴
6565

66+
* 2024-03-27 version 3.3.0
67+
- フォルダーが一つのみの場合に解凍に失敗する不具合を修正
68+
- ZoneID 伝搬時に最終更新日時を維持するように修正
69+
- ファイル入出力関係の処理を改善
6670
* 2024-01-25 version 3.2.0
6771
- ファイル入出力関係の処理を改善
6872
- 設定画面で Enter キー押下時に OK と認識されないように修正
6973
* 2023-08-01 version 3.1.0
7074
- ZoneID をサポートしないファイルシステムに解凍した場合にエラーとなる不具合を修正
71-
- 作業フォルダーの初期設定をシステムの規定値に変更
75+
- 作業用フォルダーの初期設定をシステムの規定値に変更
7276
- 7-Zip を 23.01 相当に更新
7377
- 内部処理を改善
7478
* 2023-04-05 version 3.0.1

Applications/Ice/Settings/Cube.FileSystem.SevenZip.Ice.Settings.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.WindowsDesktop">
22
<PropertyGroup>
3-
<Version>3.2.0</Version>
3+
<Version>3.3.0</Version>
44
<Authors>clown;cube-soft</Authors>
55
<Company>CubeSoft</Company>
66
<Product>CubeIceSetting</Product>

Tests/Ice/Cube.FileSystem.SevenZip.Ice.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.WindowsDesktop">
22
<PropertyGroup>
3-
<Version>3.2.0</Version>
3+
<Version>3.3.0</Version>
44
<Authors>clown;cube-soft</Authors>
55
<Company>CubeSoft</Company>
66
<Copyright>Copyright © 2010 CubeSoft, Inc.</Copyright>

Tests/Ice/Sources/Others/SettingTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public void Create()
5151
var dest = new SettingFolder();
5252
Assert.That(dest.AutoSave, Is.False);
5353
Assert.That(dest.AutoSaveDelay, Is.EqualTo(TimeSpan.FromSeconds(1)));
54-
Assert.That(dest.Version.ToString(), Is.EqualTo("3.2.0"));
54+
Assert.That(dest.Version.ToString(), Is.EqualTo("3.3.0"));
5555
Assert.That(dest.Format, Is.EqualTo(DataContract.Format.Registry));
5656
Assert.That(dest.Location, Is.EqualTo(@"CubeSoft\CubeICE\v3"));
5757

0 commit comments

Comments
 (0)