Skip to content

Commit 6902621

Browse files
committed
update CubeICE 3.4.0
1 parent f199a8e commit 6902621

File tree

7 files changed

+10
-6
lines changed

7 files changed

+10
-6
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.3.0</Version>
3+
<Version>3.4.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.3.0</Version>
3+
<Version>3.4.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.3.0</Version>
3+
<Version>3.4.0</Version>
44
<Authors>clown;cube-soft</Authors>
55
<Company>CubeSoft</Company>
66
<Product>CubeIce</Product>

Applications/Ice/Readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ CubeICE は、以下のライブラリを利用しています。
6363

6464
## バージョン履歴
6565

66+
* 2024-05-29 version 3.4.0
67+
- Tar 関連の圧縮処理を修正
68+
- Zstandard (Zstd) 形式の解凍に対応
69+
- 7-Zip を 24.06 相当に更新
6670
* 2024-03-26 version 3.3.0
6771
- フォルダーが一つのみの場合に解凍に失敗する不具合を修正
6872
- ZoneID 伝搬時に最終更新日時を維持するように修正

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.3.0</Version>
3+
<Version>3.4.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.3.0</Version>
3+
<Version>3.4.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.3.0"));
54+
Assert.That(dest.Version.ToString(), Is.EqualTo("3.4.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)