diff --git a/JetBrains.ReSharper.SamplePlugin.nuspec b/JetBrains.ReSharper.SamplePlugin.nuspec index f89a9b2..6b37b98 100644 --- a/JetBrains.ReSharper.SamplePlugin.nuspec +++ b/JetBrains.ReSharper.SamplePlugin.nuspec @@ -2,7 +2,7 @@ JetBrains.ReSharper.SamplePlugin - 2021.1.0 + 2021.2.0 Matthias Koch JetBrains diff --git a/content/CHANGELOG.md b/content/CHANGELOG.md index 713c9fa..47f839f 100644 --- a/content/CHANGELOG.md +++ b/content/CHANGELOG.md @@ -4,5 +4,5 @@ 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). -## 2019.2 -- Initial version \ No newline at end of file +## 2021.2.0 +- Initial version diff --git a/content/build.gradle b/content/build.gradle index 5f14eda..60307c7 100644 --- a/content/build.gradle +++ b/content/build.gradle @@ -4,7 +4,7 @@ import org.apache.tools.ant.taskdefs.condition.Os plugins { id 'java' id 'org.jetbrains.kotlin.jvm' version '1.4.32' - id 'org.jetbrains.intellij' version '1.0' // https://github.com/JetBrains/gradle-intellij-plugin/releases + id 'org.jetbrains.intellij' version '1.1.4' // https://github.com/JetBrains/gradle-intellij-plugin/releases id 'com.jetbrains.rdgen' version '0.211.235' // https://www.myget.org/feed/rd-snapshots/package/maven/com.jetbrains.rd/rd-gen } diff --git a/content/gradle.properties b/content/gradle.properties index e357007..ccda53b 100644 --- a/content/gradle.properties +++ b/content/gradle.properties @@ -11,10 +11,10 @@ BuildConfiguration=Debug PublishToken="_PLACEHOLDER_" # Possible values (minor is omitted): -# Release: 2020.2.0 +# Release: 2020.2 # Nightly: 2020.3-SNAPSHOT # EAP: 2020.3-EAP2-SNAPSHOT -ProductVersion=2021.1.3 +ProductVersion=2021.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 diff --git a/content/src/dotnet/Plugin.props b/content/src/dotnet/Plugin.props index 975b332..ed37c8d 100644 --- a/content/src/dotnet/Plugin.props +++ b/content/src/dotnet/Plugin.props @@ -1,7 +1,7 @@ - + - 2021.1.3 + 2021.2.0 SamplePlugin Description