diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d95ab075..1910e4082 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ * Reduce allocations in ProjectSystemProjectFactory.ConvertMetadataReferencesToProjectReferences_NoLock (PR: [#75646](https://github.com/dotnet/roslyn/pull/75646)) * Reduce memory and CPU costs due to SegmentedList usage (PR: [#75661](https://github.com/dotnet/roslyn/pull/75661)) * Bump xamltools to 17.13.35506.24 (PR: [#7740](https://github.com/dotnet/vscode-csharp/pull/7740)) +* Bump xamltools to 17.13.35507.225 (PR: [#7755](https://github.com/dotnet/vscode-csharp/pull/7755)) + * XAML IntelliseSense completions for Image.Source # 2.55.x * Update Roslyn to 4.13.0-2.24531.3 (PR: [#7722](https://github.com/dotnet/vscode-csharp/pull/7722)) diff --git a/package.json b/package.json index 4743ee310..01f0a51ba 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "omniSharp": "1.39.11", "razor": "9.0.0-preview.24531.4", "razorOmnisharp": "7.0.0-preview.23363.1", - "xamlTools": "17.13.35506.24" + "xamlTools": "17.13.35507.225" }, "main": "./dist/extension", "l10n": "./l10n",