File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
66GUID = ' 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+
You can’t perform that action at this time.
0 commit comments