Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
matkoch committed Aug 5, 2021
1 parent be83c9a commit 9761c6f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion JetBrains.ReSharper.SamplePlugin.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>JetBrains.ReSharper.SamplePlugin</id>
<version>2021.1.0</version>
<version>2021.2.0</version>
<authors>Matthias Koch</authors>
<owners>JetBrains</owners>
<packageTypes>
Expand Down
4 changes: 2 additions & 2 deletions content/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
## 2021.2.0
- Initial version
2 changes: 1 addition & 1 deletion content/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down
4 changes: 2 additions & 2 deletions content/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions content/src/dotnet/Plugin.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<Project>

<PropertyGroup>
<SdkVersion>2021.1.3</SdkVersion>
<SdkVersion>2021.2.0</SdkVersion>

<Title>SamplePlugin</Title>
<Description>Description</Description>
Expand Down

0 comments on commit 9761c6f

Please sign in to comment.