From 03b46415959ac7a1cdade5b8ffe4c8bbeadf66b9 Mon Sep 17 00:00:00 2001 From: Stuart Meeks Date: Wed, 19 Aug 2026 14:04:46 +0000 Subject: [PATCH] chore(deps): bump all NuGet references to latest stable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refresh every out-of-date package to its current latest stable, and keep the release job's pinned nbgv CLI in sync with the Nerdbank.GitVersioning package: Nerdbank.GitVersioning 3.10.85 -> 3.10.91 Microsoft.Data.Sqlite 10.0.9 -> 10.0.11 Microsoft.Extensions.DependencyInjection 10.0.9 -> 10.0.11 Microsoft.Web.WebView2 1.0.4022.49 -> 1.0.4129.50 Microsoft.Windows.SDK.BuildTools 10.0.28000.2270 -> 10.0.28000.2526 Microsoft.WindowsAppSDK 2.2.0 -> 2.4.0 Spectre.Console 0.57.1 -> 0.57.2 Microsoft.NET.Test.Sdk 18.7.0 -> 18.9.0 xunit.runner.visualstudio 3.1.5 -> 4.0.0 Everything else is already on its latest stable. Spectre.Console.Cli stays at 0.55.0 (still no newer stable). xunit stays at 2.9.3; runner 4.0.0 still runs xunit v1/v2/v3, so the major bump is safe. The SQLitePCLRaw advisory suppression stays too — Microsoft.Data.Sqlite 10.0.11 still resolves SQLitePCLRaw 2.1.12. All 372 tests pass and the full solution — including the WinUI head on Windows App SDK 2.4.0 — builds clean with no warnings on the Windows head. Co-Authored-By: Claude Opus 5 (1M context) --- .github/workflows/release.yml | 2 +- CHANGELOG.md | 5 +++++ Directory.Packages.props | 20 ++++++++++---------- 3 files changed, 16 insertions(+), 11 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 75cf939..85f9fe5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: # Nerdbank.GitVersioning package so the CLI's version math matches the # assembly stamping. --allow-downgrade keeps this deterministic if the # hosted runner ever preinstalls a newer nbgv than we pin. - run: dotnet tool install --global nbgv --version 3.10.85 --allow-downgrade + run: dotnet tool install --global nbgv --version 3.10.91 --allow-downgrade - name: Derive version + channel from NBGV id: meta diff --git a/CHANGELOG.md b/CHANGELOG.md index ff4c2d0..01ad917 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed +- Refreshed dependencies to their latest stable releases, including the Windows + App SDK (2.4.0), WebView2, the Windows SDK build tools, SQLite, the dependency + injection container, Spectre.Console and the test tooling. + ## [1.1.0] - 2026-07-01 ### Added diff --git a/Directory.Packages.props b/Directory.Packages.props index 4086367..d8e6811 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -7,7 +7,7 @@ - + @@ -19,7 +19,7 @@ - + @@ -27,27 +27,27 @@ - - - - + + + + + Spectre.Console moves to 0.57.2. Realign them when a newer Cli ships. --> - + - + - +