Skip to content

Commit

Permalink
Prepare 223.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
seclerp committed Feb 17, 2023
1 parent 4b1e63b commit 56bd26c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 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).

## [223.3.2] - 2023-02-17
### Fixed
- Issues with action presentation in different actions popup groups (#142 and #145)
- At least 1 migration requirement is not rechecked after changing DbContext (#144)

## [223.3.1] - 2023-01-23
### Fixed
- DbContext is not persisted between dialogs
Expand Down Expand Up @@ -142,7 +147,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.1...HEAD
[Unreleased]: https://github.com/seclerp/rider-efcore/compare/v223.3.2...HEAD
[223.3.2]: https://github.com/seclerp/rider-efcore/compare/v223.3.1...v223.3.2
[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
Expand Down
6 changes: 3 additions & 3 deletions 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.1
PluginVersion=223.3.2

BuildConfiguration=Debug

Expand All @@ -15,12 +15,12 @@ PublishChannel=default
# Possible values:
# Release: 2021.2.0
# EAP: 2022.2.0-eap04
RiderSdkVersion=2022.3.1
RiderSdkVersion=2022.3.2
# Possible values (minor is omitted):
# Release: 2020.2
# Nightly: 2020.3-SNAPSHOT
# EAP: 2020.3-EAP2-SNAPSHOT
ProductVersion=2022.3.1
ProductVersion=2022.3.2

# Kotlin 1.4 will bundle the stdlib dependency by default, causing problems with the version bundled with the IDE
# https://blog.jetbrains.com/kotlin/2020/07/kotlin-1-4-rc-released/#stdlib-default
Expand Down

0 comments on commit 56bd26c

Please sign in to comment.