Skip to content
This repository was archived by the owner on Oct 21, 2023. It is now read-only.

Commit 37db856

Browse files
authored
!deploy v2.8.1
## 2.8.1 - 2019-08-24 * Miscellaneous * Updated Package name casing on the PowerShell Gallery from `Vaporshell` to `VaporShell` to fix module importing on Linux. * Brought Resource Type and Property Type functions up to current spec sheet.
2 parents 52d9017 + a42f895 commit 37db856

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
<!-- TOC -->
44

5+
* [2.8.1 - 2019-08-24](#281---2019-08-24)
56
* [2.8.0 - 2019-08-08](#280---2019-08-08)
67
* [2.7.3 - 2019-04-16](#273---2019-04-16)
78
* [2.7.2 - 2019-04-16](#272---2019-04-16)
@@ -45,6 +46,12 @@
4546

4647
<!-- /TOC -->
4748

49+
## 2.8.1 - 2019-08-24
50+
51+
* Miscellaneous
52+
* Updated Package name casing on the PowerShell Gallery from `Vaporshell` to `VaporShell` to fix module importing on Linux.
53+
* Brought Resource Type and Property Type functions up to current spec sheet.
54+
4855
## 2.8.0 - 2019-08-08
4956

5057
* [Issue #57](https://github.com/scrthq/PSGSuite/issues/57)

VaporShell/VaporShell.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'VaporShell.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '2.8.0'
15+
ModuleVersion = '2.8.1'
1616

1717
# ID used to uniquely identify this module
1818
GUID = 'd526494c-6e59-41ff-ad05-eedbc1473b6a'

0 commit comments

Comments
 (0)