Skip to content

Commit 9858716

Browse files
authored
prepare for release 0.1.0
update copyright year update changelog
1 parent ef266f0 commit 9858716

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## 0.1.0 (2017-01-03)
2-
- changes get listed here
2+
- write various riders to characterize expected behavior of the winapicp library and some lower-level Windows API
3+
- implement two interfaces to manipulate Shell Libraries, Shell Library Folders, and their attributes:
4+
- normal PowerShell commands
5+
- DSC resources
6+
- implement a utility to aid in selecting stock icons
7+
- clean up public API
8+
- write main readme.md and getting started documentation
39

410
This changelog is inspired by the
511
[Pester](https://github.com/pester/Pester/blob/master/CHANGELOG.md) file

WindowsShell.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ GUID = '31eacef0-4fab-41fd-ac9e-6c65b0098e1f'
1616
Author = 'alx9r'
1717

1818
# Copyright statement for this module
19-
Copyright = '(c) 2016 Microsoft. All rights reserved.'
19+
Copyright = '(c) 2016-2017 Microsoft. All rights reserved.'
2020

2121
# Description of the functionality provided by this module
2222
# Description = ''

0 commit comments

Comments
 (0)