From 4e682000e3636b18b389db0e9209812d911d0a9c Mon Sep 17 00:00:00 2001 From: Karol Kaczmarek Date: Fri, 24 Jul 2015 10:29:06 -0700 Subject: [PATCH] Update readme and module manifest for version 0.4.0.0 --- Modules/xSharePoint/xSharePoint.psd1 | 2 +- README.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Modules/xSharePoint/xSharePoint.psd1 b/Modules/xSharePoint/xSharePoint.psd1 index 8dc4676d2..53f4c970d 100644 --- a/Modules/xSharePoint/xSharePoint.psd1 +++ b/Modules/xSharePoint/xSharePoint.psd1 @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '0.3.0.0' +ModuleVersion = '0.4.0.0' # ID used to uniquely identify this module GUID = '6c1176a0-4fac-4134-8ca2-3fa8a21a7b90' diff --git a/README.md b/README.md index c6e9fc361..ffce23ba8 100644 --- a/README.md +++ b/README.md @@ -66,10 +66,19 @@ Additional detailed documentation is included on the wiki on GitHub. ## Version History +### Unreleased + + +### 0.4.0.0 + +*Fixed issue with nested modules’ cmdlets not being found + ### 0.3.0.0 + * Fixed issue with detection of Identity Extensions in xSPInstallPrereqs resource * Changes to comply with PSScriptAnalyzer rules ### 0.2.0 + * Initial public release of xSharePoint