File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 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 >
1818 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
1919 <PlatformTarget >x86</PlatformTarget >
2020 <Optimize >true</Optimize >
21+ <Prefer32Bit >false</Prefer32Bit >
2122 </PropertyGroup >
2223
2324 <ItemGroup >
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments