From 81a9b1ddbea3f79c23ca4e9621e72531cbb47e42 Mon Sep 17 00:00:00 2001 From: Sergey Teplyakov Date: Wed, 30 Jul 2025 16:26:44 -0700 Subject: [PATCH] Release version 0.8.1 with minor fixes 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. --- .../ErrorProne.NET.CoreAnalyzers.CodeFixes.csproj | 3 +++ src/version.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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" },