From be9b070cf7c8547df79750275920da9a17ebafbc Mon Sep 17 00:00:00 2001 From: "Wu, Ganhao" Date: Wed, 27 Sep 2023 16:26:38 +0800 Subject: [PATCH] FIX - Missing icon inside NuGet package readme file. --- README-NUGET.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README-NUGET.md b/README-NUGET.md index 613cb45eb18f..9e079b314924 100644 --- a/README-NUGET.md +++ b/README-NUGET.md @@ -4,7 +4,7 @@ About wxWidgets is a free and open source cross-platform C++ framework for writing advanced GUI applications using native controls. -![wxWidgets Logo](https://www.wxwidgets.org/assets/img/header-logo.png) +[![wxWidgets Logo](https://www.wxwidgets.org/assets/img/header-logo.png)](https://www.wxwidgets.org/) wxWidgets allows you to write native-looking GUI applications for all the major desktop platforms and also helps with abstracting @@ -33,15 +33,15 @@ Platforms This version of wxWidgets supports the following primary platforms: -- Windows XP, Vista, 7, 8 and 10 (32/64 bits). +- Windows XP, Vista, 7, 8, 10 and 11 (32/64 bits). - Most Unix variants using the GTK+ toolkit (version 2.6 or newer or 3.x). - macOS (10.10 or newer) using Cocoa under both amd64 and ARM platforms. Most popular C++ compilers are supported including but not limited to: - Microsoft Visual C++ 2005 or later (up to 2022). -- g++ 4 or later, including MinGW/MinGW-64/TDM under Windows. -- Clang under macOS and Linux. +- g++ 4 or later (up to 12), including MinGW/MinGW-64/TDM under Windows. +- Clang (up to 14). - Intel icc compiler. - Oracle (ex-Sun) CC.