Skip to content

Commit

Permalink
Merge pull request #3 from agentschmitt/jetbrains.sdk.2019.3
Browse files Browse the repository at this point in the history
Jetbrains.sdk.2019.3
  • Loading branch information
olsh authored Dec 14, 2019
2 parents 45f9d7c + 82769f9 commit a2a54e9
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 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", "[192.0]");
var waveVersion = Argument("wave", "[193.0]");
var host = Argument("Host", "Resharper");

var solutionName = "ReSharper.Structured.Logging";
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>2019.2.0</VersionPrefix>
<VersionPrefix>2019.3.0</VersionPrefix>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<PropertyGroup>
Expand All @@ -10,7 +10,7 @@
<RootNamespace>ReSharper.Structured.Logging</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="JetBrains.Rider.SDK" Version="2019.2.0" />
<PackageReference Include="JetBrains.Rider.SDK" Version="2019.3.0" />
</ItemGroup>
<PropertyGroup>
<OutputPath>bin\$(MSBuildProjectName)\$(Configuration)\</OutputPath>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net461</TargetFramework>
<VersionPrefix>2019.2.0</VersionPrefix>
<VersionPrefix>2019.3.0</VersionPrefix>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="JetBrains.ReSharper.SDK" Version="2019.2.0" />
<PackageReference Include="JetBrains.ReSharper.SDK" Version="2019.3.0" />
</ItemGroup>
<PropertyGroup>
<OutputPath>bin\$(MSBuildProjectName)\$(Configuration)\</OutputPath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ namespace ConsoleApp
}

---------------------------------------------------------
(0): ReSharper String Escape Character 1:
(1): ReSharper String Escape Character 1:
(0): ReSharper C# Escape Character 1:
(1): ReSharper C# Escape Character 1:
(2): ReSharper Warning: Exception should be passed to the exception argument
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ namespace ConsoleApp
}

---------------------------------------------------------
(0): ReSharper String Escape Character 1:
(1): ReSharper String Escape Character 2:
(0): ReSharper C# Escape Character 1:
(1): ReSharper C# Escape Character 2:
(2): ReSharper Format String Item:
(3): ReSharper String Escape Character 1:
(4): ReSharper String Escape Character 2:
(3): ReSharper C# Escape Character 1:
(4): ReSharper C# Escape Character 2:
(5): ReSharper Format String Item:
2 changes: 1 addition & 1 deletion test/src/ReSharper.Structured.Logging.Rider.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="JetBrains.Rider.SDK.Tests" Version="2019.2.0" />
<PackageReference Include="JetBrains.Rider.SDK.Tests" Version="2019.3.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\ReSharper.Structured.Logging\ReSharper.Structured.Logging.Rider.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion test/src/ReSharper.Structured.Logging.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="JetBrains.ReSharper.SDK.Tests" Version="2019.2.0" />
<PackageReference Include="JetBrains.ReSharper.SDK.Tests" Version="2019.3.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\ReSharper.Structured.Logging\ReSharper.Structured.Logging.csproj" />
Expand Down

0 comments on commit a2a54e9

Please sign in to comment.