Update version number and fix errors, plus patchnotes! Woopsie!
This commit is contained in:
parent
2c4ce1bf3a
commit
c7ddd76b5a
|
|
@ -12,7 +12,7 @@
|
||||||
RootModule = 'Get-PC.psm1'
|
RootModule = 'Get-PC.psm1'
|
||||||
|
|
||||||
# Version number of this module.
|
# Version number of this module.
|
||||||
ModuleVersion = '0.4.1'
|
ModuleVersion = '0.4.2'
|
||||||
|
|
||||||
# Supported PSEditions
|
# Supported PSEditions
|
||||||
# CompatiblePSEditions = @()
|
# CompatiblePSEditions = @()
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
#region Module Import Block
|
#region Module Import Block
|
||||||
|
|
||||||
#$ErrorActionPreference = 'SilentlyContinue'
|
$ErrorActionPreference = 'SilentlyContinue'
|
||||||
#DevStage can take either Dev or Prod as values
|
#DevStage can take either Dev or Prod as values
|
||||||
$devStage = 'Dev'
|
$devStage = 'Dev'
|
||||||
#Locations for dev build and prod build
|
#Locations for dev build and prod build
|
||||||
|
|
|
||||||
|
|
@ -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
|
Patch: 2024-08-02
|
||||||
-Remove references to LANDesk
|
-Remove references to LANDesk
|
||||||
-Add interface to CMDB via Spark!
|
-Add interface to CMDB via Spark!
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue