From 920949721fa72850472324c5445f1e88d23fd02d Mon Sep 17 00:00:00 2001 From: Zachary Gorman Date: Wed, 28 May 2025 11:25:13 -0700 Subject: [PATCH] Vers 0.4.23 Updates and fixes to app output --- Get-PC/Get-PC.psd1 | 2 +- Get-PC/patchnotes.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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