From aab42d966945dbc3f41826f826f6f83427fc63f7 Mon Sep 17 00:00:00 2001 From: Sergei Vorobev Date: Fri, 1 May 2015 17:46:45 -0700 Subject: [PATCH] Update versions and README for release --- README.md | 7 +++++++ xWebAdministration.psd1 | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f98a826c5..abbdfed71 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,13 @@ Currently, only FastCgiModule is supported. ## Versions +### 1.5.0.0 + +* xWebsite: + - Fix issue with Get-Website when there are multiple sites. + - Fix issue when trying to add a new website when no websites currently exist. + - Fix typos. + ### 1.4.0.0 Changed Key property in MSFT_xWebConfigKeyValue to be a Key, instead of Required. This allows multiple keys to be configured within the same web.config file. diff --git a/xWebAdministration.psd1 b/xWebAdministration.psd1 index 7656aeec1..fc49f8f32 100644 --- a/xWebAdministration.psd1 +++ b/xWebAdministration.psd1 @@ -1,6 +1,6 @@ @{ # Version number of this module. -ModuleVersion = '1.4.0.0' +ModuleVersion = '1.5.0.0' # ID used to uniquely identify this module GUID = 'b3239f27-d7d3-4ae6-a5d2-d9a1c97d6ae4'