Skip to content

Commit

Permalink
Prepare 231.1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
seclerp committed May 11, 2023
1 parent 9900635 commit e97ca70
Show file tree
Hide file tree
Showing 2 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).

## [231.1.3] - 2023-05-11
### Fixed
- Notifications: Exceptions when plugin tries to show notifications (#162, #163, #164)

## [231.1.2] - 2023-04-24
### Fixed
- Connections: Exception when having `.json` files with single quotes (#159)
Expand Down Expand Up @@ -179,7 +183,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/v231.1.2...HEAD
[Unreleased]: https://github.com/seclerp/rider-efcore/compare/v231.1.3...HEAD
[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
[231.1.1]: https://github.com/seclerp/rider-efcore/compare/v231.1.0...v231.1.1
[231.1.0]: https://github.com/seclerp/rider-efcore/compare/v231.0.2-eap04...v231.1.0
Expand Down
6 changes: 3 additions & 3 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=me.seclerp.rider.plugins.efcore
pluginVersion=231.1.2
pluginVersion=231.1.3

buildConfiguration=Debug

Expand All @@ -21,5 +21,5 @@ productVersion=2023.1
# https://blog.jetbrains.com/kotlin/2020/07/kotlin-1-4-rc-released/#stdlib-default
kotlin.stdlib.default.dependency=false

# Fix for OOM on :compileKotlin
org.gradle.jvmargs=-Xmx4g -Xms1g
# Fix for Kotlin 1.8.20 uses a new incremental compilation approach that can?t handle large JAR files, resulting in an OutOfMemory exception in the compileKotlin task.
kotlin.incremental.useClasspathSnapshot=false

0 comments on commit e97ca70

Please sign in to comment.