From f36b2e8db35b2304b9321acd756820eafba9bb40 Mon Sep 17 00:00:00 2001 From: Karol Kaczmarek Date: Wed, 17 Jun 2015 13:53:17 -0700 Subject: [PATCH] Update readme and module manifest for version 0.3.0.0 --- Modules/xSharePoint/xSharePoint.psd1 | 2 +- README.md | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Modules/xSharePoint/xSharePoint.psd1 b/Modules/xSharePoint/xSharePoint.psd1 index a90337cef..98fdbe045 100644 --- a/Modules/xSharePoint/xSharePoint.psd1 +++ b/Modules/xSharePoint/xSharePoint.psd1 @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '0.2.0' +ModuleVersion = '0.3.0.0' # ID used to uniquely identify this module GUID = '6c1176a0-4fac-4134-8ca2-3fa8a21a7b90' diff --git a/README.md b/README.md index 1d950b7e7..c6e9fc361 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,10 @@ Additional detailed documentation is included on the wiki on GitHub. ## Version History -v0.2.0 - - Initial public release of xSharePoint +### 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