From aa9dc405fd85aec3a1660a5bf9d3a740829291a3 Mon Sep 17 00:00:00 2001 From: dibarbet Date: Tue, 27 May 2025 17:32:03 +0000 Subject: [PATCH] Update main version --- CHANGELOG.md | 2 ++ version.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 409d48b697..5d04582db1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ - Diagnostics related feature requests and improvements [#5951](https://github.com/dotnet/vscode-csharp/issues/5951) - Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876) +# 2.81.x + # 2.80.x # 2.79.x diff --git a/version.json b/version.json index 50795bede0..eaccfa16e0 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "2.80", + "version": "2.81", "publicReleaseRefSpec": [ "^refs/heads/release$", "^refs/heads/prerelease$",