File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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+ ## [ 253.3.0] - 2026-02-02
9+ ### Added
10+ - Templates: Rework integration with a New Project Wizard – introduce the ability to install and manage MonoGame templates
11+
812## [ 253.2.0] - 2026-01-06
913### Added
1014- General: Support for Rider 2025.3.1
@@ -94,7 +98,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9498- Open in external MGCB editor action
9599- Additional file templates
96100
97- [ Unreleased ] : https://github.com/seclerp/rider-monogame/compare/v253.2.0...HEAD
101+ [ Unreleased ] : https://github.com/seclerp/rider-monogame/compare/v253.3.0...HEAD
102+ [ 253.3.0 ] : https://github.com/seclerp/rider-monogame/compare/v253.2.0...v253.3.0
98103[ 253.2.0 ] : https://github.com/seclerp/rider-monogame/compare/v253.1.0...v253.2.0
99104[ 253.1.0 ] : https://github.com/seclerp/rider-monogame/compare/v252.0.0-eap02...v253.1.0
100105[ 252.0.0-eap02 ] : https://github.com/seclerp/rider-monogame/compare/v251.1.0...252.0.0-eap02
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ Additional file templates are located under <kbd>Add</kbd> section of a folder o
8383
8484### Requirements
8585
86- - JetBrains Rider ** 2025.1 +**
86+ - JetBrains Rider ** 2025.3.2 +**
8787
8888- Project with MonoGame installed (** 3.8+ is recommended** )
8989
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 =253.2 .0
7+ pluginVersion =253.3 .0
88
99rdVersion =2025.3.1
1010rdKotlinVersion =2.3.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.3.1
23+ productVersion =2025.3.2
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