diff --git a/README.md b/README.md index 13fe1abd..204cacf4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build status](https://ci.appveyor.com/api/projects/status/1j95juvceu39ekm7/branch/master?svg=true)](https://ci.appveyor.com/project/PowerShell/xstorage/branch/master) +[![Build status](https://ci.appveyor.com/api/projects/status/1j95juvceu39ekm7/branch/master?svg=true)](https://ci.appveyor.com/project/PowerShell/xstorage/branch/master) # xStorage @@ -88,16 +88,11 @@ Versions This module was previously named **xDisk**, the version is regressing to a ".1" release with the addition of xMountImage. -**1.0** (as xDisk) - -* Initial release with the following resources - * xDisk - * xWaitforDisk - -**0.1.0.0** (revert to version 0.1 as updated standard for new modules and rename to xStorage) - -- Introduce new resource - - xMountImage +### 1.0.0.0 +* Initial release of xStorage module with following resources (contains resources from deprecated xDisk module): +* xDisk (from xDisk) +* xMountImage +* xWaitForDisk (from xDisk) Examples -------- diff --git a/xStorage.psd1 b/xStorage.psd1 index c5cbfcf5..8d6f7415 100644 --- a/xStorage.psd1 +++ b/xStorage.psd1 @@ -10,7 +10,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '0.1.0.0' +ModuleVersion = '1.0.0.0' # ID used to uniquely identify this module GUID = '00d73ca1-58b5-46b7-ac1a-5bfcf5814faf'