diff --git a/docs/articles/vs-test-adapter/AdapterV4-Release-Notes.md b/docs/articles/vs-test-adapter/AdapterV4-Release-Notes.md
index dc121ccff..663fd9202 100644
--- a/docs/articles/vs-test-adapter/AdapterV4-Release-Notes.md
+++ b/docs/articles/vs-test-adapter/AdapterV4-Release-Notes.md
@@ -7,13 +7,13 @@ uid: adapterreleasenotes
# Adapter Release Notes
-## NUnit3 Test Adapter for Visual Studio and Dotnet - Version 6.0.0-beta.1 - October 19, 2025
+## NUnit3 Test Adapter for Visual Studio and Dotnet - Version 6.0.0 - December 6, 2025
This version supports MTP version 2. Further the lowest .net version is .net 8.0, so netcore 3.1 is no longer supported.
See the migration guide for [MTP v1 to v2](https://learn.microsoft.com/en-us/dotnet/core/testing/microsoft-testing-platform-migration-from-v1-to-v2) for details on moving up to version 2.
-There are 3 issues fixed in this release.
+There are 6 issues fixed in this release.
### Enhancements
@@ -22,7 +22,10 @@ There are 3 issues fixed in this release.
### Bug fixes
+* [1347](https://github.com/nunit/nunit3-vs-adapter/issues/1347) Test Cases With Strings That Contain Escaped Double-Quotes are Not Run.
* [1334](https://github.com/nunit/nunit3-vs-adapter/issues/1334) Attempting to execute a native assembly crashes the runner. Thanks to NUnit Team member [Terje Sandstrom](https://github.com/OsirisTerje) for [PR 1333](https://github.com/nunit/nunit3-vs-adapter/pull/1333)
+* [1332](https://github.com/nunit/nunit3-vs-adapter/issues/1332) [MTP] OutOfMemoryException in VS Test Explorer from TestFilterConverter.Tokenizer. Thanks to NUnit Team member [Terje Sandstrom](https://github.com/OsirisTerje) for [PR 1341](https://github.com/nunit/nunit3-vs-adapter/pull/1341)
+* [1241](https://github.com/nunit/nunit3-vs-adapter/issues/1241) VS Test Explorer NUnit error: "TestPlatformFormatException: Filter string ... includes unrecognized escape sequence".
### The following issues are marked as breaking changes
@@ -39,7 +42,12 @@ A special thank you to the following reporters for identifying issues:
@@ -48,6 +56,18 @@ and to the commenters who engaged in discussions and offered further insights: