Skip to content

Commit

Permalink
Update SDK versions to 2019.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matkoch committed Jul 2, 2019
1 parent 2933de2 commit 6b6cabf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions content/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ plugins {
ext {
repoRoot = projectDir
isWindows = Os.isFamily(Os.FAMILY_WINDOWS)
sdkVersion = "2018.3"
rdLibDirectory = new File(repoRoot, "build/riderRD-$sdkVersion-SNAPSHOT/lib/rd")
sdkVersion = "2019.1"
rdLibDirectory = new File(repoRoot, "build/riderRD-$sdkVersion/lib/rd")
dotNetDir = new File(repoRoot, "src/dotnet")
dotNetPluginId = "ReSharperPlugin.SamplePlugin"
dotnetSolution = new File(repoRoot, "SamplePlugin.sln")
Expand Down Expand Up @@ -124,7 +124,7 @@ buildPlugin {

intellij {
type = 'RD'
version = "$sdkVersion-SNAPSHOT"
version = "$sdkVersion"
downloadSources = false
}

Expand Down
2 changes: 1 addition & 1 deletion content/src/dotnet/Plugin.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<SdkVersion>2019.1.0-*</SdkVersion>
<SdkVersion>2019.1.0</SdkVersion>

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

0 comments on commit 6b6cabf

Please sign in to comment.