Skip to content

Commit

Permalink
Compatibility with Rider 2021.3 RTM (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenba authored Dec 8, 2021
1 parent 18b3940 commit 458ff66
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ javaVersion=11
org.gradle.jvmargs='-Duser.language=en'
sources=false

intellij_version=IC-213.5449-EAP-CANDIDATE-SNAPSHOT
rider_version=RD-2021.3-EAP8-SNAPSHOT
intellij_version=IC-213.5744.223
rider_version=RD-2021.3
build_common_code_with=rider

intellij_plugin_name=azure-toolkit-for-intellij
Expand All @@ -29,7 +29,7 @@ lombok_version=1.18.8
aspectj_version=5.3.0
kotlin.stdlib.default.dependency=false

rd_version=0.213.394
rider_nuget_sdk_version=2021.3.0-eap08
rd_version=2021.3.4
rider_nuget_sdk_version=2021.3.0

rider_test_local_env_run=true
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<html>
<h4>Added:</h4>
<ul>
<li>Compatibility with Rider 2021.3 EAP8</li>
<li>Compatibility with Rider 2021.3</li>
</ul>
<h4>Fixed:</h4>
<ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<html>
<p>[3.50.0-2021.3]</p>
<ul>
<li>Compatibility with Rider 2021.3 EAP8</li>
<li>Compatibility with Rider 2021.3</li>
</ul>
<h4>Fixed bugs:</h4>
<ul>
Expand Down

0 comments on commit 458ff66

Please sign in to comment.