From 78e5a9e3e1fb82e86795bf0ccc6ad854d549c0f3 Mon Sep 17 00:00:00 2001 From: Tara Overfield Date: Tue, 9 Aug 2022 10:05:01 -0700 Subject: [PATCH] Announcing .NET Framework 4.8.1 --- Documentation/compatibility/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/compatibility/README.md b/Documentation/compatibility/README.md index 9762e95..ee144fc 100644 --- a/Documentation/compatibility/README.md +++ b/Documentation/compatibility/README.md @@ -4,6 +4,7 @@ The following documents provide information on .NET Framework application compat Please help us improve the [.NET Framework Application Compatibility documents](https://github.com/Microsoft/dotnet/tree/master/Documentation/compatibility). In particular, better titles will improve the index below, both in content and the sort. +- [.NET Framework 4.8.1](#net-framework-481) - [.NET Framework 4.8](#net-framework-48) - [.NET Framework 4.7.2](#net-framework-472) - [.NET Framework 4.7.1](#net-framework-471) @@ -15,6 +16,10 @@ Please help us improve the [.NET Framework Application Compatibility documents]( - [.NET Framework 4.5.1](#net-framework-451) - [.NET Framework 4.5](#net-framework-45) +## .NET Framework 4.8.1 + +No breaking changes or other changes in behavior which is expected to impact application compatibility are included as a part of .NET Framework 4.8.1 + ## .NET Framework 4.8 - [.NET COM successfully marshals ByRef SafeArray parameters on events](interop-event-handlers-safearray.md)