Skip to content

Commit

Permalink
Prepare 223.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
seclerp committed Jan 23, 2023
1 parent ef3da81 commit 9525da2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
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).

## [223.3.1] - 2023-01-23
### Fixed
- DbContext is not persisted between dialogs
- EF Core Quick Actions popup is empty
- Exception when trying to call Drop Database dialog submit button
- Project-specific saved values are not restored when project in dropdown changes

## [223.3.0] - 2023-01-10
### Changed
- Use .NET CLI from Rider's settings instead of global "dotnet" one
Expand Down Expand Up @@ -135,7 +142,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/v223.3.0...HEAD
[Unreleased]: https://github.com/seclerp/rider-efcore/compare/v223.3.1...HEAD
[223.3.1]: https://github.com/seclerp/rider-efcore/compare/v223.3.0...v223.3.1
[223.3.0]: https://github.com/seclerp/rider-efcore/compare/v223.2.0...v223.3.0
[223.2.0]: https://github.com/seclerp/rider-efcore/compare/v223.1.0...v223.2.0
[223.1.0]: https://github.com/seclerp/rider-efcore/compare/v223.0.0...v223.1.0
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ javaVersion=17
DotnetPluginId=Rider.Plugins.EfCore
DotnetSolution=Rider.Plugins.EfCore.sln
RiderPluginId=me.seclerp.rider.plugins.efcore
PluginVersion=223.3.0
PluginVersion=223.3.1

BuildConfiguration=Debug

Expand Down

0 comments on commit 9525da2

Please sign in to comment.