diff --git a/Get-PC.psd1 b/Get-PC.psd1 index f08bfab..277f8f3 100644 --- a/Get-PC.psd1 +++ b/Get-PC.psd1 @@ -12,7 +12,7 @@ RootModule = 'Get-PC.psm1' # Version number of this module. -ModuleVersion = '0.4.1' +ModuleVersion = '0.4.2' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/Public/Get-PC.ps1 b/Public/Get-PC.ps1 index ecd97c0..e69379f 100644 --- a/Public/Get-PC.ps1 +++ b/Public/Get-PC.ps1 @@ -4,7 +4,7 @@ #region Module Import Block -#$ErrorActionPreference = 'SilentlyContinue' +$ErrorActionPreference = 'SilentlyContinue' #DevStage can take either Dev or Prod as values $devStage = 'Dev' #Locations for dev build and prod build diff --git a/patchnotes.txt b/patchnotes.txt index 4642188..75b2750 100644 --- a/patchnotes.txt +++ b/patchnotes.txt @@ -1,3 +1,7 @@ +Patch: 2024-08-07 +-Remove Spark! interface +-Add proper ITSM interface provided by Sean in Prod Get-Pc + Patch: 2024-08-02 -Remove references to LANDesk -Add interface to CMDB via Spark!