Update version number and fix errors, plus patchnotes! Woopsie!

This commit is contained in:
Zachary Gorman 2024-08-07 16:39:04 -07:00
parent 2c4ce1bf3a
commit c7ddd76b5a
3 changed files with 6 additions and 2 deletions

View file

@ -12,7 +12,7 @@
RootModule = 'Get-PC.psm1'
# Version number of this module.
ModuleVersion = '0.4.1'
ModuleVersion = '0.4.2'
# Supported PSEditions
# CompatiblePSEditions = @()

View file

@ -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

View file

@ -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!