Skip to content

Commit d32fd9d

Browse files
committed
Prepare 261.0.0-eap03
1 parent fd3e745 commit d32fd9d

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
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+
## [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

gradle.properties

Lines changed: 5 additions & 5 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=261.1.0
7+
pluginVersion=261.0.0-eap03
88

99
rdVersion=2025.3.1
1010
rdKotlinVersion=2.3.0
@@ -17,10 +17,10 @@ publishToken="_PLACEHOLDER_"
1717
publishChannel=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

0 commit comments

Comments
 (0)