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 = '*' +