arthomnix / KerbalDev

Rider plugin for KSP 2 mod development
MIT License
0 stars 1 forks source link

Update to Rider 233.* #2

Open Rene-Sackers opened 8 months ago

Rene-Sackers commented 8 months ago

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!

Schneider21 commented 8 months ago

Offered in PR #3. Or at least, I think... Never done a PR this way before.

Rene-Sackers commented 8 months ago

@Schneider21 thanks :) I wanted to offer the same PR, but I figured there might be more to it. There's no automatic build either so the author will have to do some manual steps either way.