Skip to content

Commit dec984c

Browse files
committed
Get rider 2025.1 happy
1 parent ecb2412 commit dec984c

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

Src/CSharpier.Rider/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
# csharpier-rider Changelog
44

5+
## [2.1.2]
6+
- Set compatibility for rider 2025.1
7+
58
## [2.1.1]
69
- Set working directory for CSharpier Server to the directory that contains CSharpier. Fixes an issue with a recursive file watch being run on the project root.
710

Src/CSharpier.Rider/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ intellijPlatform {
2929
name = "csharpier"
3030
group = "com.intellij.csharpier"
3131
ideaVersion.sinceBuild.set(properties("pluginSinceBuild"))
32+
ideaVersion.untilBuild.set(properties("pluginUntilBuild"))
3233
description = getProjectDescription()
3334
version = properties("pluginVersion")
3435
}

Src/CSharpier.Rider/gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
pluginVersion = 2.1.1
1+
pluginVersion = 2.1.2
22

33
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
44
pluginSinceBuild = 222
5+
pluginUntilBuild = 253.*
56

67
platformVersion = 2024.3
78

0 commit comments

Comments
 (0)