Skip to content

Commit a5269f3

Browse files
committed
fix: set minimum essentials v2.4.6
1 parent 6f16350 commit a5269f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CustomValuesTemplateFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public EssentialsPluginFactoryLogicDeviceTemplate()
3838
{
3939
// Set the minimum Essentials Framework Version
4040
// TODO [ ] Update the Essentials minimum framework version which this plugin has been tested against
41-
MinimumEssentialsFrameworkVersion = "1.16.0";
41+
MinimumEssentialsFrameworkVersion = "2.4.6";
4242

4343
// In the constructor we initialize the list with the typenames that will build an instance of this device
4444
// TODO [ ] Update the TypeNames for the plugin being developed

0 commit comments

Comments
 (0)