Skip to content

Commit e2bc3fb

Browse files
committed
v3.0.6
1 parent 5a5f6d1 commit e2bc3fb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

MPDCtrl-Desktop/MPDCtrl/MPDCtrl.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<TargetFramework>net5.0-windows</TargetFramework>
66
<UseWPF>true</UseWPF>
77
<ApplicationIcon>MPDCtrl2.ico</ApplicationIcon>
8-
<Version>3.0.5</Version>
8+
<Version>3.0.6.0</Version>
99
<Authors>torum</Authors>
1010
<Company>Torum</Company>
1111
<Copyright>2021</Copyright>
@@ -18,6 +18,7 @@
1818
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
1919
<PlatformTarget>x86</PlatformTarget>
2020
<Optimize>true</Optimize>
21+
<Prefer32Bit>false</Prefer32Bit>
2122
</PropertyGroup>
2223

2324
<ItemGroup>

MPDCtrl-Desktop/MPDCtrl/ViewModels/MainViewModel.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ namespace MPDCtrl.ViewModels
6161

6262

6363
/// 更新履歴:
64+
/// v3.0.6 MS Store 公開。
6465
/// v3.0.5.2 Github issue #4 "Incomplete rendering of tracks" fix. Exceptionをログにちゃんと保存するようにした。Progress updateをステータスバーにちゃんと表示するようにした。
6566
/// v3.0.5.1 TextBoxをRoundCorner化してみた。DebugWindowクリアするボタンにToolTipを付けた。AlbumArtの表示タイミングを少し遅らせてスムーズにした。IDEのメッセージに対処した。
6667
/// v3.0.5 MS Store 公開。
@@ -116,7 +117,7 @@ public class MainViewModel : ViewModelBase
116117
const string _appName = "MPDCtrl";
117118

118119
// Application version
119-
const string _appVer = "v3.0.5.2";
120+
const string _appVer = "v3.0.6.0";
120121

121122
public static string AppVer
122123
{

0 commit comments

Comments
 (0)