File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
NickvisionTagger.WinUI/Installer Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ public MainWindowController(string[] args)
182182 SelectedMusicFiles = new Dictionary < int , MusicFile > ( ) ;
183183 SelectedPropertyMap = new PropertyMap ( ) ;
184184 //AppInfo
185- AppInfo . Version = "2024.1.0-next " ;
185+ AppInfo . Version = "2024.6.0 " ;
186186 AppInfo . ShortName = _ ( "Tagger" ) ;
187187 AppInfo . Description = _ ( "Tag your music" ) ;
188188 AppInfo . SourceRepo = new Uri ( "https://github.com/NickvisionApps/Tagger" ) ;
Original file line number Diff line number Diff line change 3939 <binary >org.nickvision.tagger</binary >
4040 </provides >
4141 <releases >
42- <release version =" 2024.1.0-next " date =" 2024-01 -01" >
42+ <release version =" 2024.6.0 " date =" 2024-06 -01" >
4343 <description translatable =" no" >
4444 <p >- Fixed an issue where album art was not deleted correctly on delete tag action</p >
4545 <p >- Fixed an issue where dragging and dropping a library was not working</p >
46+ <p >- Updated dependencies</p >
4647 <p >- Updated translations (Thanks everyone on Weblate!)</p >
4748 </description >
4849 </release >
Original file line number Diff line number Diff line change 33
44#define MyAppName " Nickvision Tagger"
55#define MyAppShortName " Tagger"
6- #define MyAppVersion " 2023.11.3 "
6+ #define MyAppVersion " 2024.6.0 "
77#define MyAppPublisher " Nickvision"
88#define MyAppURL " https://nickvision.org"
99#define MyAppExeName " NickvisionTagger.WinUI.exe"
You can’t perform that action at this time.
0 commit comments