diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ce97190..a54ea048 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ 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). -## [Unreleased] +## [233.0.0-eap01] ### Added - Terminal: "Execute in IDE" suggestion for known commands when executing `dotnet ef` from terminal (#188 by @alls-cpp) - Common: Enable `Tools | Entity Framework Core` action group for solution's context menu @@ -218,7 +218,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/v232.1.0...HEAD +[Unreleased]: https://github.com/seclerp/rider-efcore/compare/v233.0.0-eap01...HEAD +[233.0.0-eap01]: https://github.com/seclerp/rider-efcore/compare/v232.1.0...v233.0.0-eap01 [232.1.0]: https://github.com/seclerp/rider-efcore/compare/v232.0.0-rc1...v232.1.0 [232.0.0-rc1]: https://github.com/seclerp/rider-efcore/compare/v232.0.0-eap07...v232.0.0-rc1 [232.0.0-eap07]: https://github.com/seclerp/rider-efcore/compare/v232.0.0-eap02...v232.0.0-eap07 diff --git a/gradle.properties b/gradle.properties index b0557846..608e9ec8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ javaVersion=17 dotnetPluginId=Rider.Plugins.EfCore riderPluginId=com.jetbrains.rider.plugins.efcore -pluginVersion=232.1.0 +pluginVersion=233.0.0-eap01 buildConfiguration=Debug @@ -15,7 +15,7 @@ publishChannel=default # Release: 2020.2 # Nightly: 2020.3-SNAPSHOT # EAP: 2020.3-EAP2-SNAPSHOT -productVersion=2023.3-SNAPSHOT +productVersion=2023.3-EAP1-SNAPSHOT # 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