Skip to content

Commit

Permalink
Releasing version 4.1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kwirkykat committed Jun 1, 2017
1 parent 17643c2 commit 9427a60
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 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.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
18 changes: 5 additions & 13 deletions Modules/xNetworking/xNetworking.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
# Version number of this module.
ModuleVersion = '4.0.0.0'
ModuleVersion = '4.1.0.0'

# ID used to uniquely identify this module
GUID = 'e6647cc3-ce9c-4c86-9eb8-2ee8919bf358'
Expand Down Expand Up @@ -50,18 +50,9 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '- Converted to use AppVeyor.psm1 in DSCResource.Tests repository.
- Converted to use Example and Markdown tests in DSCResource.Tests repository.
- Added CodeCov.io support.
- Added a new example to xDNSServerAddress to clarify setting multiple DNS Servers.
- Fix examples to correct display in auto documentation generation.
- BREAKING CHANGE: Migrated xNetworkAdapter module functionality to xNetAdapterName
resource.
- Added CommonTestHelper module for aiding testing.
- MSFT_xNetAdapterName:
- Created new resource for renaming network adapters.
- Added Find-NetAdapter cmdlet to NetworkingDsc.Common.
- Correct example parameters format to meet style guidelines.
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 @@ -76,3 +67,4 @@ PrivateData = @{




0 comments on commit 9427a60

Please sign in to comment.