Back to Skiasharp

Version 1.68.0

documentation/docfx/releases/1.68.0.md

4.150.02.6 KB
Original Source
<!-- RAW PR DATA — Do not remove this comment block. AI uses this data to generate the polished release notes below. Re-run the script to refresh this data from git history. Generated: 2026-06-17T23:54:56Z by generate-release-notes.py version: 1.68.0 status: stable branch: release/1.68.0 diff: release/1.60.3..release/1.68.0 prs: 5 api: self=1.68.0/index.md;hb=1.4.6.2 PRs grouped by the preview they first shipped in (newest first). Render each milestone as a trailing "## <label> (<date>)" section per TEMPLATE.md, and merge them all for the top-level Highlights: ## Preview 28 · 1.68.0 · 2018-11-06 · https://github.com/mono/SkiaSharp/compare/v1.60.3...v1.68.0-preview28 (5 PRs) - Statically Link Windows Binaries by @mattleibow in https://github.com/mono/SkiaSharp/pull/662 - Merged in a few improvements to the CI by @mattleibow in https://github.com/mono/SkiaSharp/pull/638 - Improve the Linux CI by @mattleibow in https://github.com/mono/SkiaSharp/pull/635 - Testing PR Builder by @mattleibow in https://github.com/mono/SkiaSharp/pull/616 - Added a Groovy script for CI by @mattleibow in https://github.com/mono/SkiaSharp/pull/615 --> <!-- Generated: 2026-06-18T00:00:00Z by claude-sonnet-4.5 -->

Version 1.68.0

Windows packaging update · Released December 4, 2018 · NuGet · GitHub Release

API changes · SkiaSharp API diff · HarfBuzzSharp 1.4.6.2

Highlights

The 1.68 release improves Windows deployment by statically linking the Windows native binaries, reducing external dependency friction when shipping SkiaSharp apps. It also ships alongside HarfBuzzSharp 1.4.6.2; see the linked HarfBuzzSharp release page above for the binding details.

Breaking Changes

None in this release.

New Features

Platform

  • Statically linked Windows binaries — Updates the Windows native packages to link their dependencies statically, simplifying deployment for Windows apps. (#662)

Platform Support

PlatformWhat's New
🪟 WindowsNative binaries are now statically linked

Preview 28 (November 6, 2018)

This preview introduced statically linked Windows native binaries.

Full Changelog