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!