Skip to content

Commit d3f86dd

Browse files
Release version 0.8.1 with minor fixes (#316)
Updated to version 0.8.1 with minor fixes in the recursive analyzer and downgraded compiler packages to 4.13.0 to avoid conflicts with the latest Roslyn versions.
1 parent d3333d0 commit d3f86dd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/ErrorProne.NET.CoreAnalyzers.CodeFixes/ErrorProne.NET.CoreAnalyzers.CodeFixes.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1919
<Description>Core .NET analyzers for detecting the most common coding issues</Description>
2020
<PackageReleaseNotes>
21+
0.8.1
22+
* Minor fixes in recursive analyzer
23+
* Downgraded the compiler packages to 4.13.0 to avoid conflicts with the latest Roslyn versions.
2124
0.8.0
2225
* Add DoNotBlockAsyncCallsInAsyncMethodsAnalyzer
2326
* Add MustUseResultAnalyzer

src/version.json

Lines changed: 1 addition & 1 deletion
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.8.0-beta.{height}",
3+
"version": "0.8.1-beta.{height}",
44
"assemblyVersion": {
55
"precision": "revision"
66
},

0 commit comments

Comments
 (0)