-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Could you please update the plugin to allow the current (and maybe any future-) version of Rider?
I have no experience developing plugins for Rider and am not sure how to compile a release, so it's hard for me to create a PR, but I can see that the configuration explicitly requires major version 231: https://github.com/arthomnix/KerbalDev/blob/master/src/rider/main/resources/META-INF/plugin.xml#L6
I think a template plugin is a pretty safe to bet that it will work in any future version, according to the docs, if you completely omit the until-build attribute, it should allow installing in any future version.
Not specifying until-build means it will include all future builds. This includes future, yet unreleased versions and possibly new IDEs, which might impact compatibility later.
Thanks!
