From d42d59e59564c68646fc41c566e3c2ceb6117363 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Va=CC=81clav=20Slavi=CC=81k?= Date: Wed, 29 Mar 2023 15:24:49 +0200 Subject: [PATCH] Update docs files for v0.8.0 --- NEWS | 16 ++++++++++++++++ README.md | 6 ++++-- nuget/WinSparkle.nuspec | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index aa32cd89..4f044ead 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,20 @@ +Version 0.8.0 +------------- + +- Added support for modern Edge/WebView2 browser for release notes. +- Added win_sparkle_set_update_dismissed_callback() and + win_sparkle_set_update_postponed_callback() callbacks. +- Added partiaul support for tag. +- Links in release notes now open in user's default browser as they should. +- Added support for Visual Studio 2019 and 2022. +- Added official NuGet package. +- Added support for ARM64 architecture. +- This version drops official support for Windows XP. It may still be possible + to target it with vs*_xp toolsets, but would probably require at least + disabling WebView2. Prebuilt binaries and NuGet package don't support XP. + + Version 0.7.0 ------------- diff --git a/README.md b/README.md index d38595ac..ae526f29 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,10 @@ the [winsparkle.h header](https://github.com/vslavik/winsparkle/blob/master/incl Using prebuilt binaries ------------------------- -The easiest way to use WinSparkle is to download the prebuilt `WinSparkle.dll` -binary. +The easiest way to use WinSparkle is to either download the prebuilt `WinSparkle.dll` +binary from releases or use the `WinSparkle` [NuGet package](https://www.nuget.org/packages/WinSparkle/). +Prebuilt binaries are available for x86, x64 and arm64 platforms. + Bindings ---------- diff --git a/nuget/WinSparkle.nuspec b/nuget/WinSparkle.nuspec index 2e2a15bb..b62d341a 100644 --- a/nuget/WinSparkle.nuspec +++ b/nuget/WinSparkle.nuspec @@ -2,7 +2,7 @@ WinSparkle - 0.8-beta2 + 0.8.0 WinSparkle Vaclav Slavik MIT