Skip to content

Commit

Permalink
fix: patch plugin XML to allow installation with 2022.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mu88 committed Dec 12, 2022
1 parent 7e829ad commit ceeae03
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@ intellij {
// plugins = ["uml", "com.jetbrains.ChooseRuntime:1.0.9"]
}

patchPluginXml {
sinceBuild = '223.7571'
untilBuild = '223.*'
}

runIde {
// Match Rider's default heap size of 1.5Gb (default for runIde is 512Mb)
maxHeapSize = "1500m"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DotnetPluginId=ReSharperPlugin.TestLinker2
DotnetSolution=TestLinker2.sln
RiderPluginId=testlinker2
# PluginVersion must always be three-digit, otherwise uploading the NuGet package to JetBrains will fail
PluginVersion=2022.3.0
PluginVersion=2022.3.0.1
BuildConfiguration=Release

PublishToken="_PLACEHOLDER_"
Expand Down

0 comments on commit ceeae03

Please sign in to comment.