diff --git a/Get-PC/Get-PC.psd1 b/Get-PC/Get-PC.psd1 index e02a364..33b5a1c 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.22' +ModuleVersion = '0.4.23' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/Get-PC/patchnotes.txt b/Get-PC/patchnotes.txt index f5bf304..534c58e 100644 --- a/Get-PC/patchnotes.txt +++ b/Get-PC/patchnotes.txt @@ -1,6 +1,7 @@ -Patch +Patch 2025-5-28 -Update SCCMQueryBlock uses asset tag to query Spark! -Fix SCCM apps report version correctly +-Update Apps only display the first 40 characters of a name so output fits better Patch 2025-5-6 -Update Custom SHSApps have more robust detection