diff --git a/CHANGELOG.md b/CHANGELOG.md index d91e914..b1f5f31 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). +## 2023.2.2 + +- Support for the public release of Rider 2023.2.2 + ## 2023.2.1 - Support for the public release of Rider 2023.2.1 diff --git a/gradle.properties b/gradle.properties index 3db77bc..cc2e3b8 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=2023.2.1 +PluginVersion=2023.2.2 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=2023.2.1 +ProductVersion=2023.2.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 8eb186e..6816c5d 100644 --- a/src/dotnet/Plugin.props +++ b/src/dotnet/Plugin.props @@ -1,6 +1,6 @@ - 2023.2.1 + 2023.2.2 Test Linker 2 Semantically linking production and test code. This is fork of TestLinker plugin. Matthias Koch; Vladyslav Burylov; Mirko Ulfig