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
+19-2Lines changed: 19 additions & 2 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.1.0.0'
9
+
moduleVersion='1.2.0.0'
10
10
11
11
# ID used to uniquely identify this module
12
12
GUID='dc4f3fd0-4e1d-4916-84f8-d0bb89d52507'
@@ -95,7 +95,23 @@ PrivateData = @{
95
95
# IconUri = ''
96
96
97
97
# ReleaseNotes of this module
98
-
# ReleaseNotes = ''
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))
0 commit comments