File tree 4 files changed +17
-6
lines changed
NickvisionTagger.WinUI/Installer
4 files changed +17
-6
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.3-next " ;
167
+ AppInfo . Version = "2023.11.3" ;
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 4
4
<metadata_license >CC0-1.0</metadata_license >
5
5
<project_license >MIT</project_license >
6
6
<name >Tagger</name >
7
+ <project_group >Nickvision</project_group >
7
8
<developer_name >Nickvision</developer_name >
8
9
<summary >Tag your music</summary >
9
10
<description >
34
35
<url type =" bugtracker" >https://github.com/NickvisionApps/Tagger/issues</url >
35
36
<url type =" donation" >https://github.com/sponsors/nlogozzo</url >
36
37
<url type =" translate" >https://github.com/NickvisionApps/Tagger/blob/master/CONTRIBUTING.md#providing-translations</url >
37
- <project_group >Nickvision</project_group >
38
38
<provides >
39
39
<binary >org.nickvision.tagger</binary >
40
40
</provides >
41
41
<releases >
42
- <release version =" 2023.11.3-next " date =" 2023-11-10 " >
42
+ <release version =" 2023.11.3" date =" 2023-11-17 " >
43
43
<description translatable =" no" >
44
44
<p >- Updated to GNOME 45 runtime with latest libadwaita design</p >
45
45
<p >- Updated to .NET 8.0</p >
48
48
</release >
49
49
</releases >
50
50
<content_rating type =" oars-1.1" />
51
+ <supports >
52
+ <control >pointing</control >
53
+ <control >keyboard</control >
54
+ <control >touch</control >
55
+ </supports >
56
+ <requires >
57
+ <display_length compare =" ge" >360</display_length >
58
+ </requires >
59
+ <custom >
60
+ <value key =" Purism::form_factor" >workstation</value >
61
+ <value key =" Purism::form_factor" >mobile</value >
62
+ </custom >
51
63
</component >
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.2 "
6
+ #define MyAppVersion " 2023.11.3 "
7
7
#define MyAppPublisher " Nickvision"
8
8
#define MyAppURL " https://nickvision.org"
9
9
#define MyAppExeName " NickvisionTagger.WinUI.exe"
Original file line number Diff line number Diff line change 93
93
{
94
94
"type" : " git" ,
95
95
"url" : " https://gitlab.gnome.org/jwestman/blueprint-compiler" ,
96
- "tag" : " v0.10.0" ,
97
- "commit" : " 2a39a16391122af2f3d812e478c1c1398c98b972"
96
+ "tag" : " v0.10.0"
98
97
}
99
98
]
100
99
},
You can’t perform that action at this time.
0 commit comments