Skip to content

Commit 500bfe2

Browse files
committed
Prepare 252.0.0-eap02 release
1 parent 3bd9e72 commit 500bfe2

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## [Unreleased]
77

8+
## [252.0.0-eap02] - 2025-05-28
9+
### Added
10+
- General: Support for Rider 2025.2 (EAP 2)
11+
812
## [251.1.0] - 2025-05-28
913
### Added
1014
- General: Support for Rider 2025.1
@@ -77,7 +81,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7781
- Open in external MGCB editor action
7882
- Additional file templates
7983

80-
[Unreleased]: https://github.com/seclerp/rider-monogame/compare/v251.1.0...HEAD
84+
[Unreleased]: https://github.com/seclerp/rider-monogame/compare/v252.0.0-eap02...HEAD
85+
[252.0.0-eap02]: https://github.com/seclerp/rider-monogame/compare/v251.1.0...252.0.0-eap02
8186
[251.1.0]: https://github.com/seclerp/rider-monogame/compare/v251.0.0-eap05...v251.1.0
8287
[251.0.0-eap05]: https://github.com/seclerp/rider-monogame/compare/v243.1.0...v251.0.0-eap05
8388
[243.1.0]: https://github.com/seclerp/rider-monogame/compare/v243.0.0-eap02...v243.1.0

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,8 @@ tasks {
242242
}
243243

244244
patchPluginXml {
245-
sinceBuild.set("251.0")
246-
untilBuild.set("251.*")
245+
sinceBuild.set("252.0")
246+
untilBuild.set("252.*")
247247
val latestChangelog = try {
248248
changelog.getUnreleased()
249249
} catch (_: MissingVersionException) {

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ javaVersion=21
44

55
dotnetPluginId=Rider.Plugins.MonoGame
66
riderPluginId=me.seclerp.rider.plugins.monogame
7-
pluginVersion=251.1.0
7+
pluginVersion=252.0.0-eap02
88

99
rdVersion=2025.1.1
1010
rdKotlinVersion=2.1.0
@@ -20,7 +20,7 @@ publishChannel=default
2020
# Release: 2020.2
2121
# Nightly: 2020.3-SNAPSHOT
2222
# EAP: 2020.3-EAP2-SNAPSHOT
23-
productVersion=2025.1
23+
productVersion=2025.2-EAP2-SNAPSHOT
2424

2525
# Kotlin 1.4 will bundle the stdlib dependency by default, causing problems with the version bundled with the IDE
2626
# https://blog.jetbrains.com/kotlin/2020/07/kotlin-1-4-rc-released/#stdlib-default

0 commit comments

Comments
 (0)