Updated patchnotes and version number for publishing
This commit is contained in:
parent
00d4adfe7b
commit
96c7c6244b
|
|
@ -12,7 +12,7 @@
|
|||
RootModule = 'Get-PC.psm1'
|
||||
|
||||
# Version number of this module.
|
||||
ModuleVersion = '0.4.2'
|
||||
ModuleVersion = '0.4.3'
|
||||
|
||||
# Supported PSEditions
|
||||
# CompatiblePSEditions = @()
|
||||
|
|
|
|||
|
|
@ -1,3 +1,10 @@
|
|||
Patch: 2024-08-14
|
||||
-Add CMDB fallback added when hostname not in SCCM
|
||||
-Fix Get-Hostname to query cmdb for asset tags if not in SCCM
|
||||
-SCCM fallback in BatchInvokes queries CMDB now
|
||||
-Fix Resources reports RAM usage correctly when more than one stick is installed
|
||||
-Fix Resources utilizes output pipeline
|
||||
|
||||
Patch: 2024-08-07
|
||||
-Remove Spark! interface
|
||||
-Add proper ITSM interface provided by Sean in Prod Get-Pc
|
||||
|
|
|
|||
Loading…
Reference in a new issue