Skip to content

Commit f7799ad

Browse files
committed
Releasing version 1.3.0.0
1 parent 88bd797 commit f7799ad

File tree

2 files changed

+22
-16
lines changed

2 files changed

+22
-16
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.3.0.0
6+
57
- Update appveyor.yml to use the default template.
68
- Added default template files .gitattributes, and .vscode settings.
79
- Fixes most PSScriptAnalyzer issues.

xBitlocker.psd1

Lines changed: 20 additions & 16 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.2.0.0'
9+
moduleVersion = '1.3.0.0'
1010

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

9797
# ReleaseNotes of this module
98-
ReleaseNotes = '* Converted appveyor.yml to install Pester from PSGallery instead of from Chocolatey.
99-
* Added Codecov support.
100-
* Updated appveyor.yml to use the one in template.
101-
* Added folders for future unit and integration tests.
102-
* Added Visual Studio Code formatting settings.
103-
* Added .gitignore file.
104-
* Added markdown lint rules.
105-
* Fixed encoding on README.md.
106-
* Added `PowerShellVersion = "4.0"`, and updated copyright information, in the
107-
module manifest.
108-
* Fixed issue which caused Test to incorrectly succeed on fully decrypted volumes when correct Key Protectors were present ([issue 13](https://github.com/PowerShell/xBitlocker/issues/13))
109-
* Fixed issue which caused xBLAutoBitlocker to incorrectly detect Fixed vs Removable volumes. ([issue 11](https://github.com/PowerShell/xBitlocker/issues/11))
110-
* Fixed issue which made xBLAutoBitlocker unable to encrypt volumes with drive letters assigned. ([issue 10](https://github.com/PowerShell/xBitlocker/issues/10))
111-
* Fixed an issue in CheckForPreReqs function where on Server Core the installation of the non existing Windows Feature "RSAT-Feature-Tools-BitLocker-RemoteAdminTool" was erroneously checked. ([issue 8](https://github.com/PowerShell/xBitlocker/issues/8))
112-
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)
113116
114117
'
115118

@@ -127,3 +130,4 @@ PrivateData = @{
127130

128131

129132

133+

0 commit comments

Comments
 (0)