Skip to content

Commit

Permalink
Releasing version 8.9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreenegit committed Aug 7, 2019
1 parent 2bc8900 commit 0933bae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 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

## 8.9.0.0

- MSFT_xRemoteFile:
- Add a retry mechanism when the download fails.
- Fixes #631, typo in SQL connection string property name
Expand Down
15 changes: 5 additions & 10 deletions xPSDesiredStateConfiguration.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
# Version number of this module.
moduleVersion = '8.8.0.0'
moduleVersion = '8.9.0.0'

# ID used to uniquely identify this module
GUID = 'cc8dc021-fa5f-4f96-8ecf-dfd68a6d9d48'
Expand Down Expand Up @@ -52,15 +52,9 @@ All of the resources in the DSC Resource Kit are provided AS IS, and are not sup
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '- Ports fix for the following issue:
[Issue 142](https://github.com/PowerShell/PSDscResources/issues/142)
Fixes issue where MsiPackage Integration tests fail if the test HttpListener
fails to start. Moves the test HttpListener objects to dynamically assigned,
higher numbered ports to avoid conflicts with other services, and also checks
to ensure that the ports are available before using them. Adds checks to
ensure that no outstanding HTTP server jobs are running before attempting to
setup a new one. Also adds additional instrumentation to make it easier to
troubleshoot issues with the test HttpListener objects in the future.
ReleaseNotes = '- MSFT_xRemoteFile:
- Add a retry mechanism when the download fails.
- Fixes 631, typo in SQL connection string property name
'

Expand All @@ -71,3 +65,4 @@ All of the resources in the DSC Resource Kit are provided AS IS, and are not sup




0 comments on commit 0933bae

Please sign in to comment.