File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed
Expand file tree Collapse file tree 2 files changed +11
-6
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+ ## [ 261.0.0-eap03] - 2026-02-11
9+ ### Added
10+ - General: Support for Rider 2026.1 (EAP 3+)
11+
812## [ 253.3.0] - 2026-02-02
913### Added
1014- Templates: Rework integration with a New Project Wizard – introduce the ability to install and manage MonoGame templates
@@ -98,7 +102,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
98102- Open in external MGCB editor action
99103- Additional file templates
100104
101- [ Unreleased ] : https://github.com/seclerp/rider-monogame/compare/v253.3.0...HEAD
105+ [ Unreleased ] : https://github.com/seclerp/rider-monogame/compare/v261.0.0-eap03...HEAD
106+ [ 261.0.0-eap03 ] : https://github.com/seclerp/rider-monogame/compare/v253.3.0...v261.0.0-eap03
102107[ 253.3.0 ] : https://github.com/seclerp/rider-monogame/compare/v253.2.0...v253.3.0
103108[ 253.2.0 ] : https://github.com/seclerp/rider-monogame/compare/v253.1.0...v253.2.0
104109[ 253.1.0 ] : https://github.com/seclerp/rider-monogame/compare/v252.0.0-eap02...v253.1.0
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 =261.1.0
7+ pluginVersion =261.0.0-eap03
88
99rdVersion =2025.3.1
1010rdKotlinVersion =2.3.0
@@ -17,10 +17,10 @@ publishToken="_PLACEHOLDER_"
1717publishChannel =default
1818
1919# Possible values (minor is omitted):
20- # Release: 2020.2
21- # Nightly: 2020.3 -SNAPSHOT
22- # EAP: 2020.3-EAP2 -SNAPSHOT
23- productVersion =2026.1-EAP2 -SNAPSHOT
20+ # Release: 2026.1
21+ # Nightly: 2026.1 -SNAPSHOT
22+ # EAP: 2026.1-EAP3 -SNAPSHOT
23+ productVersion =2026.1-EAP3 -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