Skip to content

Commit

Permalink
Merge pull request #404 from Bang0123/feature/rider2022.2
Browse files Browse the repository at this point in the history
Fix Rider 2022.2 support
  • Loading branch information
NicoVermeir authored Aug 17, 2022
2 parents 74a6dde + 747104c commit a039670
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/XamlStyler.Extension.Rider/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ plugins {

// RIDER: May need updating with new Rider releases
id 'org.jetbrains.kotlin.jvm' version '1.7.0-RC'
id 'com.jetbrains.rdgen' version '2022.1.1'
id 'com.jetbrains.rdgen' version '2022.2.1'

// 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.6.0'
id 'org.jetbrains.intellij' version '1.8.0'
}

ext {
Expand Down
2 changes: 1 addition & 1 deletion src/XamlStyler.Extension.Rider/dotnet/Plugin.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<!-- RIDER: To be updated with new Rider release -->
<SdkVersion>2022.1.1</SdkVersion>
<SdkVersion>2022.2.1</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 Down
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=2022.1
ProductVersion=2022.2

0 comments on commit a039670

Please sign in to comment.