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'