Skip to content

Commit

Permalink
Rider 2021.1 support (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenba authored Apr 9, 2021
1 parent f59867e commit 82b68c5
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 @@ -15,10 +15,10 @@ plugins {
id 'java'

// RIDER: May need updating with new Rider releases
id 'org.jetbrains.kotlin.jvm' version '1.4.20'
id 'org.jetbrains.kotlin.jvm' version '1.4.21'

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

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>2020.3.0</SdkVersion>
<SdkVersion>2021.1.0-eap10</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 @@ -14,4 +14,4 @@ BuildConfiguration=Release
# 2019.2 (stable versions)
#
# RIDER: To be updated with new Rider release
ProductVersion=2020.3
ProductVersion=2021.1.0

0 comments on commit 82b68c5

Please sign in to comment.