File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 1.2.0] - 2025-06-17
8+ ### Changed
9+ - ** (Requirement update!)** Support Rider versions in range \[ 2025.2 EAP 5; 2025.3.* \] .
10+
711## [ 1.1.0] - 2025-02-14
812### Changed
913- ** (Requirement update!)** Support Rider versions in range \[ 2025.1 EAP 3; 2025.1.* \] .
@@ -25,4 +29,5 @@ This is the initial plugin release.
2529[ 1.0.1 ] : https://github.com/JetBrains/rider-trx-plugin/compare/v1.0.0...v1.0.1
2630[ 1.0.2 ] : https://github.com/JetBrains/rider-trx-plugin/compare/v1.0.1...v1.0.2
2731[ 1.1.0 ] : https://github.com/JetBrains/rider-trx-plugin/compare/v1.0.2...v1.1.0
28- [ Unreleased ] : https://github.com/JetBrains/rider-trx-plugin/compare/v1.1.0...HEAD
32+ [ 1.2.0 ] : https://github.com/JetBrains/rider-trx-plugin/compare/v1.1.0...v1.2.0
33+ [ Unreleased ] : https://github.com/JetBrains/rider-trx-plugin/compare/v1.2.0...HEAD
Original file line number Diff line number Diff line change 1- pluginVersion =1.1 .0
1+ pluginVersion =1.2 .0
22
3- untilBuildVersion =252 .*
3+ untilBuildVersion =253 .*
44
55buildConfiguration =Debug
66
Original file line number Diff line number Diff line change 1313 "file" : " gradle.properties" ,
1414 "field" : " untilBuildVersion" ,
1515 "kind" : " rider" ,
16- "versionFlavor" : " release " ,
16+ "versionFlavor" : " eap " ,
1717 "augmentation" : " nextMajor"
1818 }, {
1919 "file" : " gradle/libs.versions.toml" ,
You can’t perform that action at this time.
0 commit comments