From aa44a44fe9ca5d9825bf377cb30a80ccec604d16 Mon Sep 17 00:00:00 2001 From: Andrii Rublov Date: Mon, 10 Apr 2023 17:18:55 +0200 Subject: [PATCH] Prepare 231.1.1 release --- CHANGELOG.md | 9 ++++++++- gradle.properties | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b74aafbd..824af45d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [231.1.1] - 2023-04-10 +### Fixed +- Connections: Exception when having `.json` files with comments (#158) +- Common: Exception when opening dialogs while there are no applicable Migrations projects exists in the solution (#158) + ## [231.1.0] - 2023-04-05 ### Added - Connection strings auto-detection for "Connection" field in "Update Database" and "Scaffold Database" dialogs from @@ -169,7 +174,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Suggesting installing dotnet `ef command` line tools if not installed (when opening solution that contains EF Core related projects) - Deleting used database -[Unreleased]: https://github.com/seclerp/rider-efcore/compare/v231.0.2-eap04...HEAD +[Unreleased]: https://github.com/seclerp/rider-efcore/compare/v231.1.1...HEAD +[231.1.1]: https://github.com/seclerp/rider-efcore/compare/v231.1.0...v231.1.1 +[231.1.0]: https://github.com/seclerp/rider-efcore/compare/v231.0.2-eap04...v231.1.0 [231.0.2-eap04]: https://github.com/seclerp/rider-efcore/compare/v231.0.1-eap01...v231.0.2-eap04 [231.0.1-eap01]: https://github.com/seclerp/rider-efcore/compare/v231.0.0-eap01...v231.0.1-eap01 [231.0.0-eap01]: https://github.com/seclerp/rider-efcore/compare/v223.3.1...v231.0.0-eap01 diff --git a/gradle.properties b/gradle.properties index 0f8210f7..dd6cbdff 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ javaVersion=17 dotnetPluginId=Rider.Plugins.EfCore riderPluginId=me.seclerp.rider.plugins.efcore -pluginVersion=231.1.0 +pluginVersion=231.1.1 buildConfiguration=Debug