Skip to content

Commit

Permalink
Merge pull request #192 from HiltonGiesenow/Development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
HiltonGiesenow authored May 24, 2018
2 parents 4fb2362 + f362e99 commit 275122e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ Of course there are loads of monitoring systems and tools out there, both paid a
---

## Release Notes
1.1.0
* Added ability to create ad-hoc html report
* For Drive Space Test, Add Volume Name to Output
* Added html formatting to Exception emails

1.0.0
* Official 1.0.0 release
* Added SMS notification via Twilio
Expand Down
7 changes: 6 additions & 1 deletion src/Generate Module Manifest.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$version = "1.0.0"
$version = "1.1.0"
$manifestPath = Join-Path (Split-Path -Parent $MyInvocation.MyCommand.Path) -ChildPath "\PoShMon.psd1"

Remove-Item -Path $manifestPath -ErrorAction SilentlyContinue
Expand All @@ -19,6 +19,11 @@ Some of the key features / benefits of PoShMon are:
For more information, documentation etc. visit https://github.com/HiltonGiesenow/PoShMon as well as the Samples folder within the module itself."

$releaseNotes = "
1.1.0
* Added ability to create ad-hoc html report
* For Drive Space Test, Add Volume Name to Output
* Added html formatting to Exception emails
1.0.0
* Official 1.0.0 release
* Added SMS notification via Twilio
Expand Down
Binary file modified src/PoShMon.psd1
Binary file not shown.

0 comments on commit 275122e

Please sign in to comment.