diff --git a/src/XamlStyler.Extension.Rider/build.gradle b/src/XamlStyler.Extension.Rider/build.gradle index 514b9199..4a932a2e 100644 --- a/src/XamlStyler.Extension.Rider/build.gradle +++ b/src/XamlStyler.Extension.Rider/build.gradle @@ -9,7 +9,7 @@ plugins { id 'com.jetbrains.rdgen' version '2023.2.0' // RIDER: Will probably need updating with new Rider releases, use latest version number from https://github.com/JetBrains/gradle-intellij-plugin/releases - id 'org.jetbrains.intellij' version '1.16.1' + id 'org.jetbrains.intellij' version '1.17.3' } ext { diff --git a/src/XamlStyler.Extension.Rider/dotnet/Plugin.props b/src/XamlStyler.Extension.Rider/dotnet/Plugin.props index 1b37bfa8..efacd1db 100644 --- a/src/XamlStyler.Extension.Rider/dotnet/Plugin.props +++ b/src/XamlStyler.Extension.Rider/dotnet/Plugin.props @@ -2,7 +2,7 @@ - 2023.3.0 + 2024.1.0 XAML Styler XAML Styler is an extension that formats XAML source code based on a set of styling rules. This tool can help you/your team maintain a better XAML coding style as well as a much better XAML readability. @@ -14,4 +14,4 @@ https://raw.githubusercontent.com/Xavalon/XamlStyler/master/LICENSE.txt https://github.com/Xavalon/XamlStyler/raw/master/XamlStyler.Package/Resources/icon200.jpg - \ No newline at end of file + diff --git a/src/XamlStyler.Extension.Rider/gradle.properties b/src/XamlStyler.Extension.Rider/gradle.properties index 471ea5d7..30b853b7 100644 --- a/src/XamlStyler.Extension.Rider/gradle.properties +++ b/src/XamlStyler.Extension.Rider/gradle.properties @@ -18,4 +18,4 @@ BuildConfiguration=Release # 2021.2 (stable versions) # # RIDER: To be updated with new Rider release -ProductVersion=2023.3 +ProductVersion=2024.1