Skip to content

Commit

Permalink
Releasing version 2.1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kwirkykat committed Jul 25, 2018
1 parent 50177b9 commit 6501119
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,8 @@ This resource manages the IIS configuration section locking (overrideMode) to co

### Unreleased

### 2.1.0.0

* Added new resources **xWebConfigProperty** and **xWebConfigPropertyCollection** extending functionality provided by **xWebConfigKeyValue**, addresses #249.
* Fixed Get-DscConfiguration throw in xWebSite; addresses [#372](https://github.com/PowerShell/xWebAdministration/issues/372). [Reggie Gibson (@regedit32)](https://github.com/regedit32)
* Added **WebApplicationHandler** resource for creating and modifying IIS Web Handlers. Fixes #337
Expand Down
19 changes: 8 additions & 11 deletions xWebAdministration.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
# Version number of this module.
moduleVersion = '2.0.0.0'
moduleVersion = '2.1.0.0'

# ID used to uniquely identify this module
GUID = 'b3239f27-d7d3-4ae6-a5d2-d9a1c97d6ae4'
Expand Down Expand Up @@ -41,16 +41,12 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Changes to xWebAdministration
* Moved file Codecov.yml that was added to the wrong path in previous release.
* Updated **xWebSite** to include ability to manage custom logging fields.
[Reggie Gibson (@regedit32)](https://github.com/regedit32)
* Updated **xIISLogging** to include ability to manage custom logging fields
([issue 267](https://github.com/PowerShell/xWebAdministration/issues/267)).
[@ldillonel](https://github.com/ldillonel)
* BREAKING CHANGE: Updated **xIisFeatureDelegation** to be able to manage any
configuration section.
[Reggie Gibson (@regedit32)](https://github.com/regedit32)
ReleaseNotes = '* Added new resources **xWebConfigProperty** and **xWebConfigPropertyCollection** extending functionality provided by **xWebConfigKeyValue**, addresses 249.
* Fixed Get-DscConfiguration throw in xWebSite; addresses [372](https://github.com/PowerShell/xWebAdministration/issues/372). [Reggie Gibson (@regedit32)](https://github.com/regedit32)
* Added **WebApplicationHandler** resource for creating and modifying IIS Web Handlers. Fixes 337
* Added **WebApplicationHandler** integration tests
* Added **WebApplicationHandler** unit tests
* Deprecated xIISHandler resource. This resource will be removed in future release
'

Expand All @@ -76,3 +72,4 @@ CmdletsToExport = '*'




0 comments on commit 6501119

Please sign in to comment.