Skip to content

Commit 1bd93ed

Browse files
committed
Releasing version 1.2.0.0
1 parent c83785e commit 1bd93ed

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ Defaults to false.
121121

122122
### Unreleased
123123

124+
### 1.2.0.0
125+
124126
* Converted appveyor.yml to install Pester from PSGallery instead of from Chocolatey.
125127
* Added Codecov support.
126128
* Updated appveyor.yml to use the one in template.

xBitlocker.psd1

Lines changed: 19 additions & 2 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.1.0.0'
9+
moduleVersion = '1.2.0.0'
1010

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

9797
# 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))
112+
113+
114+
'
99115

100116
} # End of PSData hashtable
101117

@@ -110,3 +126,4 @@ PrivateData = @{
110126
}
111127

112128

129+

0 commit comments

Comments
 (0)