From 91c18f44be0dfa4087348712430f69a30cc35615 Mon Sep 17 00:00:00 2001 From: Daniel Scott-Raynsford Date: Thu, 24 Oct 2019 08:16:58 +1300 Subject: [PATCH] Releasing 2.4.1.0 --- CHANGELOG.md | 2 +- WSManDsc.psd1 | 11 ++--------- appveyor.yml | 2 +- 3 files changed, 4 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60e7c63..ddd5437 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Versions -## Unreleased +## 2.4.1.0 - Added `WSManConfig` to `DscResourcesToExport` in manifest. diff --git a/WSManDsc.psd1 b/WSManDsc.psd1 index d0af867..b5b6b2b 100644 --- a/WSManDsc.psd1 +++ b/WSManDsc.psd1 @@ -4,7 +4,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '2.4.0.0' +ModuleVersion = '2.4.1.0' # ID used to uniquely identify this module GUID = '15a87fbe-766b-4d2c-b856-645fd4a8d275' @@ -96,14 +96,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '- Added .VSCode settings for applying DSC PSSA rules - fixes [Issue #32](https://github.com/PlagueHO/WSManDsc/issues/32). - - Fix minor style issues in hashtable layout. - - Added .gitattributes file to fix bug publishing examples - Fixes [Issue #34](https://github.com/PlagueHO/WSManDsc/issues/34). - - WSManConfig: - - Added new resource to allow configuration of core WS-Man - settings - Fixes [Issue #40](https://github.com/PlagueHO/WSManDsc/issues/40). - - WSManServiceConfig: - - Updated integration tests to latest version of template. + ReleaseNotes = '- Added `WSManConfig` to `DscResourcesToExport` in manifest. ' diff --git a/appveyor.yml b/appveyor.yml index 08d40b8..9c161f6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ #---------------------------------# # environment configuration # #---------------------------------# -version: 2.3.0.{build} +version: 2.4.1.{build} install: - git clone https://github.com/PowerShell/DscResource.Tests