Skip to content

Commit

Permalink
Prepare 232.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
seclerp committed Aug 25, 2023
1 parent 26c6802 commit 0e03ffa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
13 changes: 9 additions & 4 deletions 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.1.0] - 2023-08-03
### Added
- Enable support for Rider 2023.2

## [232.0.0-rc1] - 2023-07-27
### Added
- Scaffold: Additional Schema/Tables validations (#175 by @tcortega)
Expand Down Expand Up @@ -204,10 +208,11 @@ 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-eap07...HEAD
[v232.0.0-rc1]: https://github.com/seclerp/rider-efcore/compare/v232.0.0-eap07...v232.0.0-rc1
[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
[Unreleased]: https://github.com/seclerp/rider-efcore/compare/v232.1.0...HEAD
[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
[232.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
[231.1.2]: https://github.com/seclerp/rider-efcore/compare/v231.1.1...v231.1.2
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-rc1
pluginVersion=232.1.0

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-RC1-SNAPSHOT
productVersion=2023.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 0e03ffa

Please sign in to comment.