Skip to content

Commit

Permalink
update CubeICE 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clown committed Mar 25, 2024
1 parent 223cc6d commit ddaad28
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>3.2.0</Version>
<Version>3.3.0</Version>
<Authors>clown;cube-soft</Authors>
<Company>CubeSoft</Company>
<Product>CubeIceAssociator</Product>
Expand Down
2 changes: 1 addition & 1 deletion Applications/Ice/Core/Cube.FileSystem.SevenZip.Ice.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>3.2.0</Version>
<Version>3.3.0</Version>
<Authors>clown;cube-soft</Authors>
<Company>CubeSoft</Company>
<Description>CubeICE core library.</Description>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<Version>3.2.0</Version>
<Version>3.3.0</Version>
<Authors>clown;cube-soft</Authors>
<Company>CubeSoft</Company>
<Product>CubeIce</Product>
Expand Down
6 changes: 5 additions & 1 deletion Applications/Ice/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,16 @@ CubeICE は、以下のライブラリを利用しています。

## バージョン履歴

* 2024-03-27 version 3.3.0
- フォルダーが一つのみの場合に解凍に失敗する不具合を修正
- ZoneID 伝搬時に最終更新日時を維持するように修正
- ファイル入出力関係の処理を改善
* 2024-01-25 version 3.2.0
- ファイル入出力関係の処理を改善
- 設定画面で Enter キー押下時に OK と認識されないように修正
* 2023-08-01 version 3.1.0
- ZoneID をサポートしないファイルシステムに解凍した場合にエラーとなる不具合を修正
- 作業フォルダーの初期設定をシステムの規定値に変更
- 作業用フォルダーの初期設定をシステムの規定値に変更
- 7-Zip を 23.01 相当に更新
- 内部処理を改善
* 2023-04-05 version 3.0.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<Version>3.2.0</Version>
<Version>3.3.0</Version>
<Authors>clown;cube-soft</Authors>
<Company>CubeSoft</Company>
<Product>CubeIceSetting</Product>
Expand Down
2 changes: 1 addition & 1 deletion Tests/Ice/Cube.FileSystem.SevenZip.Ice.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<Version>3.2.0</Version>
<Version>3.3.0</Version>
<Authors>clown;cube-soft</Authors>
<Company>CubeSoft</Company>
<Copyright>Copyright © 2010 CubeSoft, Inc.</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion Tests/Ice/Sources/Others/SettingTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public void Create()
var dest = new SettingFolder();
Assert.That(dest.AutoSave, Is.False);
Assert.That(dest.AutoSaveDelay, Is.EqualTo(TimeSpan.FromSeconds(1)));
Assert.That(dest.Version.ToString(), Is.EqualTo("3.2.0"));
Assert.That(dest.Version.ToString(), Is.EqualTo("3.3.0"));
Assert.That(dest.Format, Is.EqualTo(DataContract.Format.Registry));
Assert.That(dest.Location, Is.EqualTo(@"CubeSoft\CubeICE\v3"));

Expand Down

0 comments on commit ddaad28

Please sign in to comment.