Skip to content

Commit

Permalink
Prepare 232.0.0-eap07 release, return old plugin ID for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
seclerp committed Jul 10, 2023
1 parent 26e077b commit 75c76a2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
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).

## [232.0.0-eap07] - 2023-07-10
### Fixed
- Common: `NoClassDefFoundError` and other issues caused by Workspace model package restructuring since EAP 2 (#171)

## [232.0.0-eap02] - 2023-05-24
### Added
- Enable support for Rider 2023.2 EAP 2
Expand Down Expand Up @@ -195,7 +199,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.0.0-eap02...HEAD
[Unreleased]: https://github.com/seclerp/rider-efcore/compare/v232.0.0-eap07...HEAD
[v232.0.0-eap07]: https://github.com/seclerp/rider-efcore/compare/v232.0.0-eap02...v232.0.0-eap07
[v232.0.0-eap02]: https://github.com/seclerp/rider-efcore/compare/v231.1.4...v232.0.0-eap02
[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
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.0.0-eap06
pluginVersion=232.0.0-eap07

buildConfiguration=Debug

Expand All @@ -15,7 +15,7 @@ publishChannel=default
# Release: 2020.2
# Nightly: 2020.3-SNAPSHOT
# EAP: 2020.3-EAP2-SNAPSHOT
productVersion=2023.2-EAP6-SNAPSHOT
productVersion=2023.2-EAP7-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
2 changes: 1 addition & 1 deletion src/rider/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<idea-plugin require-restart="true">
<id>com.jetbrains.rider.plugins.efcore</id>
<id>me.seclerp.rider.plugins.efcore</id>
<name>Entity Framework Core UI</name>
<version>_PLACEHOLDER_</version>
<vendor url="http://jetbrains.com">JetBrains</vendor>
Expand Down

0 comments on commit 75c76a2

Please sign in to comment.