diff --git a/build.gradle b/build.gradle index cf29955..a18a9ab 100644 --- a/build.gradle +++ b/build.gradle @@ -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" diff --git a/gradle.properties b/gradle.properties index 0f13318..7cff276 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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_"