Skip to content

Commit ebb676e

Browse files
committed
Releasing version 1.4.0.0
1 parent 121b364 commit ebb676e

File tree

2 files changed

+9
-19
lines changed

2 files changed

+9
-19
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 1.4.0.0
6+
57
- Change double quoted string literals to single quotes
68
- Add spaces between array members
79
- Add spaces between variable types and variable names

xBitlocker.psd1

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# RootModule = ''
77

88
# Version number of this module.
9-
moduleVersion = '1.3.0.0'
9+
moduleVersion = '1.4.0.0'
1010

1111
# ID used to uniquely identify this module
1212
GUID = 'dc4f3fd0-4e1d-4916-84f8-d0bb89d52507'
@@ -95,24 +95,11 @@ PrivateData = @{
9595
# IconUri = ''
9696

9797
# ReleaseNotes of this module
98-
ReleaseNotes = '- Update appveyor.yml to use the default template.
99-
- Added default template files .gitattributes, and .vscode settings.
100-
- Fixes most PSScriptAnalyzer issues.
101-
- Fix issue where AutoUnlock is not set if requested, if the disk was
102-
originally encrypted and AutoUnlock was not used.
103-
- Add remaining Unit Tests for xBitlockerCommon.
104-
- Add Unit tests for MSFT_xBLTpm
105-
- Add remaining Unit Tests for xBLAutoBitlocker
106-
- Add Unit tests for MSFT_xBLBitlocker
107-
- Moved change log to CHANGELOG.md file
108-
- Fixed Markdown validation warnings in README.md
109-
- Added .MetaTestOptIn.json file to root of module
110-
- Add Integration Tests for module resources
111-
- Rename functions with improper Verb-Noun constructs
112-
- Add comment based help to any functions without it
113-
- Update Schema.mof Description fields
114-
- Fixes issue where Switch parameters are passed to Enable-Bitlocker even if
115-
the corresponding DSC resource parameter was set to False (Issue 12)
98+
ReleaseNotes = '- Change double quoted string literals to single quotes
99+
- Add spaces between array members
100+
- Add spaces between variable types and variable names
101+
- Add spaces between comment hashtag and comments
102+
- Explicitly removed extra hidden files from release package
116103
117104
'
118105

@@ -131,3 +118,4 @@ PrivateData = @{
131118

132119

133120

121+

0 commit comments

Comments
 (0)