From 78efcd863f3ec8a853ff56f9c161462ba29dd256 Mon Sep 17 00:00:00 2001 From: Zachary Gorman Date: Tue, 6 May 2025 15:19:20 -0700 Subject: [PATCH] Incremented version number to 0.4.22 --- Get-PC/Get-PC.psd1 | 2 +- Get-PC/patchnotes.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Get-PC/Get-PC.psd1 b/Get-PC/Get-PC.psd1 index ad868d8..e02a364 100644 --- a/Get-PC/Get-PC.psd1 +++ b/Get-PC/Get-PC.psd1 @@ -12,7 +12,7 @@ RootModule = 'Get-PC.psm1' # Version number of this module. -ModuleVersion = '0.4.21' +ModuleVersion = '0.4.22' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/Get-PC/patchnotes.txt b/Get-PC/patchnotes.txt index ffcfb60..e3d3e6b 100644 --- a/Get-PC/patchnotes.txt +++ b/Get-PC/patchnotes.txt @@ -1,4 +1,4 @@ -Patch +Patch 2025-5-6 -Update Custom SHSApps have more robust detection -Fix SCCM queries return mac address correctly -Add UserProfileBackup has progress bars!