Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions WindowsForms/Release-notes/v24.2.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@ documentation: ug

{% include release-info.html date="February 15, 2024" version="v24.2.6" %}

<style>
#license {
font-size: .88em!important;
margin-top: 1.5em;
margin-bottom: 1.5em;
background-color: #def8ff;
padding: 10px 17px 14px;
}
</style>

<div id="license">
With the 2024 Volume 1 release, we will discontinue support for .NET Framework 4.5, 4.5.1, and 4.6 in WinForms, WPF, and the File-Format Frameworks. Instead, we will provide support for .NET 4.6.2.
</div>

{% directory path: _includes/release-notes/v24.2.6 %}

{% include {{file.url}} %}
Expand Down