Skip to content

Commit d381ae9

Browse files
committed
updated release notes
1 parent 8b2a6fe commit d381ae9

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# PoshSpec
22
An infrastructure testing DSL running in Pester. The goal is to expand the Pester DSL to assist in the development of infrastructure validation scripts.
33

4+
## Install from the Gallery
5+
```powershell
6+
PS> Install-Module -Name poshspec
7+
```
8+
49
## Example
510
```powershell
611
Describe 'Services' {

ReleaseNotes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Version 1.2.2
2+
* Merged PR including 5 new functions
3+
* Package
4+
* LocalGroup
5+
* Interface
6+
* Folder
7+
* DnsHost
8+
19
# Version 1.1.0
210
* Public release.
311

0 commit comments

Comments
 (0)