Skip to content

Commit

Permalink
Merge pull request #35 from PowerShell/dev
Browse files Browse the repository at this point in the history
Update release notes for Release 3.2.0.0
  • Loading branch information
kwirkykat authored Jun 1, 2017
2 parents 71b1be5 + 2020b72 commit adbc92c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
11 changes: 5 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@

## Unreleased

- Fixed xDFSNamespaceServerConfiguration by converting LocalHost to ComputerName
instead.
- 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.

## 3.2.0.0

- Converted AppVeyor.yml to pull Pester from PSGallery instead of Chocolatey.
Expand All @@ -25,6 +19,11 @@
- Correct parameter block format to meet guidelines.
- Replaced all type accelerators with full type names.
- Updated Readme.md to contain resource list.
- Fixed xDFSNamespaceServerConfiguration by converting LocalHost to ComputerName
instead.
- 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.

## 3.1.0.0

Expand Down
6 changes: 5 additions & 1 deletion Modules/xDFS/xDFS.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,11 @@
- Correct parameter block format to meet guidelines.
- Replaced all type accelerators with full type names.
- Updated Readme.md to contain resource list.
- Fixed xDFSNamespaceServerConfiguration by converting LocalHost to ComputerName
instead.
- 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.
'
} # End of PSData hashtable
} # End of PrivateData hashtable
Expand Down

0 comments on commit adbc92c

Please sign in to comment.