From 8e55c9b74aa123c9df1b7485d9d6b5a3089b0d47 Mon Sep 17 00:00:00 2001 From: Ryan Blenis Date: Sat, 23 Nov 2019 15:23:44 -0500 Subject: [PATCH] Doc update --- plugin_development.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugin_development.md b/plugin_development.md index 1379056d..d5572255 100644 --- a/plugin_development.md +++ b/plugin_development.md @@ -80,9 +80,6 @@ Much of MeshCentral revolves around returning objects for your structures, and p ## Versioning Versioning your plugin correctly and consistently is essential to ensure users of your plugin are prompted to upgrade when it is available. Semantic versioning is recommended. -> Wait, but MeshCentral uses a trailing `-` for it's versions! - -True, but we've made sure that we made special consideration for this in the `meshCentralCompat` check, so you can specify the exact version that you're compatible with. ## Changelog A changelog is highly recommended so that your users know what's changed since their last version.