Skip to content

Update to Rider 233.* #2

@Rene-Sackers

Description

@Rene-Sackers

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.

image

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions