Skip to content

Commit

Permalink
Merge pull request #423 from khdc/rider-2023.1
Browse files Browse the repository at this point in the history
Update to support Rider 2023.1
  • Loading branch information
NicoVermeir authored Apr 17, 2023
2 parents 030f3ec + b4080b9 commit 938e378
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
12 changes: 2 additions & 10 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.22'
id 'com.jetbrains.rdgen' version '2023.1.0'
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.10.1'
id 'org.jetbrains.intellij' version '1.13.3'
}

ext {
Expand Down Expand Up @@ -124,14 +124,6 @@ rdgen {
}
}

// Plugin workaround untill 2022.3.1 comes output
// https://youtrack.jetbrains.com/issue/RIDER-86051
// Rider: To be removed when updating newer rider targets
patchPluginXml {
sinceBuild = '223.7571'
untilBuild = '223.*'
}

patchPluginXml {
def changelogText = file("${rootDir}/CHANGELOG.md").text
def changelogMatches = changelogText =~ /(?s)(-.+?)(?=##|$)/
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.3.0</SdkVersion>
<SdkVersion>2023.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 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.3-SNAPSHOT
ProductVersion=2023.1

0 comments on commit 938e378

Please sign in to comment.