Skip to content

Commit

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

### Unreleased

### 2.3.0.0

* Update appveyor.yml to use the default template.
* Added default template file .gitattributes, and added default settings for
Visual Studio Code.
Expand Down
14 changes: 6 additions & 8 deletions xWebAdministration.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
# Version number of this module.
moduleVersion = '2.2.0.0'
moduleVersion = '2.3.0.0'

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

# ReleaseNotes of this module
ReleaseNotes = '* Added new parameter "Location" to **WebApplcationHandler** extending functionality to address [392]
* Changes to xWebAdministration
* Update section header for WebApplicationHandler in README.
* Fix tests for helper function `Get-LocalizedData` in Helper.Tests.ps1
that referenced the wrong path.
* Remove duplication in MSFT_xWebsite.psm1. [Krzysztof Morcinek (@kmorcinek)](https://github.com/kmorcinek)
* Updates **xIISMimeTypeMapping** to add MIME type mapping for nested paths
ReleaseNotes = '* Update appveyor.yml to use the default template.
* Added default template file .gitattributes, and added default settings for
Visual Studio Code.
* Line endings was fixed in files that was committed with wrong line ending.
'

Expand Down Expand Up @@ -75,3 +72,4 @@ CmdletsToExport = '*'




0 comments on commit b8f7441

Please sign in to comment.