From 0b60a44eea60673f883544ecbf5cd294ecc750a8 Mon Sep 17 00:00:00 2001 From: Katie Kragenbrink Date: Wed, 9 Jan 2019 13:50:54 -0800 Subject: [PATCH] Releasing version 2.4.0.0 --- README.md | 2 ++ xWebAdministration.psd1 | 8 +++----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4ea863991..395cbd13a 100644 --- a/README.md +++ b/README.md @@ -317,6 +317,8 @@ This resource manages the IIS configuration section locking (overrideMode) to co ### Unreleased +### 2.4.0.0 + * Explicitly removed extra hidden files from release package ### 2.3.0.0 diff --git a/xWebAdministration.psd1 b/xWebAdministration.psd1 index 3dd6872e9..4930a1a5e 100644 --- a/xWebAdministration.psd1 +++ b/xWebAdministration.psd1 @@ -1,6 +1,6 @@ @{ # Version number of this module. -moduleVersion = '2.3.0.0' +moduleVersion = '2.4.0.0' # ID used to uniquely identify this module GUID = 'b3239f27-d7d3-4ae6-a5d2-d9a1c97d6ae4' @@ -41,10 +41,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Update appveyor.yml to use the default template. -* Added default template file .gitattributes, and added default settings for - Visual Studio Code. -* Line endings was fixed in files that was committed with wrong line ending. + ReleaseNotes = '* Explicitly removed extra hidden files from release package ' @@ -73,3 +70,4 @@ CmdletsToExport = '*' +