diff --git a/src/ErrorProne.NET.CoreAnalyzers.CodeFixes/ErrorProne.NET.CoreAnalyzers.CodeFixes.csproj b/src/ErrorProne.NET.CoreAnalyzers.CodeFixes/ErrorProne.NET.CoreAnalyzers.CodeFixes.csproj index b652d91..d62d62a 100644 --- a/src/ErrorProne.NET.CoreAnalyzers.CodeFixes/ErrorProne.NET.CoreAnalyzers.CodeFixes.csproj +++ b/src/ErrorProne.NET.CoreAnalyzers.CodeFixes/ErrorProne.NET.CoreAnalyzers.CodeFixes.csproj @@ -18,6 +18,9 @@ false Core .NET analyzers for detecting the most common coding issues + 0.8.1 + * Minor fixes in recursive analyzer + * Downgraded the compiler packages to 4.13.0 to avoid conflicts with the latest Roslyn versions. 0.8.0 * Add DoNotBlockAsyncCallsInAsyncMethodsAnalyzer * Add MustUseResultAnalyzer diff --git a/src/version.json b/src/version.json index e25e538..6b74b44 100644 --- a/src/version.json +++ b/src/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "0.8.0-beta.{height}", + "version": "0.8.1-beta.{height}", "assemblyVersion": { "precision": "revision" },