Skip to content

Commit

Permalink
Releasing version 1.11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kwirkykat committed Jun 13, 2018
1 parent adbb94a commit 1262d5d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -164,6 +164,8 @@ Please check out common DSC Resources [contributing guidelines](https://github.c

### Unreleased

### 1.11.0.0

* Changes to xDnsServer
* Updated appveyor.yml to use the default template and add CodeCov support
([issue #73](https://github.com/PowerShell/xActiveDirectory/issues/73)).
Expand Down
25 changes: 16 additions & 9 deletions xDnsServer.psd1
@@ -1,6 +1,6 @@
@{
# Version number of this module.
moduleVersion = '1.10.0.0'
moduleVersion = '1.11.0.0'

# ID used to uniquely identify this module
GUID = '5f70e6a1-f1b2-4ba0-8276-8967d43a7ec2'
Expand Down Expand Up @@ -47,14 +47,20 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Changes to xDnsServerADZone
* Fixed bug introduced by [49](https://github.com/PowerShell/xDnsServer/pull/49). Previously, CimSessions were always used
regardless of connecting to a remote machine or the local machine. Now CimSessions are only utilized when a computername or
computername and credential are used. ([issue 53](https://github.com/PowerShell/xDnsServer/issues/53)).
[Michael Fyffe (@TraGicCode)](https://github.com/TraGicCode)
* Fixed all PSSA rule warnings. [Michael Fyffe (@TraGicCode)](https://github.com/TraGicCode)
* Fix DsAvailable key missing ([66](https://github.com/PowerShell/xDnsServer/issues/66)).
[Claudio Spizzi (@claudiospizzi)](https://github.com/claudiospizzi)
ReleaseNotes = '* Changes to xDnsServer
* Updated appveyor.yml to use the default template and add CodeCov support
([issue 73](https://github.com/PowerShell/xActiveDirectory/issues/73)).
* Adding a Branches section to the README.md with Codecov badges for both
master and dev branch ([issue 73](https://github.com/PowerShell/xActiveDirectory/issues/73)).
* Updated description of resource module in README.md.
* Added resource xDnsServerZoneAging. [Claudio Spizzi (@claudiospizzi)](https://github.com/claudiospizzi)
* Changes to xDnsServerPrimaryZone
* Fix bug in Get-TargetResource that caused the Zone Name to be null
([issue 63](https://github.com/PowerShell/xDnsServer/issues/63)).
[Brandon Padgett (@gerane)](https://github.com/gerane)
* Changes to xDnsRecord
* Added Ptr record support (partly resolves issue 34).
[Reggie Gibson (@regedit32)](https://github.com/regedit32)
'

Expand All @@ -68,3 +74,4 @@ PrivateData = @{




0 comments on commit 1262d5d

Please sign in to comment.