Skip to content

Commit

Permalink
Releasing version 3.1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kwirkykat committed Jun 1, 2017
1 parent badd67e commit 9f7a2cf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 36 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 3.1.0.0

- Added integration test to test for conflicts with other common resource kit modules.
- Prevented ResourceHelper and Common module cmdlets from being exported to resolve
conflicts with other resource modules.
Expand Down
41 changes: 5 additions & 36 deletions Modules/xStorage/xStorage.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# RootModule = ''

# Version number of this module.
ModuleVersion = '3.0.0.0'
ModuleVersion = '3.1.0.0'

# ID used to uniquely identify this module
GUID = '00d73ca1-58b5-46b7-ac1a-5bfcf5814faf'
Expand Down Expand Up @@ -102,41 +102,9 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '- Converted AppVeyor build process to use AppVeyor.psm1.
- Added support for auto generating wiki, help files, markdown linting
and checking examples.
- Correct name of MSFT_xDiskAccessPath.tests.ps1.
- Move shared modules into Modules folder.
- Fixed unit tests.
- Removed support for WMI cmdlets.
- Opted in to Markdown and Example tests.
- Added CodeCov.io support.
- Removed requirement on using Pester 3.4.6 because Pester bug fixed in 4.0.3.
- Fixed unit tests for MSFT_xDiskAccessPath resource to be compatible with
Pester 4.0.3.
- xDisk:
- BREAKING CHANGE: Renamed parameter DiskNumber to DiskId to enable it to
contain either DiskNumber or UniqueId - See [Issue 81](https://github.com/PowerShell/xStorage/issues/81).
- Added DiskIdType parameter to enable specifying the type of identifer
the DiskId parameter contains - See [Issue 81](https://github.com/PowerShell/xStorage/issues/81).
- Changed to use xDiskAccessPath pattern to fix issue with Windows Server
2016 - See [Issue 80](https://github.com/PowerShell/xStorage/issues/80).
- Fixed style violations in xDisk.
- Fixed issue when creating multiple partitions on a single disk with no size
specified - See [Issue 86](https://github.com/PowerShell/xStorage/issues/86).
- xDiskAccessPath:
- BREAKING CHANGE: Renamed parameter DiskNumber to DiskId to
enable it to contain either DiskNumber or UniqueId - See [Issue 81](https://github.com/PowerShell/xStorage/issues/81).
- Added DiskIdType parameter to enable specifying the type
of identifer the DiskId parameter contains - See [Issue 81](https://github.com/PowerShell/xStorage/issues/81).
- Fixed incorrect logging messages when changing volume label.
- Fixed issue when creating multiple partitions on a single disk with no size
specified - See [Issue 86](https://github.com/PowerShell/xStorage/issues/86).
- xWaitForDisk:
- BREAKING CHANGE: Renamed parameter DiskNumber to DiskId to
enable it to contain either DiskNumber or UniqueId - See [Issue 81](https://github.com/PowerShell/xStorage/issues/81).
- Added DiskIdType parameter to enable specifying the type
of identifer the DiskId parameter contains - See [Issue 81](https://github.com/PowerShell/xStorage/issues/81).
ReleaseNotes = '- Added integration test to test for conflicts with other common resource kit modules.
- Prevented ResourceHelper and Common module cmdlets from being exported to resolve
conflicts with other resource modules.
'

Expand All @@ -156,3 +124,4 @@ PrivateData = @{




0 comments on commit 9f7a2cf

Please sign in to comment.