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$",