From d4e7112a0a37cf20a169588c1afa878057e93adc Mon Sep 17 00:00:00 2001 From: stephanevg Date: Sat, 19 Oct 2019 22:59:31 +0200 Subject: [PATCH] Updated module metadata --- Change_Log.md | 10 +++++++++- PSHTML/PSHTML.psd1 | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Change_Log.md b/Change_Log.md index c9e50657..b31da31b 100644 --- a/Change_Log.md +++ b/Change_Log.md @@ -2,7 +2,15 @@ The latest version of the help documentation is directly available [Here](https://pshtml.readthedocs.io/en/latest/) -## v0.8.0 (in progress) +## v0.8.1 +Added the following functions: +-> Write-PSHTMLMenu +-> Added Enum PSHTMLCOLOR +-> Renamed [COLOR] to [COLORFACTORY] +-> Plenty of Minor fixes +-> Increased code coverage to 75% + +## v0.8.0 ### General - Added support for MacOS (yay!) diff --git a/PSHTML/PSHTML.psd1 b/PSHTML/PSHTML.psd1 index 22a57642..dc2c993e 100644 --- a/PSHTML/PSHTML.psd1 +++ b/PSHTML/PSHTML.psd1 @@ -128,7 +128,7 @@ PrivateData = @{ ReleaseNotes = 'https://github.com/Stephanevg/PSHTML/blob/master/Change_Log.md' # Prerelease string of this module - Prerelease = 'alpha' + #Prerelease = '' # Flag to indicate whether the module requires explicit user acceptance for install/update/save # RequireLicenseAcceptance = $false