Skip to content

Commit b64f4f5

Browse files
committed
Fix version number.
1 parent 6a69721 commit b64f4f5

10 files changed

+30
-22
lines changed

AppVeyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.15.0.{build}
1+
version: 1.15.1.{build}
22
image: Visual Studio 2019 Preview
33
platform: Any CPU
44
configuration: Release

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>0.9.1</Version>
3+
<Version>0.9.2</Version>
44
<Authors>clown;cube-soft</Authors>
55
<Company>CubeSoft</Company>
66
<Product>CubeIceAssociate</Product>

Applications/Ice/Configurator/Cube.FileSystem.SevenZip.Ice.Configurator.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>0.9.1</Version>
3+
<Version>0.9.2</Version>
44
<Authors>clown;cube-soft</Authors>
55
<Company>CubeSoft</Company>
66
<Product>CubeIceSetting</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>0.9.1</Version>
3+
<Version>0.9.2</Version>
44
<Authors>clown;cube-soft</Authors>
55
<Company>CubeSoft</Company>
66
<Description>Core library for CubeICE.</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">
22
<PropertyGroup>
3-
<Version>0.9.1</Version>
3+
<Version>0.9.2</Version>
44
<Authors>clown;cube-soft</Authors>
55
<Company>CubeSoft</Company>
66
<Product>CubeIce</Product>

Applications/Ice/Readme.md

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,19 @@ https://www.cube-soft.jp/cubeice/
77

88
## はじめに
99

10-
CubeICE は、様々な形式に対応した圧縮・解凍ソフトです
11-
圧縮・解凍したいファイルを選択して右クリックから表示されるコンテキストメニューで
10+
CubeICE は、様々な形式に対応した圧縮・解凍(展開)ソフトです
11+
圧縮・解凍(展開)したいファイルを選択して右クリックから表示されるコンテキストメニューで
1212
選択するかショートカットにドラッグ&ドロップする事によって圧縮・解凍を行う事ができます。
13+
詳細な利用方法については下記 URL を参照下さい。
1314

14-
CubeICE を使用するためには .NET Framework 3.5 以降がインストールされている必要があります。
15-
.NET Framework は、以下の URL からダウンロードして下さい。
16-
17-
* .NET Downloads for Linux, macOS, and Windows
18-
https://dotnet.microsoft.com/download
15+
* CubeICE ユーザーマニュアル
16+
https://docs.cube-soft.jp/entry/cubeice
1917

20-
### 動作環境
18+
CubeICE を使用するためには .NET Framework 3.5 以降がインストールされている必要があります(4.5.2 以降を推奨)。
19+
.NET Framework は、以下の URL からダウンロードして下さい。
2120

22-
* OS ... Windows 7 以降
23-
* 圧縮 ... zip, 7z, gzip, bzip2
24-
* 解凍 ... zip, lzh, rar, 7z, iso, tar, gz, tgz, bz2, tbz, xz, txz, arj, cab,
25-
chm, cpio, deb, dmg, hfs, jar, nupkg, rpm, vhd, vmdk, wim, xar, z
21+
* Download .NET Framework
22+
https://dotnet.microsoft.com/download/dotnet-framework
2623

2724
### アンインストール時の注意
2825

@@ -55,9 +52,17 @@ CubeICE は、以下のライブラリを利用しています。
5552
- MIT License
5653
- https://alphafs.alphaleonis.com/
5754
- https://www.nuget.org/packages/AlphaFS/
55+
* AsyncBridge (.NET Framework 3.5 のみ)
56+
- MIT license
57+
- https://omermor.github.io/AsyncBridge/
58+
- https://www.nuget.org/packages/AsyncBridge/
5859

5960
## バージョン履歴
6061

62+
* 2020/05/01 version 0.9.2β
63+
- 高 DPI 設定時の表示方法を修正
64+
- 64bit 版作成された自己解凍形式の圧縮ファイルが 32bit 版 Windows で解凍できない不都合を修正
65+
- CubeICE ユーザーマニュアルを Web 版に移行
6166
* 2019/04/05 version 0.9.1β
6267
- 特定の条件でファイルの関連付け設定が機能しない不都合を修正
6368
- ファイル一覧の表示機能を完全に無効化できるように修正

Applications/Ice/Tests/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">
22
<PropertyGroup>
3-
<Version>0.9.1</Version>
3+
<Version>0.9.2</Version>
44
<Authors>clown;cube-soft</Authors>
55
<Company>CubeSoft</Company>
66
<Copyright>Copyright © 2010 CubeSoft, Inc.</Copyright>

Applications/Ice/Tests/Sources/Settings/SettingsTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public void Create()
5050
var dest = new SettingsFolder(asm, IO);
5151
Assert.That(dest.AutoSave, Is.False);
5252
Assert.That(dest.AutoSaveDelay, Is.EqualTo(TimeSpan.FromSeconds(1)));
53-
Assert.That(dest.Version.ToString(), Is.EqualTo("0.9."));
53+
Assert.That(dest.Version.ToString(), Is.EqualTo("0.9."));
5454
Assert.That(dest.Format, Is.EqualTo(Cube.DataContract.Format.Registry));
5555
Assert.That(dest.Location, Is.EqualTo(@"CubeSoft\CubeICE\v3"));
5656
Assert.That(dest.Value, Is.Not.Null);

Libraries/Core/Cube.FileSystem.SevenZip.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>1.15.0</Version>
3+
<Version>1.15.1</Version>
44
<Authors>clown;cube-soft</Authors>
55
<Company>CubeSoft</Company>
66
<Description>7-Zip wrapper library for .NET Framework.</Description>
77
<Copyright>Copyright © 2010 CubeSoft, Inc.</Copyright>
88
<PackageTags>Cube;7-Zip;7z;SevenZip;Zip</PackageTags>
99
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
1010
<PackageProjectUrl>https://github.com/cube-soft/$(AssemblyName)</PackageProjectUrl>
11-
<PackageIconUrl>https://github.com/cube-soft/$(AssemblyName)/blob/master/Icon.png?raw=true</PackageIconUrl>
11+
<PackageIcon>images\Icon.png</PackageIcon>
1212
<TargetFramework>net45</TargetFramework>
1313
<LangVersion>latest</LangVersion>
1414
<Optimize>true</Optimize>
@@ -25,4 +25,7 @@
2525
<ItemGroup>
2626
<PackageReference Include="Cube.FileSystem" Version="1.15.0" />
2727
</ItemGroup>
28+
<ItemGroup>
29+
<None Include="..\Icon.png" Pack="true" PackagePath="images" />
30+
</ItemGroup>
2831
</Project>

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

0 commit comments

Comments
 (0)