Skip to content

Commit

Permalink
Releasing version 4.5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kwirkykat committed Feb 20, 2019
1 parent 6845338 commit 587c178
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 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

## 4.5.0.0

- Opt-in to Example publishing to PowerShell Gallery - fixes [Issue #186](https://github.com/PowerShell/StorageDsc/issues/186).
- DiskAccessPath:
- Updated the resource to not assign a drive letter by default when adding
Expand Down
18 changes: 10 additions & 8 deletions StorageDsc.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# RootModule = ''

# Version number of this module.
moduleVersion = '4.4.0.0'
moduleVersion = '4.5.0.0'

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

# ReleaseNotes of this module
ReleaseNotes = '- Refactored module folder structure to move resource to root folder of
repository and remove test harness - fixes [Issue 169](https://github.com/PowerShell/StorageDsc/issues/169).
- Updated Examples to support deployment to PowerShell Gallery scripts.
- Removed limitation on using Pester 4.0.8 during AppVeyor CI.
- Moved the Code of Conduct text out of the README.md and into a
CODE\_OF\_CONDUCT.md file.
- Explicitly removed extra hidden files from release package
ReleaseNotes = '- Opt-in to Example publishing to PowerShell Gallery - fixes [Issue 186](https://github.com/PowerShell/StorageDsc/issues/186).
- DiskAccessPath:
- Updated the resource to not assign a drive letter by default when adding
a disk access path. Adding a Set-Partition -NoDefaultDriveLetter
$NoDefaultDriveLetter block defaulting to true.
When adding access paths the disks will no longer have
drive letters automatically assigned on next reboot which is the desired
behavior - Fixes [Issue 145](https://github.com/PowerShell/StorageDsc/issues/145).
'

Expand Down Expand Up @@ -137,3 +138,4 @@ PrivateData = @{




0 comments on commit 587c178

Please sign in to comment.