File tree 3 files changed +3
-3
lines changed
NickvisionTagger.WinUI/Installer
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ public MainWindowController(string[] args)
164
164
}
165
165
Aura . Active . SetConfig < Configuration > ( "config" ) ;
166
166
Configuration . Current . Saved += ConfigurationSaved ;
167
- AppInfo . Version = "2023.11.1-next " ;
167
+ AppInfo . Version = "2023.11.1" ;
168
168
AppInfo . ShortName = _ ( "Tagger" ) ;
169
169
AppInfo . Description = _ ( "Tag your music" ) ;
170
170
AppInfo . SourceRepo = new Uri ( "https://github.com/NickvisionApps/Tagger" ) ;
Original file line number Diff line number Diff line change 39
39
<binary >org.nickvision.tagger</binary >
40
40
</provides >
41
41
<releases >
42
- <release version =" 2023.11.1-next " date =" 2023-11-03 " >
42
+ <release version =" 2023.11.1" date =" 2023-11-05 " >
43
43
<description translatable =" no" >
44
44
<p >- Added the ability to specify ""/"" in a Tag to File Name format string to move files to a new directory when renaming files</p >
45
45
<p >- Tagger now has the ability to fix corrupted file right from within the app</p >
Original file line number Diff line number Diff line change 3
3
4
4
#define MyAppName " Nickvision Tagger"
5
5
#define MyAppShortName " Tagger"
6
- #define MyAppVersion " 2023.11.0 "
6
+ #define MyAppVersion " 2023.11.1 "
7
7
#define MyAppPublisher " Nickvision"
8
8
#define MyAppURL " https://nickvision.org"
9
9
#define MyAppExeName " NickvisionTagger.WinUI.exe"
You can’t perform that action at this time.
0 commit comments