Skip to content

Commit

Permalink
Add support for Rider 2024.1 (#484)
Browse files Browse the repository at this point in the history
* Add support for Rider 2024.1

* Update to RC SDK version

* Update Plugin.props
  • Loading branch information
grochocki authored Apr 12, 2024
1 parent c838c84 commit 14dc6e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/XamlStyler.Extension.Rider/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
4 changes: 2 additions & 2 deletions src/XamlStyler.Extension.Rider/dotnet/Plugin.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<!-- RIDER: To be updated with new Rider release -->

<SdkVersion>2023.3.0</SdkVersion>
<SdkVersion>2024.1.0</SdkVersion>
<Title>XAML Styler</Title>
<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>

Expand All @@ -14,4 +14,4 @@
<PackageLicenseUrl>https://raw.githubusercontent.com/Xavalon/XamlStyler/master/LICENSE.txt</PackageLicenseUrl>
<PackageIconUrl>https://github.com/Xavalon/XamlStyler/raw/master/XamlStyler.Package/Resources/icon200.jpg</PackageIconUrl>
</PropertyGroup>
</Project>
</Project>
2 changes: 1 addition & 1 deletion src/XamlStyler.Extension.Rider/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ BuildConfiguration=Release
# 2021.2 (stable versions)
#
# RIDER: To be updated with new Rider release
ProductVersion=2023.3
ProductVersion=2024.1

0 comments on commit 14dc6e1

Please sign in to comment.