From 588f7974bcc08c25f3896926f945501d6ca5871d Mon Sep 17 00:00:00 2001 From: siramvikram Date: Wed, 3 Dec 2025 18:11:38 +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 e530310f9..d2e318a9d 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.104.x + # 2.103.x * include roslyn event source configs in profiling command (PR: [#8808](https://github.com/dotnet/vscode-csharp/pull/8808)) * Revise SUPPORT.md for clarity on sharing information (PR: [#8807](https://github.com/dotnet/vscode-csharp/pull/8807)) diff --git a/version.json b/version.json index 8ed056eac..a26be4651 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.103", + "version": "2.104", "publicReleaseRefSpec": [ "^refs/heads/release$", "^refs/heads/prerelease$",