File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 5
5
<TargetFramework >net6.0-windows10.0.17763.0</TargetFramework >
6
6
<UseWPF >true</UseWPF >
7
7
<ApplicationIcon >MPDCtrl2.ico</ApplicationIcon >
8
- <Version >3.0.15 .0</Version >
8
+ <Version >3.0.18 .0</Version >
9
9
<Authors >torum</Authors >
10
10
<Company >Torum</Company >
11
11
<Copyright ></Copyright >
Original file line number Diff line number Diff line change @@ -37,7 +37,8 @@ https://github.com/torum/MPDCtrl
37
37
38
38
## Change log
39
39
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.
41
42
* v3.0.17.1 Tweaked transparent background to fix white background flashing at startup.
42
43
* v3.0.17 (2023/1/3) App Store release.
43
44
* v3.0.16 Allow hostname input removing ip address input restriction.
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ public class MainViewModel : ViewModelBase
31
31
const string _appName = "MPDCtrl" ;
32
32
33
33
// Application version
34
- const string _appVer = "v3.0.17.2 " ;
34
+ const string _appVer = "v3.0.18.0 " ;
35
35
36
36
public static string AppVer
37
37
{
You can’t perform that action at this time.
0 commit comments