Skip to content
This repository was archived by the owner on Dec 12, 2020. It is now read-only.

Commit 2b937a4

Browse files
committedJun 16, 2019
v0.6, roslyn 3.1
1 parent ef4120c commit 2b937a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎src/Directory.Build.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<OutputPath>$(MSBuildThisFileDirectory)../bin/$(MSBuildProjectName)/$(Configuration)/</OutputPath>
2020
<PackageOutputPath>$(MSBuildThisFileDirectory)../bin/Packages/$(Configuration)/</PackageOutputPath>
2121
<IsTestingOnlyProject>$(MSBuildProjectName.Contains('Test'))</IsTestingOnlyProject>
22-
<RoslynNugetVersion>3.0.0</RoslynNugetVersion>
22+
<RoslynNugetVersion>3.1.0</RoslynNugetVersion>
2323
</PropertyGroup>
2424

2525
<PropertyGroup Condition=" !$(IsTestingOnlyProject) ">
@@ -36,7 +36,7 @@
3636

3737
<ItemGroup>
3838
<PackageReference Include="Nerdbank.GitVersioning" Version="2.3.38" PrivateAssets="all" />
39-
<PackageReference Include="StyleCop.Analyzers" Version="1.1.1-beta.61" IncludeAssets="analyzers" PrivateAssets="all" />
39+
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" IncludeAssets="analyzers" PrivateAssets="all" />
4040
</ItemGroup>
4141

4242
<ItemGroup>

‎src/version.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "0.5",
3+
"version": "0.6",
44
"publicReleaseRefSpec": [
55
"^refs/heads/master$", // we release out of master
66
"^refs/tags/v\\d\\.\\d" // we also release tags starting with vN.N

0 commit comments

Comments
 (0)
Failed to load comments.