From e4320631bd7ec1555259537dd5522eb0e2b98b6f Mon Sep 17 00:00:00 2001 From: mu88 <4560672+mu88@users.noreply.github.com> Date: Wed, 3 Aug 2022 08:12:59 +0200 Subject: [PATCH] Update to 2022.2 --- CHANGELOG.md | 3 +++ gradle.properties | 2 +- src/dotnet/Plugin.props | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 180d58c..2c1909b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 2022.2 +- Support for the public release of Rider 2022.2 + ## 2022.1.2 - Support for the public release of Rider 2022.1.2 diff --git a/gradle.properties b/gradle.properties index 0915191..5f038ae 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,7 +16,7 @@ PublishToken="_PLACEHOLDER_" # Release: 2020.2 (but NOT 2020.2.0 if it doesn't exist) # EAP: 2020.3-EAP2-SNAPSHOT # Nightly: 2020.3-SNAPSHOT -ProductVersion=2022.2-EAP9-SNAPSHOT +ProductVersion=2022.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 diff --git a/src/dotnet/Plugin.props b/src/dotnet/Plugin.props index 7566356..93f1907 100644 --- a/src/dotnet/Plugin.props +++ b/src/dotnet/Plugin.props @@ -1,6 +1,6 @@ - 2022.2.0-eap09 + 2022.2.0 Test Linker 2 Semantically linking production and test code. This is fork of TestLinker plugin. Matthias Koch; Vladyslav Burylov; Mirko Ulfig