diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d32c9f34..033fd9c33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876) # Latest +* Bump xamltools to 17.12.35117.32 (PR: [#7362](https://github.com/dotnet/vscode-csharp/pull/7362)) * Update Roslyn to 4.12.0-1.24366.6 (PR: [#7326](https://github.com/dotnet/vscode-csharp/pull/7326)) * Renamed settings (PR: [#7356](https://github.com/dotnet/vscode-csharp/pull/7356)) * `dotnet.implementType.insertionBehavior` to `dotnet.typeMembers.memberInsertionLocation` diff --git a/package.json b/package.json index c5764da9a..68dcc81cb 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "omniSharp": "1.39.11", "razor": "9.0.0-preview.24365.1", "razorOmnisharp": "7.0.0-preview.23363.1", - "xamlTools": "17.12.35112.24" + "xamlTools": "17.12.35117.32" }, "main": "./dist/extension", "l10n": "./l10n",