Commit 64251c7 1 parent 5dc4c8a commit 64251c7 Copy full SHA for 64251c7
File tree 3 files changed +7
-3
lines changed
Sources/DSCPullServerWeb/Properties
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
@ {
2
2
RootModule = ' DSCPullServerWeb.psm1'
3
- ModuleVersion = ' 1.0.1 '
3
+ ModuleVersion = ' 1.0.2 '
4
4
GUID = ' B9449D06-0A81-4743-B9A1-33A2D2082DE4'
5
5
Author = ' Claudio Spizzi'
6
6
Copyright = ' Copyright (c) 2016 by Claudio Spizzi. Licensed under MIT license.'
Original file line number Diff line number Diff line change @@ -96,6 +96,10 @@ manually on your local system:
96
96
97
97
## Versions
98
98
99
+ ### 1.0.2
100
+
101
+ * Update the DSC resource removal action
102
+
99
103
### 1.0.1
100
104
101
105
* Fix empty path in DSC resoruce
Original file line number Diff line number Diff line change 31
31
//
32
32
// You can specify all the values or you can default the Revision and Build Numbers
33
33
// 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" ) ]
You can’t perform that action at this time.
0 commit comments