Skip to content

Commit

Permalink
Prepare 231.0.2-eap04 release
Browse files Browse the repository at this point in the history
  • Loading branch information
seclerp committed Feb 17, 2023
1 parent b1e6781 commit c0cbfc1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@
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).

## [231.0.2-eap04] - 2023-02-17
### Added
- Cherry-pick changes from bugfix [223.3.2]

## [231.0.1-eap01] - 2023-01-19
### Added
- Cherry pick changes from bugfix [223.3.1]
- Cherry-pick changes from bugfix [223.3.1]

## [231.0.0-eap01] - 2023-01-19
### Added
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import java.text.SimpleDateFormat

plugins {
id 'java'
id 'org.jetbrains.kotlin.jvm' version '1.6.21'
id 'org.jetbrains.intellij' version '1.12.0' // https://github.com/JetBrains/gradle-intellij-plugin/releases
id 'com.jetbrains.rdgen' version '2023.1.1' // https://github.com/JetBrains/rd/releases
id 'org.jetbrains.kotlin.jvm' version '1.7.20'
id 'org.jetbrains.intellij' version '1.13.0' // https://github.com/JetBrains/gradle-intellij-plugin/releases
id 'com.jetbrains.rdgen' version '2023.1.2' // https://github.com/JetBrains/rd/releases
id 'org.jetbrains.changelog' version '2.0.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=231.0.1-eap01
PluginVersion=231.0.2-eap04

BuildConfiguration=Debug

Expand All @@ -15,12 +15,12 @@ PublishChannel=default
# Possible values:
# Release: 2021.2.0
# EAP: 2022.2.0-eap04
RiderSdkVersion=2023.1.0-eap01
RiderSdkVersion=2023.1.0-eap04
# Possible values (minor is omitted):
# Release: 2020.2
# Nightly: 2020.3-SNAPSHOT
# EAP: 2020.3-EAP2-SNAPSHOT
ProductVersion=2023.1-EAP1-SNAPSHOT
ProductVersion=2023.1-EAP4-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 c0cbfc1

Please sign in to comment.