Skip to content

Commit

Permalink
Merge pull request #2 from PhoenixWyllow/dev
Browse files Browse the repository at this point in the history
update manifest to api 33
  • Loading branch information
PhoenixWyllow authored Apr 21, 2022
2 parents 5c34052 + f32f799 commit 2c884f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ExtensionManifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion Models/Localization.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)";
}
}

0 comments on commit 2c884f4

Please sign in to comment.