File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ) {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ javaVersion=21
44
55dotnetPluginId =Rider.Plugins.MonoGame
66riderPluginId =me.seclerp.rider.plugins.monogame
7- pluginVersion =251.1.0
7+ pluginVersion =252.0.0-eap02
88
99rdVersion =2025.1.1
1010rdKotlinVersion =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
You can’t perform that action at this time.
0 commit comments