Commit 8f0cbb7 1 parent 0d95523 commit 8f0cbb7 Copy full SHA for 8f0cbb7
File tree 3 files changed +8
-3
lines changed
Sources/DSCPullServerWeb/Properties
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
@ {
2
2
RootModule = ' DSCPullServerWeb.psm1'
3
- ModuleVersion = ' 1.0.0 '
3
+ ModuleVersion = ' 1.0.1 '
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,11 @@ manually on your local system:
96
96
97
97
## Versions
98
98
99
+ ### 1.0.1
100
+
101
+ * Fix empty path in DSC resoruce
102
+ * Change GET /hash to PATCH /checksum
103
+
99
104
### 1.0.0
100
105
101
106
* Initial release
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.0 .0" ) ]
35
- [ assembly: AssemblyFileVersion ( "1.0.0 .0" ) ]
34
+ [ assembly: AssemblyVersion ( "1.0.1 .0" ) ]
35
+ [ assembly: AssemblyFileVersion ( "1.0.1 .0" ) ]
You can’t perform that action at this time.
0 commit comments