Skip to content

Commit 64251c7

Browse files
committed
Version 1.0.2
1 parent 5dc4c8a commit 64251c7

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
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.1'
3+
ModuleVersion = '1.0.2'
44
GUID = 'B9449D06-0A81-4743-B9A1-33A2D2082DE4'
55
Author = 'Claudio Spizzi'
66
Copyright = 'Copyright (c) 2016 by Claudio Spizzi. Licensed under MIT license.'

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ manually on your local system:
9696

9797
## Versions
9898

99+
### 1.0.2
100+
101+
* Update the DSC resource removal action
102+
99103
### 1.0.1
100104

101105
* Fix empty path in DSC resoruce

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.1.0")]
35-
[assembly: AssemblyFileVersion("1.0.1.0")]
34+
[assembly: AssemblyVersion("1.0.2.0")]
35+
[assembly: AssemblyFileVersion("1.0.2.0")]

0 commit comments

Comments
 (0)