Skip to content

Commit

Permalink
update CubeICE 3.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
clown committed Apr 5, 2023
1 parent d149149 commit 8b0fecf
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>3.0.0</Version>
<Version>3.0.1</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.0.0</Version>
<Version>3.0.1</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.0.0</Version>
<Version>3.0.1</Version>
<Authors>clown;cube-soft</Authors>
<Company>CubeSoft</Company>
<Product>CubeIce</Product>
Expand Down
2 changes: 2 additions & 0 deletions Applications/Ice/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ CubeICE は、以下のライブラリを利用しています。

## バージョン履歴

* 2023-04-05 version 3.0.1
- 読み取り専用フラグのあるファイルが含まれる場合、ZoneID が伝搬できずに解凍処理が失敗する不具合を修正
* 2023-04-03 version 3.0.0
- ZoneID を伝搬するように修正 (Mark of the Web)
- 設定画面のファイル関連付け項目にヘルプボタンを追加
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.0.0</Version>
<Version>3.0.1</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.0.0</Version>
<Version>3.0.1</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.0.0"));
Assert.That(dest.Version.ToString(), Is.EqualTo("3.0.1"));
Assert.That(dest.Format, Is.EqualTo(DataContract.Format.Registry));
Assert.That(dest.Location, Is.EqualTo(@"CubeSoft\CubeICE\v3"));

Expand Down

0 comments on commit 8b0fecf

Please sign in to comment.