Skip to content

Commit 14dc6e1

Browse files
authored
Add support for Rider 2024.1 (#484)
* Add support for Rider 2024.1 * Update to RC SDK version * Update Plugin.props
1 parent c838c84 commit 14dc6e1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/XamlStyler.Extension.Rider/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
id 'com.jetbrains.rdgen' version '2023.2.0'
1010

1111
// RIDER: Will probably need updating with new Rider releases, use latest version number from https://github.com/JetBrains/gradle-intellij-plugin/releases
12-
id 'org.jetbrains.intellij' version '1.16.1'
12+
id 'org.jetbrains.intellij' version '1.17.3'
1313
}
1414

1515
ext {

src/XamlStyler.Extension.Rider/dotnet/Plugin.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<!-- RIDER: To be updated with new Rider release -->
44

5-
<SdkVersion>2023.3.0</SdkVersion>
5+
<SdkVersion>2024.1.0</SdkVersion>
66
<Title>XAML Styler</Title>
77
<Description>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.</Description>
88

@@ -14,4 +14,4 @@
1414
<PackageLicenseUrl>https://raw.githubusercontent.com/Xavalon/XamlStyler/master/LICENSE.txt</PackageLicenseUrl>
1515
<PackageIconUrl>https://github.com/Xavalon/XamlStyler/raw/master/XamlStyler.Package/Resources/icon200.jpg</PackageIconUrl>
1616
</PropertyGroup>
17-
</Project>
17+
</Project>

src/XamlStyler.Extension.Rider/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ BuildConfiguration=Release
1818
# 2021.2 (stable versions)
1919
#
2020
# RIDER: To be updated with new Rider release
21-
ProductVersion=2023.3
21+
ProductVersion=2024.1

0 commit comments

Comments
 (0)