Adds example of GenericQueue on EssentialsPluginTemplateDevice and updates dependency version to 1.7.5

This commit is contained in:
Neil Dorin
2021-02-05 10:57:39 -07:00
parent dc0b129277
commit 4143783d2e
3 changed files with 23 additions and 3 deletions

View File

@@ -188,7 +188,7 @@ namespace EssentialsPluginTemplate
{
// Set the minimum Essentials Framework Version
// TODO [ ] Update the Essentials minimum framework version which this plugin has been tested against
MinimumEssentialsFrameworkVersion = "1.6.4";
MinimumEssentialsFrameworkVersion = "1.7.5";
// In the constructor we initialize the list with the typenames that will build an instance of this device
// TODO [ ] Update the TypeNames for the plugin being developed