Skip to content

Commit

Permalink
Update JetBrains SDK version to 2020.3.0 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
m7clarke authored Dec 16, 2020
1 parent 7b312ed commit 3a7c733
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
var target = Argument("target", "Default");
var buildConfiguration = Argument("buildConfig", "Debug");

var waveVersion = Argument("wave", "202");
var waveVersion = Argument("wave", "203");
var waveNugetVersion = $"[{waveVersion}.0]";
var host = Argument("Host", "Resharper");

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net461</TargetFramework>
<VersionPrefix>2020.2.1</VersionPrefix>
<VersionPrefix>2020.3.0</VersionPrefix>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand All @@ -20,6 +20,6 @@
<RootNamespace>Resharper.ConfigurationSense</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="JetBrains.Rider.SDK" Version="2020.2.1" />
<PackageReference Include="JetBrains.Rider.SDK" Version="2020.3.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net461</TargetFramework>
<VersionPrefix>2020.2.1</VersionPrefix>
<VersionPrefix>2020.3.0</VersionPrefix>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand All @@ -15,6 +15,6 @@
<Optimize>true</Optimize>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="JetBrains.ReSharper.SDK" Version="2020.2.1" />
<PackageReference Include="JetBrains.ReSharper.SDK" Version="2020.3.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/rider-configuration-sense/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<description>This extension provides autocomplete and validation for App settings and Connection strings.</description>
<version>2017.2.2.0</version>
<vendor url="https://github.com/olsh/resharper-configuration-sense">Oleg Shevchenko</vendor>
<idea-version since-build="202" until-build="202.*"/>
<idea-version since-build="203" until-build="203.*"/>
<extensions defaultExtensionNs="com.intellij" />
<depends>com.intellij.modules.rider</depends>
</idea-plugin>

0 comments on commit 3a7c733

Please sign in to comment.