Skip to content

Commit

Permalink
Prepare 231.1.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
seclerp committed May 24, 2023
1 parent a35aef6 commit 3970dae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3970dae

Please sign in to comment.