Skip to content

Commit 3970dae

Browse files
committed
Prepare 231.1.4 release
1 parent a35aef6 commit 3970dae

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6+
## [231.1.4] - 2023-05-24
7+
### Fixed
8+
- Scaffolding: Impossible to execute scaffolding on non-empty folder (#168)
9+
- Drop database: Missing DbContext selection option (#166)
10+
611
## [231.1.3] - 2023-05-11
712
### Fixed
813
- 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
183188
- Suggesting installing dotnet `ef command` line tools if not installed (when opening solution that contains EF Core related projects)
184189
- Deleting used database
185190

186-
[Unreleased]: https://github.com/seclerp/rider-efcore/compare/v231.1.3...HEAD
191+
[Unreleased]: https://github.com/seclerp/rider-efcore/compare/v231.1.4...HEAD
192+
[231.1.4]: https://github.com/seclerp/rider-efcore/compare/v231.1.3...v231.1.4
187193
[231.1.3]: https://github.com/seclerp/rider-efcore/compare/v231.1.2...v231.1.3
188194
[231.1.2]: https://github.com/seclerp/rider-efcore/compare/v231.1.1...v231.1.2
189195
[231.1.1]: https://github.com/seclerp/rider-efcore/compare/v231.1.0...v231.1.1

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ javaVersion=17
44

55
dotnetPluginId=Rider.Plugins.EfCore
66
riderPluginId=me.seclerp.rider.plugins.efcore
7-
pluginVersion=231.1.3
7+
pluginVersion=231.1.4
88

99
buildConfiguration=Debug
1010

0 commit comments

Comments
 (0)