From f68e541c02d605588c337e1e15efc36f8c7246a1 Mon Sep 17 00:00:00 2001 From: mu88 <4560672+mu88@users.noreply.github.com> Date: Wed, 2 Aug 2023 16:30:04 +0200 Subject: [PATCH] feat: publish new version 2023.2 --- 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 6260f2e..78e4319 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 + +- Support for the public release of Rider 2023.2 + ## 2023.1.3 - Support for the public release of Rider 2023.1.3 diff --git a/gradle.properties b/gradle.properties index 408bdd5..8f0ee63 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.1.3 +PluginVersion=2023.2.0 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.1.3 +ProductVersion=2023.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 43e1563..2a85888 100644 --- a/src/dotnet/Plugin.props +++ b/src/dotnet/Plugin.props @@ -1,6 +1,6 @@ - 2023.1.3 + 2023.2.0 Test Linker 2 Semantically linking production and test code. This is fork of TestLinker plugin. Matthias Koch; Vladyslav Burylov; Mirko Ulfig