Skip to content

Commit

Permalink
feat: publish new version 2023.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mu88 committed May 11, 2023
1 parent 7751d63 commit 9f23cf9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.1

- Support for the public release of Rider 2023.1.1

## 2023.1

- Support for the public release of Rider 2023.1
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.2
PluginVersion=2023.1.1
BuildConfiguration=Release

PublishToken="_PLACEHOLDER_"
Expand All @@ -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
ProductVersion=2023.1.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
Expand Down
2 changes: 1 addition & 1 deletion src/dotnet/Plugin.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<SdkVersion>2023.1.0</SdkVersion><!-- Must all be three-digit, otherwise building the .NET part will fail -->
<SdkVersion>2023.1.1</SdkVersion><!-- Must all be three-digit, otherwise building the .NET part will fail -->
<Title>Test Linker 2</Title>
<Description>Semantically linking production and test code. This is fork of TestLinker plugin.</Description>
<Authors>Matthias Koch; Vladyslav Burylov; Mirko Ulfig</Authors>
Expand Down

0 comments on commit 9f23cf9

Please sign in to comment.