Skip to content

Commit c332977

Browse files
committed
v3.0.18
MS App Store release.
1 parent 3a8b329 commit c332977

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

MPDCtrl-Desktop/MPDCtrl/MPDCtrl.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<TargetFramework>net6.0-windows10.0.17763.0</TargetFramework>
66
<UseWPF>true</UseWPF>
77
<ApplicationIcon>MPDCtrl2.ico</ApplicationIcon>
8-
<Version>3.0.15.0</Version>
8+
<Version>3.0.18.0</Version>
99
<Authors>torum</Authors>
1010
<Company>Torum</Company>
1111
<Copyright></Copyright>

MPDCtrl-Desktop/MPDCtrl/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ https://github.com/torum/MPDCtrl
3737

3838
## Change log
3939

40-
* v3.0.17.2 Fixed libraly reeview's selected item color issue. Minor UI tweaks like listview's header glipper and sort glyph's pos.
40+
* v3.0.18 (2023/1/11) App Store release.
41+
* v3.0.17.2 Fixed libraly treeview's selected item color issue. Minor UI tweaks like listview's header gripper and sort glyph's pos.
4142
* v3.0.17.1 Tweaked transparent background to fix white background flashing at startup.
4243
* v3.0.17 (2023/1/3) App Store release.
4344
* v3.0.16 Allow hostname input removing ip address input restriction.

MPDCtrl-Desktop/MPDCtrl/ViewModels/MainViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public class MainViewModel : ViewModelBase
3131
const string _appName = "MPDCtrl";
3232

3333
// Application version
34-
const string _appVer = "v3.0.17.2";
34+
const string _appVer = "v3.0.18.0";
3535

3636
public static string AppVer
3737
{

0 commit comments

Comments
 (0)