Skip to content

Commit

Permalink
Merge pull request #3 from mu88/feature/2021.2.2
Browse files Browse the repository at this point in the history
Update to 2021.2.2
  • Loading branch information
vladyslav-burylov committed Oct 25, 2021
2 parents 251454e + 46fafa4 commit c13b7e0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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).

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

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

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
DotnetPluginId=ReSharperPlugin.TestLinker2
DotnetSolution=TestLinker2.sln
RiderPluginId=testlinker2
PluginVersion=2021.2.1
PluginVersion=2021.2.2
BuildConfiguration=Release

PublishToken="_PLACEHOLDER_"
# Possible values:
# 2020.1.0-EAP2-SNAPSHOT
# 2020.1
# 2020.3.3
ProductVersion=2021.2.1
ProductVersion=2021.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
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>2021.2.1</SdkVersion>
<SdkVersion>2021.2.2</SdkVersion>
<Title>Test Linker 2</Title>
<Description>Semantically linking production and test code. This is fork of TestLinker plugin.</Description>
<Authors>Matthias Koch; Vladyslav Burylov</Authors>
Expand Down

0 comments on commit c13b7e0

Please sign in to comment.