Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiospizzi committed Jan 18, 2017
1 parent e59e307 commit 67d9de8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Modules/DSCPullServerWeb/DSCPullServerWeb.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
RootModule = 'DSCPullServerWeb.psm1'
ModuleVersion = '1.0.2'
ModuleVersion = '1.1.0'
GUID = 'B9449D06-0A81-4743-B9A1-33A2D2082DE4'
Author = 'Claudio Spizzi'
Copyright = 'Copyright (c) 2016 by Claudio Spizzi. Licensed under MIT license.'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Configuration DSCPullServerWithWeb

Import-DscResource -ModuleName PSDesiredStateConfiguration -ModuleVersion 1.1
Import-DscResource -ModuleName xPSDesiredStateConfiguration -ModuleVersion 5.1.0.0
Import-DscResource -ModuleName DSCPullServerWeb -ModuleVersion 1.0.2
Import-DscResource -ModuleName DSCPullServerWeb -ModuleVersion 1.1.0

Node 'localhost'
{
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,13 @@ Refer to the following example to install the website on your DSC pull server:

## Versions

### Unreleased
### 1.1.0

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

### 1.0.2

Expand Down
4 changes: 2 additions & 2 deletions Sources/DSCPullServerWeb/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.2.0")]
[assembly: AssemblyFileVersion("1.0.2.0")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]

0 comments on commit 67d9de8

Please sign in to comment.