Skip to content

Commit

Permalink
Prepare 233.0.0-eap01 release
Browse files Browse the repository at this point in the history
  • Loading branch information
seclerp committed Sep 26, 2023
1 parent 2550d57 commit c75395f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions 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=com.jetbrains.rider.plugins.efcore
pluginVersion=232.1.0
pluginVersion=233.0.0-eap01

buildConfiguration=Debug

Expand All @@ -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
Expand Down

0 comments on commit c75395f

Please sign in to comment.