Skip to content

Commit

Permalink
Bookkeeping for next release (1.0.05).
Browse files Browse the repository at this point in the history
  • Loading branch information
msorens committed Aug 4, 2017
1 parent c408fb9 commit 4e6fd5f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ FEATURES:
IMPROVEMENTS:
BUG FIXES:

## 1.0.05 (August 3, 2017)

IMPROVEMENTS:
- Updated module manifest to latest PS5 template (from New-ModuleManifest)
- Centralized exported functions list to manifest for PSGallery compatibility
- Filled in manifest to support release to PSGallery
- Normalized several errant files to use ASCII encoding (instead of Unicode and UTF8)


## 1.0.04 (November 16, 2015)

IMPROVEMENTS TO Start-SqlMonitor Wrapper:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ for any data resources you like. All you need do is

Installation
----------
1. Unzip MonitorFactory-master.zip into your PowerShell Modules directory ($env:UserProfile\Documents\WindowsPowerShell\Modules) and drop the "-master" suffix on the extracted folder.
1. If you have Windows 10 or later (or have updated your PS 3 or 4 environment with PowerShellGet), you can just run `Install-Module -Name MonitorFactory` to install this module from the [PowerShell Gallery](https://www.powershellgallery.com/packages/MonitorFactory). Otherwise, you can download it from [GitHub](https://github.com/msorens/MonitorFactory). After downloading, unzip MonitorFactory-master.zip into your PowerShell Modules directory ($env:UserProfile\Documents\WindowsPowerShell\Modules) and drop the "-master" suffix on the extracted folder.
2. Import the module in your profile or import it manually: `Import-Module MonitorFactory`

Usage
Expand Down

0 comments on commit 4e6fd5f

Please sign in to comment.