Skip to content

Commit 5339a5b

Browse files
authored
update CHANGELOG.md and module manifest version
1 parent cbe1087 commit 5339a5b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
## 0.1.2
1+
## 0.2.0 (2017-05-03)
2+
- implement Shortcut commands
3+
- implement Shortcut DSC resource
4+
- refactor so that all Invoke-Process* commands use the same algorithm
25

36
## 0.1.1 (2017-01-18)
47
- fix problems handling UNC paths

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','Shortcut.psm1'
77
DscResourcesToExport = '*'
88

99
# Version number of this module.
10-
ModuleVersion = '0.1.2'
10+
ModuleVersion = '0.2.0'
1111

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

0 commit comments

Comments
 (0)