You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/XamlStyler.Extension.Rider/build.gradle
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ plugins {
9
9
id 'com.jetbrains.rdgen' version '2023.2.0'
10
10
11
11
// RIDER: Will probably need updating with new Rider releases, use latest version number from https://github.com/JetBrains/gradle-intellij-plugin/releases
Copy file name to clipboardExpand all lines: src/XamlStyler.Extension.Rider/dotnet/Plugin.props
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
<PropertyGroup>
3
3
<!-- RIDER: To be updated with new Rider release -->
4
4
5
-
<SdkVersion>2023.3.0</SdkVersion>
5
+
<SdkVersion>2024.1.0</SdkVersion>
6
6
<Title>XAML Styler</Title>
7
7
<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>
0 commit comments