From cc88d9a8c32eac580e08c1d5fee2ad5ba9ac92c2 Mon Sep 17 00:00:00 2001 From: Andrii Rublov Date: Mon, 18 Mar 2024 19:13:39 +0100 Subject: [PATCH] Prepare 1.1.0 release --- CHANGELOG.md | 5 +++++ gradle.properties | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81cbe52..4300c05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ ## [Unreleased] +### Added + +- An ability to select solution as anb MSBuild project to execute targets on (#30 by @BenjaminHutchinson) +- Support for Rider 2024.1 + ## [1.0.1] - 2023-12-10 ### Added diff --git a/gradle.properties b/gradle.properties index 8fa0469..65ae5cb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ pluginVersion = 1.0.1 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 233 -pluginUntilBuild = 233.* +pluginUntilBuild = 241.* # IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension platformType = RD