From 3970daee8cb4d888f45cd37ef6e69ee692bca159 Mon Sep 17 00:00:00 2001 From: Andrii Rublov Date: Wed, 24 May 2023 18:15:09 +0200 Subject: [PATCH] Prepare `231.1.4` release --- CHANGELOG.md | 8 +++++++- gradle.properties | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f4dd03d..e62ddc24 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.4] - 2023-05-24 +### Fixed +- Scaffolding: Impossible to execute scaffolding on non-empty folder (#168) +- Drop database: Missing DbContext selection option (#166) + ## [231.1.3] - 2023-05-11 ### Fixed - Notifications: Exceptions when plugin tries to show notifications (#162, #163, #164) @@ -183,7 +188,8 @@ 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.1.3...HEAD +[Unreleased]: https://github.com/seclerp/rider-efcore/compare/v231.1.4...HEAD +[231.1.4]: https://github.com/seclerp/rider-efcore/compare/v231.1.3...v231.1.4 [231.1.3]: https://github.com/seclerp/rider-efcore/compare/v231.1.2...v231.1.3 [231.1.2]: https://github.com/seclerp/rider-efcore/compare/v231.1.1...v231.1.2 [231.1.1]: https://github.com/seclerp/rider-efcore/compare/v231.1.0...v231.1.1 diff --git a/gradle.properties b/gradle.properties index bbbb30de..5e44c51e 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.3 +pluginVersion=231.1.4 buildConfiguration=Debug