From 34ca090630ac15be1480c44377c81952d5ca6fe9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 14:40:11 +0000 Subject: [PATCH] Update release notes for 4.147.0 (unreleased/main) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .../docfx/releases/4.147.0-unreleased.md | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 documentation/docfx/releases/4.147.0-unreleased.md diff --git a/documentation/docfx/releases/4.147.0-unreleased.md b/documentation/docfx/releases/4.147.0-unreleased.md new file mode 100644 index 00000000000..82d4a3d0031 --- /dev/null +++ b/documentation/docfx/releases/4.147.0-unreleased.md @@ -0,0 +1,39 @@ + + +# Version 4.147.0 + +> **Upcoming release** · In development · Not yet available on NuGet + +## Highlights + +This upcoming release brings Apple platform TFM corrections for proper .NET 9 compatibility, SkiaFiddle UX improvements, and a sample fix for Uno Gallery. Thanks to community contributor [@ramezgerges](https://github.com/ramezgerges) for driving multiple user-facing improvements. Plus several CI and documentation improvements. + +## Breaking Changes + +*None in this release.* + +## New Features + +### Platform + +- **Apple TFM corrections** — Fixes the Target Framework Monikers for Apple platform libraries: library projects now use versioned TFMs (`net9.0-ios26.0`, etc.) while app-facing targets use the unversioned form, ensuring correct SDK resolution. ([#3798](https://github.com/mono/SkiaSharp/pull/3798)) + +### Developer Experience + +- **SkiaFiddle UX improvements** — Multiple UX enhancements to the SkiaFiddle interactive playground. ❤️ [@ramezgerges](https://github.com/ramezgerges) ([#3790](https://github.com/mono/SkiaSharp/pull/3790)) + +## Bug Fixes + +- **Fix Skottie package downgrade in Uno Gallery** — Resolves a NU1605 package downgrade warning for the Skottie package in the Uno Gallery sample project. ❤️ [@ramezgerges](https://github.com/ramezgerges) ([#3785](https://github.com/mono/SkiaSharp/pull/3785)) + +## Platform Support + +| Platform | What's New | +|----------|-----------| +| 🍎 Apple | Corrected TFMs for .NET 9 library and app targets | + +## Community Contributors ❤️ + +| Contributor | What They Did | +|-------------|--------------| +| [@ramezgerges](https://github.com/ramezgerges) | SkiaFiddle UX improvements and Uno Gallery sample fix |