Skip to content

Commit

Permalink
Prepare 243.0.0-eap02 release
Browse files Browse the repository at this point in the history
  • Loading branch information
seclerp committed Sep 28, 2024
1 parent d91155f commit 58bed22
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [243.0.0-eap02] - 2024-09-28
### Added
- General: Support for Rider 2024.3 EAP 2

## [242.1.0] - 2024-09-22
### Added
- General: Support for Rider 2024.2
Expand Down Expand Up @@ -61,7 +65,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Open in external MGCB editor action
- Additional file templates

[Unreleased]: https://github.com/seclerp/rider-monogame/compare/v242.1.0...HEAD
[Unreleased]: https://github.com/seclerp/rider-monogame/compare/v243.0.0-eap02...HEAD
[243.0.0-eap02]: https://github.com/seclerp/rider-monogame/compare/v242.1.0...v243.0.0-eap02
[242.1.0]: https://github.com/seclerp/rider-monogame/compare/v242.0.0-eap03...v242.1.0
[242.0.0-eap03]: https://github.com/seclerp/rider-monogame/compare/v241.0.0-rc1...v242.0.0-eap03
[241.0.0-rc1]: https://github.com/seclerp/rider-monogame/compare/v233.1.0...v241.0.0-rc1
Expand Down
5 changes: 2 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import com.jetbrains.plugin.structure.base.utils.listFiles
import org.jetbrains.changelog.exceptions.MissingVersionException
import org.jetbrains.intellij.platform.gradle.Constants
import org.jetbrains.intellij.platform.gradle.tasks.PrepareSandboxTask
import java.util.*
import kotlin.collections.*
import kotlin.io.path.absolute
import kotlin.io.path.isDirectory
Expand Down Expand Up @@ -234,8 +233,8 @@ tasks {
}

patchPluginXml {
sinceBuild.set("242.0")
untilBuild.set("242.*")
sinceBuild.set("243.0")
untilBuild.set("243.*")
val latestChangelog = try {
changelog.getUnreleased()
} catch (_: MissingVersionException) {
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ javaVersion=17

dotnetPluginId=Rider.Plugins.MonoGame
riderPluginId=me.seclerp.rider.plugins.monogame
pluginVersion=242.0.0-eap03
pluginVersion=243.0.0-eap02

rdVersion=2024.1.1
rdVersion=2024.3.0
rdKotlinVersion=1.9.23
intellijPlatformGradleVersion=2.0.1
gradleJvmWrapperVersion=0.14.0
Expand All @@ -20,7 +20,7 @@ publishChannel=default
# Release: 2020.2
# Nightly: 2020.3-SNAPSHOT
# EAP: 2020.3-EAP2-SNAPSHOT
productVersion=2024.2
productVersion=2024.3-EAP2-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 58bed22

Please sign in to comment.