From c7ddd76b5ab198ce861c39b0cb661eb6c823857d Mon Sep 17 00:00:00 2001 From: Zachary Gorman Date: Wed, 7 Aug 2024 16:39:04 -0700 Subject: [PATCH] Update version number and fix errors, plus patchnotes! Woopsie! --- Get-PC.psd1 | 2 +- Public/Get-PC.ps1 | 2 +- patchnotes.txt | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) 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!