File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 33The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
44and 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ javaVersion=17
44
55dotnetPluginId =Rider.Plugins.EfCore
66riderPluginId =me.seclerp.rider.plugins.efcore
7- pluginVersion =231.1.3
7+ pluginVersion =231.1.4
88
99buildConfiguration =Debug
1010
You can’t perform that action at this time.
0 commit comments