From 4ff1fc79be2f093320acc0de1d27808d3afcb115 Mon Sep 17 00:00:00 2001 From: laurentiu021 Date: Wed, 3 Jun 2026 14:45:54 +0300 Subject: [PATCH] docs: align CHANGELOG header and csproj version with v1.18.0 tag semantic-release bumped to 1.18.0 (feat: minor bump) but the CHANGELOG entry and csproj were authored as 1.17.5 in the PR. Update both to match the published release tag. --- CHANGELOG.md | 2 +- SysManager/SysManager/SysManager.csproj | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a83326..2851b9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] -## [1.17.5] - 2026-06-03 +## [1.18.0] - 2026-06-03 ### Fixed - **Windows Update install actually works** — replaced PSWindowsUpdate's `Install-WindowsUpdate` with direct calls to the Windows Update Agent COM API (`Microsoft.Update.Session`). PSWindowsUpdate filters out optional driver updates client-side even when the COM API can install them; the new code installs everything WUA reports as available, including drivers, firmware, Defender Definitions, cumulative updates, and feature upgrades. diff --git a/SysManager/SysManager/SysManager.csproj b/SysManager/SysManager/SysManager.csproj index ab93e4c..45c5005 100644 --- a/SysManager/SysManager/SysManager.csproj +++ b/SysManager/SysManager/SysManager.csproj @@ -10,9 +10,9 @@ SysManager true NU1603;NU1701 - 1.17.5 - 1.17.5.0 - 1.17.5.0 + 1.18.0 + 1.18.0.0 + 1.18.0.0 SysManager SysManager — Windows system monitoring toolkit by laurentiu021. Network, updates, health, logs, safe deep cleanup. https://github.com/laurentiu021/SystemManager