From 2e6aa676bf5337741139927b42aec94c2e2d5b2b Mon Sep 17 00:00:00 2001 From: David Barbet Date: Thu, 11 Sep 2025 17:03:02 -0700 Subject: [PATCH] Revert "[automated] Update main version (#8619)" This reverts commit 5aab6d72033080c88acb50110aee2aad94a91335, reversing changes made to 14d4f1cee6acfc366d1f9d7b45b9b7a85026d387. --- CHANGELOG.md | 2 -- version.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 801c943783..dafa219e86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,6 @@ - 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.93.x - # 2.92.x # 2.91.x diff --git a/version.json b/version.json index 5e65a4288e..5b88c6830c 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.93", + "version": "2.92", "publicReleaseRefSpec": [ "^refs/heads/release$", "^refs/heads/prerelease$",