diff --git a/ExtensionManifest.json b/ExtensionManifest.json index 42a8430..69b8841 100644 --- a/ExtensionManifest.json +++ b/ExtensionManifest.json @@ -5,6 +5,6 @@ "repository": "https://github.com/PhoenixWyllow/MacroDeck.Voicemeeter", "packageId": "PhoenixWyllow.VoicemeeterPlugin", "version": "1.0.0", - "target-plugin-api-version": 32, + "target-plugin-api-version": 33, "dll": "Voicemeeter Plugin.dll" } \ No newline at end of file diff --git a/Models/Localization.cs b/Models/Localization.cs index 3d082cc..c44d321 100644 --- a/Models/Localization.cs +++ b/Models/Localization.cs @@ -14,7 +14,7 @@ internal sealed class Localization public string ToggleActionName { get; set; } = "Toggle device"; public string ToggleActionDescription { get; set; } = "Toggle an option on a strip or bus"; public string AdvancedActionName { get; set; } = "Advanced/Custom"; - public string AdvancedActionDescription { get; set; } = "Advanced/Custom options for controlling Voicemeeter using the Voicemeeter API language. /n Please read the Voicemeeter docs for instructions."; + public string AdvancedActionDescription { get; set; } = "Advanced/Custom options for controlling Voicemeeter using the Voicemeeter API language. \nPlease read the Voicemeeter docs for instructions."; public string Commands { get; set; } = "Commands (separated by ';' or new line)"; } }