Skip to content

Commit 8f0cbb7

Browse files
committed
Version 1.0.1
1 parent 0d95523 commit 8f0cbb7

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-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.0'
3+
ModuleVersion = '1.0.1'
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

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

9797
## Versions
9898

99+
### 1.0.1
100+
101+
* Fix empty path in DSC resoruce
102+
* Change GET /hash to PATCH /checksum
103+
99104
### 1.0.0
100105

101106
* Initial release

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

0 commit comments

Comments
 (0)