Skip to content

Commit

Permalink
Update to 2022.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mu88 committed Jun 4, 2022
1 parent efbc3c4 commit 4152e53
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.2
- Support for the public release of Rider 2022.1.2

## 2022.1.1
- Support for the public release of Rider 2022.1.1

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import org.apache.tools.ant.taskdefs.condition.Os
plugins {
id 'java'
id 'org.jetbrains.kotlin.jvm' version '1.6.21'
id 'org.jetbrains.intellij' version '1.5.3' // https://github.com/JetBrains/gradle-intellij-plugin/releases
id 'com.jetbrains.rdgen' version '0.213.394' // https://www.myget.org/feed/rd-snapshots/package/maven/com.jetbrains.rd/rd-gen
id 'org.jetbrains.intellij' version '1.6.0' // https://github.com/JetBrains/gradle-intellij-plugin/releases
id 'com.jetbrains.rdgen' version '0.1831.17' // https://www.myget.org/feed/rd-snapshots/package/maven/com.jetbrains.rd/rd-gen
id 'me.filippov.gradle.jvm.wrapper' version '0.10.0'
}

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ 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.1.1
PluginVersion=2022.1.2
BuildConfiguration=Release

PublishToken="_PLACEHOLDER_"
# Possible values:
# 2020.1.0-EAP2-SNAPSHOT
# 2020.1 (but NOT 2020.1.0 if it doesn't exist)
# 2020.3.3
ProductVersion=2022.1.1
ProductVersion=2022.1.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
kotlin.stdlib.default.dependency=false
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>2022.1.1</SdkVersion><!-- Must all be three-digit, otherwise building the .NET part will fail -->
<SdkVersion>2022.1.2</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 4152e53

Please sign in to comment.