From 34eacc734ec2d427f69e3695bf77b0642f1e8cff Mon Sep 17 00:00:00 2001 From: Katie Keim Date: Wed, 13 Jun 2018 09:47:37 -0700 Subject: [PATCH] Releasing version 1.2.0.0 --- README.md | 2 ++ xWinEventLog.psd1 | 10 +++++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f913359..aa653bc 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ Please check out common DSC Resources [contributing guidelines](https://github.c ## Versions ### Unreleased + +### 1.2.0.0 * Converted appveyor.yml to install Pester from PSGallery instead of from Chocolatey. * Fix PSSA errors. diff --git a/xWinEventLog.psd1 b/xWinEventLog.psd1 index e27a9ac..abe806c 100644 --- a/xWinEventLog.psd1 +++ b/xWinEventLog.psd1 @@ -1,4 +1,4 @@ -# +# # Module manifest for module 'xWinEventLog' # # Generated by: Microsoft Corporation @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '1.1.0.0' +moduleVersion = '1.2.0.0' # ID used to uniquely identify this module GUID = '5b4a0524-9c3f-44d6-933e-717c5c22b16a' @@ -101,7 +101,10 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - # ReleaseNotes = '' + ReleaseNotes = '* Converted appveyor.yml to install Pester from PSGallery instead of from Chocolatey. +* Fix PSSA errors. + +' } # End of PSData hashtable @@ -117,3 +120,4 @@ PrivateData = @{ +