Skip to content

Commit 81a2f63

Browse files
committed
V2023.11.3
1 parent 6b333b3 commit 81a2f63

File tree

4 files changed

+17
-6
lines changed

4 files changed

+17
-6
lines changed

NickvisionTagger.Shared/Controllers/MainWindowController.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public MainWindowController(string[] args)
164164
}
165165
Aura.Active.SetConfig<Configuration>("config");
166166
Configuration.Current.Saved += ConfigurationSaved;
167-
AppInfo.Version = "2023.11.3-next";
167+
AppInfo.Version = "2023.11.3";
168168
AppInfo.ShortName = _("Tagger");
169169
AppInfo.Description = _("Tag your music");
170170
AppInfo.SourceRepo = new Uri("https://github.com/NickvisionApps/Tagger");

NickvisionTagger.Shared/Linux/org.nickvision.tagger.metainfo.xml.in

+14-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<metadata_license>CC0-1.0</metadata_license>
55
<project_license>MIT</project_license>
66
<name>Tagger</name>
7+
<project_group>Nickvision</project_group>
78
<developer_name>Nickvision</developer_name>
89
<summary>Tag your music</summary>
910
<description>
@@ -34,12 +35,11 @@
3435
<url type="bugtracker">https://github.com/NickvisionApps/Tagger/issues</url>
3536
<url type="donation">https://github.com/sponsors/nlogozzo</url>
3637
<url type="translate">https://github.com/NickvisionApps/Tagger/blob/master/CONTRIBUTING.md#providing-translations</url>
37-
<project_group>Nickvision</project_group>
3838
<provides>
3939
<binary>org.nickvision.tagger</binary>
4040
</provides>
4141
<releases>
42-
<release version="2023.11.3-next" date="2023-11-10">
42+
<release version="2023.11.3" date="2023-11-17">
4343
<description translatable="no">
4444
<p>- Updated to GNOME 45 runtime with latest libadwaita design</p>
4545
<p>- Updated to .NET 8.0</p>
@@ -48,4 +48,16 @@
4848
</release>
4949
</releases>
5050
<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>
5163
</component>

NickvisionTagger.WinUI/Installer/InnoSetupScript.iss

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#define MyAppName "Nickvision Tagger"
55
#define MyAppShortName "Tagger"
6-
#define MyAppVersion "2023.11.2"
6+
#define MyAppVersion "2023.11.3"
77
#define MyAppPublisher "Nickvision"
88
#define MyAppURL "https://nickvision.org"
99
#define MyAppExeName "NickvisionTagger.WinUI.exe"

flatpak/org.nickvision.tagger.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@
9393
{
9494
"type": "git",
9595
"url": "https://gitlab.gnome.org/jwestman/blueprint-compiler",
96-
"tag": "v0.10.0",
97-
"commit": "2a39a16391122af2f3d812e478c1c1398c98b972"
96+
"tag": "v0.10.0"
9897
}
9998
]
10099
},

0 commit comments

Comments
 (0)