Tue, 17 Oct 2023 11:29:49 +0200
Fixed an issue preventing the grpc compiler version to be detected.
--- a/PluginExtensionProtobuf.py Thu Jul 13 13:56:22 2023 +0200 +++ b/PluginExtensionProtobuf.py Tue Oct 17 11:29:49 2023 +0200 @@ -23,7 +23,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "10.1.5" +version = "10.1.6" className = "ProtobufExtensionPlugin" packageName = "ExtensionProtobuf" shortDescription = "Support for the development of Protobuf and gRPC projects" @@ -78,7 +78,7 @@ "exe": exe, "versionCommand": "--version", "versionStartsWith": "libprotoc", - "versionRe": "", + "versionRe": None, "versionPosition": -1, "version": "", "versionCleanup": None, @@ -116,7 +116,7 @@ "exe": interpreter, "versionCommand": "--version", "versionStartsWith": "libprotoc", - "versionRe": "", + "versionRe": None, "versionPosition": -1, "version": "", "versionCleanup": None,