Skip to content

Commit 67d9de8

Browse files
committed
Version 1.1.0
1 parent e59e307 commit 67d9de8

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

Modules/DSCPullServerWeb/DSCPullServerWeb.psd1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
RootModule = 'DSCPullServerWeb.psm1'
3-
ModuleVersion = '1.0.2'
3+
ModuleVersion = '1.1.0'
44
GUID = 'B9449D06-0A81-4743-B9A1-33A2D2082DE4'
55
Author = 'Claudio Spizzi'
66
Copyright = 'Copyright (c) 2016 by Claudio Spizzi. Licensed under MIT license.'

Modules/DSCPullServerWeb/Examples/DscPullServerWeb_Configuration.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Configuration DSCPullServerWithWeb
1414

1515
Import-DscResource -ModuleName PSDesiredStateConfiguration -ModuleVersion 1.1
1616
Import-DscResource -ModuleName xPSDesiredStateConfiguration -ModuleVersion 5.1.0.0
17-
Import-DscResource -ModuleName DSCPullServerWeb -ModuleVersion 1.0.2
17+
Import-DscResource -ModuleName DSCPullServerWeb -ModuleVersion 1.1.0
1818

1919
Node 'localhost'
2020
{

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,13 @@ Refer to the following example to install the website on your DSC pull server:
104104

105105
## Versions
106106

107-
### Unreleased
107+
### 1.1.0
108108

109109
* Add Windows Firewall rule for the DSC Pull Server Web port
110110
* Change target .NET Framework from v4.5.2 to v4.5. to match the pre-installed
111-
.NET Framework on Windows Server 2012 and higher.
111+
version on Windows Server 2012 and later
112112
* Implement IIS Windows Authentication configuration
113+
* Add a confirm dialog before deleting configurations and modules
113114

114115
### 1.0.2
115116

Sources/DSCPullServerWeb/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
//
3232
// You can specify all the values or you can default the Revision and Build Numbers
3333
// by using the '*' as shown below:
34-
[assembly: AssemblyVersion("1.0.2.0")]
35-
[assembly: AssemblyFileVersion("1.0.2.0")]
34+
[assembly: AssemblyVersion("1.1.0.0")]
35+
[assembly: AssemblyFileVersion("1.1.0.0")]

0 commit comments

Comments
 (0)