Skip to content

Commit

Permalink
Add workaround to add support for 2022.3 because of broken SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
seclerp committed Dec 9, 2022
1 parent 1efb0e0 commit 2e534f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@ task compileDotNet {
}
}

// TODO: Remove after 2022.3.1 SDK fix will be released
patchPluginXml {
sinceBuild.set('223.0')
untilBuild.set(null)
}

buildPlugin {
doLast {
copy {
Expand Down
2 changes: 1 addition & 1 deletion src/rider/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<name>Entity Framework Core UI</name>
<version>_PLACEHOLDER_</version>
<vendor url="https://github.com/seclerp">Andrii Rublov</vendor>
<idea-version since-build="223" until-build="223.*" />
<idea-version since-build="_PLACEHOLDER_" />
<depends>com.intellij.modules.rider</depends>

<description>
Expand Down

0 comments on commit 2e534f5

Please sign in to comment.