You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xBitlocker.psd1
+20-16Lines changed: 20 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
# RootModule = ''
7
7
8
8
# Version number of this module.
9
-
moduleVersion='1.2.0.0'
9
+
moduleVersion='1.3.0.0'
10
10
11
11
# ID used to uniquely identify this module
12
12
GUID='dc4f3fd0-4e1d-4916-84f8-d0bb89d52507'
@@ -95,21 +95,24 @@ PrivateData = @{
95
95
# IconUri = ''
96
96
97
97
# 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)
0 commit comments