Skip to content

Commit

Permalink
Update to 2022.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mu88 committed Aug 3, 2022
1 parent 1af4ef9 commit e432063
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 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.2
- Support for the public release of Rider 2022.2

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

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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=2022.2-EAP9-SNAPSHOT
ProductVersion=2022.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
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.2.0-eap09</SdkVersion><!-- Must all be three-digit, otherwise building the .NET part will fail -->
<SdkVersion>2022.2.0</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 e432063

Please sign in to comment.