From 1a84e383936a701e45a918035873e53b84257807 Mon Sep 17 00:00:00 2001 From: mu88 <4560672+mu88@users.noreply.github.com> Date: Thu, 26 Jan 2023 17:17:38 +0100 Subject: [PATCH] Update to 2022.3.1 --- CHANGELOG.md | 4 ++++ gradle.properties | 4 ++-- src/dotnet/Plugin.props | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77609dd..e542306 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ 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.3.1 + +- Support for the public release of Rider 2022.3.1 + ## 2022.3 - Support for the public release of Rider 2022.3 diff --git a/gradle.properties b/gradle.properties index 7cff276..780e7e4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ DotnetPluginId=ReSharperPlugin.TestLinker2 DotnetSolution=TestLinker2.sln RiderPluginId=testlinker2 # PluginVersion must always be three-digit, otherwise uploading the NuGet package to JetBrains will fail -PluginVersion=2022.3.0.1 +PluginVersion=2022.3.1 BuildConfiguration=Release PublishToken="_PLACEHOLDER_" @@ -15,7 +15,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.3-SNAPSHOT +ProductVersion=2022.3.1 # 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 kotlin.stdlib.default.dependency=false diff --git a/src/dotnet/Plugin.props b/src/dotnet/Plugin.props index 6b7f886..1f1f4c4 100644 --- a/src/dotnet/Plugin.props +++ b/src/dotnet/Plugin.props @@ -1,6 +1,6 @@ - 2022.3.0 + 2022.3.1 Test Linker 2 Semantically linking production and test code. This is fork of TestLinker plugin. Matthias Koch; Vladyslav Burylov; Mirko Ulfig