From 9035b213d3d12cec52a06acb18429e0e9fe30ffc Mon Sep 17 00:00:00 2001 From: dibarbet Date: Fri, 2 Aug 2024 23:05:47 +0000 Subject: [PATCH 1/9] Update main version --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index 8fcdcb14f..67a13ecbe 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.42", + "version": "2.43", "publicReleaseRefSpec": [ "^refs/heads/release$", "^refs/heads/prerelease$", From 95932b8461d2d46f6872b0847a95041016403477 Mon Sep 17 00:00:00 2001 From: Joey Robichaud Date: Wed, 7 Aug 2024 20:02:36 -0700 Subject: [PATCH 2/9] Update Roslyn to 4.12.0-2.24407.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2aa0d15d4..4d2aef52f 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ } }, "defaults": { - "roslyn": "4.12.0-2.24401.2", + "roslyn": "4.12.0-2.24407.3", "omniSharp": "1.39.11", "razor": "9.0.0-preview.24366.2", "razorOmnisharp": "7.0.0-preview.23363.1", From 0af8e39d29b99640e6c9ee07399b95ce9de16b12 Mon Sep 17 00:00:00 2001 From: Evgeny Tvorun Date: Thu, 8 Aug 2024 09:07:59 -0700 Subject: [PATCH 3/9] Bump xamlTools version --- CHANGELOG.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d783b6f9..82dbd729d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ * Modify ISyntaxFacts methods to allocate less (PR: [#74596](https://github.com/dotnet/roslyn/pull/74596)) * Fix cases where unused private members were not grayed out (PR: [#74589](https://github.com/dotnet/roslyn/pull/74589)) * Fix URI handling when comparing encoded and unencoded URIs (PR: [#74544](https://github.com/dotnet/roslyn/pull/74544)) -* Bump xamltools to 17.12.35131.21 (PR: [#7409](https://github.com/dotnet/vscode-csharp/pull/7409)) +* Bump xamltools to 17.12.35208.23 (PR: [#7409](https://github.com/dotnet/vscode-csharp/pull/7409)) # 2.41.x * Bump Roslyn to 4.12.0-1.24376.3 (PR: [#7393](https://github.com/dotnet/vscode-csharp/pull/7393)) diff --git a/package.json b/package.json index 2aa0d15d4..13f183e80 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "omniSharp": "1.39.11", "razor": "9.0.0-preview.24366.2", "razorOmnisharp": "7.0.0-preview.23363.1", - "xamlTools": "17.12.35131.21" + "xamlTools": "17.12.35208.23" }, "main": "./dist/extension", "l10n": "./l10n", @@ -5575,4 +5575,4 @@ } ] } -} \ No newline at end of file +} From 73e0d36f724abfabd48a9cf3aad1ccb423091d6f Mon Sep 17 00:00:00 2001 From: Evgeny Tvorun Date: Thu, 8 Aug 2024 09:09:06 -0700 Subject: [PATCH 4/9] Update PR info --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82dbd729d..f9af90d27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ * Modify ISyntaxFacts methods to allocate less (PR: [#74596](https://github.com/dotnet/roslyn/pull/74596)) * Fix cases where unused private members were not grayed out (PR: [#74589](https://github.com/dotnet/roslyn/pull/74589)) * Fix URI handling when comparing encoded and unencoded URIs (PR: [#74544](https://github.com/dotnet/roslyn/pull/74544)) -* Bump xamltools to 17.12.35208.23 (PR: [#7409](https://github.com/dotnet/vscode-csharp/pull/7409)) +* Bump xamltools to 17.12.35208.23 (PR: [#7422](https://github.com/dotnet/vscode-csharp/pull/7422)) # 2.41.x * Bump Roslyn to 4.12.0-1.24376.3 (PR: [#7393](https://github.com/dotnet/vscode-csharp/pull/7393)) From 661eb1d3218518274cec28e40551a0e5294e3e41 Mon Sep 17 00:00:00 2001 From: Marco Goertz Date: Thu, 8 Aug 2024 16:08:48 -0700 Subject: [PATCH 5/9] Added onEnterRules for the following cases: ```xaml => ``` and ```xaml