Vers 0.4.23 Updates and fixes to app output

This commit is contained in:
Zachary Gorman 2025-05-28 11:25:13 -07:00
parent 05d25b3033
commit 920949721f
2 changed files with 3 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.22' ModuleVersion = '0.4.23'
# Supported PSEditions # Supported PSEditions
# CompatiblePSEditions = @() # CompatiblePSEditions = @()

View file

@ -1,6 +1,7 @@
Patch Patch 2025-5-28
-Update SCCMQueryBlock uses asset tag to query Spark! -Update SCCMQueryBlock uses asset tag to query Spark!
-Fix SCCM apps report version correctly -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 Patch 2025-5-6
-Update Custom SHSApps have more robust detection -Update Custom SHSApps have more robust detection