Skip to content

Commit 53d9c49

Browse files
committed
update CubeICE 3.1.0
1 parent 9fdcdab commit 53d9c49

File tree

7 files changed

+11
-6
lines changed

7 files changed

+11
-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.0.1</Version>
3+
<Version>3.1.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.0.1</Version>
3+
<Version>3.1.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.0.1</Version>
3+
<Version>3.1.0</Version>
44
<Authors>clown;cube-soft</Authors>
55
<Company>CubeSoft</Company>
66
<Product>CubeIce</Product>

Applications/Ice/Readme.md

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

6464
## バージョン履歴
6565

66+
* 2023-08-01 version 3.1.0
67+
- ZoneID をサポートしないファイルシステムに解凍した場合にエラーとなる不具合を修正
68+
- 作業フォルダーの初期設定をシステムの規定値に変更
69+
- 7-Zip を 23.01 相当に更新
70+
- 内部処理を改善
6671
* 2023-04-05 version 3.0.1
6772
- 読み取り専用フラグのあるファイルが含まれる場合、ZoneID が伝搬できずに解凍処理が失敗する不具合を修正
6873
* 2023-04-03 version 3.0.0

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