From b94fda9e77757fc08c523e59c05a324dc97503ba Mon Sep 17 00:00:00 2001 From: siramvikram Date: Wed, 12 Nov 2025 21:28:21 +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 a2cb70633..ff25de49a 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.102.x + # 2.101.x * Fix auto-insert ignoring language-specific editor.tabSize (PR: [#8768](https://github.com/dotnet/vscode-csharp/pull/8768)) * Update Roslyn to 5.3.0-2.25557.4 (PR: [#8759](https://github.com/dotnet/vscode-csharp/pull/8759)) diff --git a/version.json b/version.json index 1ca212fa5..8b014bb92 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.101", + "version": "2.102", "publicReleaseRefSpec": [ "^refs/heads/release$", "^refs/heads/prerelease$",