Skip to content

Commit c583eb1

Browse files
authored
bump version number (#6)
1 parent 2f12561 commit c583eb1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.1
2+
- fix problems handling UNC paths
3+
- improve documentation
4+
15
## 0.1.0 (2017-01-03)
26
- write various riders to characterize expected behavior of the winapicp library and some lower-level Windows API
37
- implement two interfaces to manipulate Shell Libraries, Shell Library Folders, and their attributes:

WindowsShell.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ NestedModules = 'ShellLibrary.psm1','ShellLibraryFolder.psm1'
77
DscResourcesToExport = '*'
88

99
# Version number of this module.
10-
ModuleVersion = '0.1.0'
10+
ModuleVersion = '0.1.1'
1111

1212
# ID used to uniquely identify this module
1313
GUID = '31eacef0-4fab-41fd-ac9e-6c65b0098e1f'

0 commit comments

Comments
 (0)