Skip to content

Commit cd15c1a

Browse files
committed
Releasing version 2.5.0.0
1 parent 64d7a95 commit cd15c1a

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,8 @@ This resource manages the IIS configuration section locking (overrideMode) to co
320320

321321
### Unreleased
322322

323+
### 2.5.0.0
324+
323325
* Added SiteId to xWebSite to address [396]
324326
* xWebSite: Full path is used to get list of default documents
325327
* xIISLogging: Added support for LogTargetW3C

xWebAdministration.psd1

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
# Version number of this module.
3-
moduleVersion = '2.4.0.0'
3+
moduleVersion = '2.5.0.0'
44

55
# ID used to uniquely identify this module
66
GUID = 'b3239f27-d7d3-4ae6-a5d2-d9a1c97d6ae4'
@@ -41,7 +41,10 @@ PrivateData = @{
4141
# IconUri = ''
4242

4343
# ReleaseNotes of this module
44-
ReleaseNotes = '* Explicitly removed extra hidden files from release package
44+
ReleaseNotes = '* Added SiteId to xWebSite to address [396]
45+
* xWebSite: Full path is used to get list of default documents
46+
* xIISLogging: Added support for LogTargetW3C
47+
* xWebsite: Added support for LogTargetW3C
4548
4649
'
4750

@@ -71,3 +74,4 @@ CmdletsToExport = '*'
7174

7275

7376

77+

0 commit comments

Comments
 (0)