Incremented version number to 0.4.22

This commit is contained in:
Zachary Gorman 2025-05-06 15:19:20 -07:00
parent d5821e17a5
commit 78efcd863f
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@
RootModule = 'Get-PC.psm1' RootModule = 'Get-PC.psm1'
# Version number of this module. # Version number of this module.
ModuleVersion = '0.4.21' ModuleVersion = '0.4.22'
# Supported PSEditions # Supported PSEditions
# CompatiblePSEditions = @() # CompatiblePSEditions = @()

View file

@ -1,4 +1,4 @@
Patch Patch 2025-5-6
-Update Custom SHSApps have more robust detection -Update Custom SHSApps have more robust detection
-Fix SCCM queries return mac address correctly -Fix SCCM queries return mac address correctly
-Add UserProfileBackup has progress bars! -Add UserProfileBackup has progress bars!