Skip to content

Commit

Permalink
Releasing version 2.6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kwirkykat authored and Gregory Storme committed Feb 14, 2020
1 parent f0d0d84 commit 8e7570e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,7 @@ This resource manages the IIS configuration section locking (overrideMode) to co
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
* Added missing settings for **xWebAppPoolDefaults**. Fixes #105.

* Added missing settings for **xWebAppPoolDefaults**. Fixes #105.
Expand All @@ -416,6 +417,10 @@ This resource manages the IIS configuration section locking (overrideMode) to co
* Helper: Fixed subject comparison for multiple entries
>>>>>>> Fixed subject comparison
=======
=======

### 2.6.0.0
>>>>>>> Releasing version 2.6.0.0
* Fix subject comparison multiple entries for helper function `Find-Certificate` that could not find the test
helper function `Install-NewSelfSignedCertificateExScript`.
* Updated unit test for helper function `Find-Certificate` to check for multiple
Expand Down
11 changes: 6 additions & 5 deletions xWebAdministration.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
# Version number of this module.
moduleVersion = '2.5.0.0'
moduleVersion = '2.6.0.0'

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

# ReleaseNotes of this module
ReleaseNotes = '* Added SiteId to xWebSite to address [396]
* xWebSite: Full path is used to get list of default documents
* xIISLogging: Added support for LogTargetW3C
* xWebsite: Added support for LogTargetW3C
ReleaseNotes = '* Fix subject comparison multiple entries for helper function `Find-Certificate` that could not find the test
helper function `Install-NewSelfSignedCertificateExScript`.
* Updated unit test for helper function `Find-Certificate` to check for multiple
subject names in different orders.
'

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




0 comments on commit 8e7570e

Please sign in to comment.