Skip to content

Commit

Permalink
Support Rider 2023.2 (#434)
Browse files Browse the repository at this point in the history
Co-authored-by: Dave Grochocki <grochocki@users.noreply.github.com>
  • Loading branch information
UrbanCMC and grochocki authored Aug 15, 2023
1 parent 23888f2 commit b8d174f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
gradleOptions: '-Xmx3072m'
options: '-PPluginVersion=$(pluginVersion)'
javaHomeOption: 'JDKVersion'
jdkVersionOption: '1.11'
jdkVersionOption: '1.17'
jdkArchitectureOption: 'x64'
publishJUnitResults: true
testResultsFiles: '**/TEST-*.xml'
Expand Down
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.13.3'
id 'org.jetbrains.intellij' version '1.15.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,8 +1,8 @@
<Project>
<PropertyGroup>
<!-- RIDER: To be updated with new Rider release -->
<SdkVersion>2023.1.0</SdkVersion>

<SdkVersion>2023.2.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=2023.1
ProductVersion=2023.2

0 comments on commit b8d174f

Please sign in to comment.