Skip to content

Commit 4aaad63

Browse files
Michael GreeneMichael Greene
authored andcommitted
Releasing version 3.17.0.0
1 parent abb312c commit 4aaad63

2 files changed

Lines changed: 7 additions & 9 deletions

File tree

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+
## 3.17.0.0
6+
57
* MSFT_xVMNetworkAdapter:
68
* Added NetworkSettings to be able to statically set IPAddress.
79
* Added option for Vlan tagging. You can now setup a Network Adapeter as an access switch on a specific Vlan.

xHyper-V.psd1

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
# Version number of this module.
3-
moduleVersion = '3.16.0.0'
3+
moduleVersion = '3.17.0.0'
44

55
# ID used to uniquely identify this module
66
GUID = 'f5a5f169-7026-4053-932a-19a7c37b1ca5'
@@ -47,14 +47,9 @@ PrivateData = @{
4747
# IconUri = ''
4848

4949
# ReleaseNotes of this module
50-
ReleaseNotes = '* MSFT_xVMHyperV:
51-
* Moved localization string data to own file.
52-
* Fixed code styling issues.
53-
* Fixed bug where StartupMemory was not evaluated in Test-TargetResource.
54-
* Redo of abandoned PRs:
55-
* [PR 148](https://github.com/PowerShell/xHyper-V/pull/148), Fixes [Issue 149](https://github.com/PowerShell/xHyper-V/issues/149).
56-
* [PR 67](https://github.com/PowerShell/xHyper-V/pull/67), Fixes [Issue 145](https://github.com/PowerShell/xHyper-V/issues/145).
57-
* Fixed Get throws error when NetworkAdapters are not attached or missing properties.
50+
ReleaseNotes = '* MSFT_xVMNetworkAdapter:
51+
* Added NetworkSettings to be able to statically set IPAddress.
52+
* Added option for Vlan tagging. You can now setup a Network Adapeter as an access switch on a specific Vlan.
5853
5954
'
6055

@@ -77,3 +72,4 @@ PrivateData = @{
7772

7873

7974

75+

0 commit comments

Comments
 (0)