Skip to content

Commit 37619cb

Browse files
committed
Bookkeeping for next release (2.0.08).
1 parent a03f0af commit 37619cb

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## Next Release
22

3+
## 2.0.08 (June 10, 2017)
4+
5+
IMPROVEMENTS:
6+
- Updated module manifest to latest PS5 template (from New-ModuleManifest)
7+
- Centralized exported functions list to manifest for PSGallery compatibility
8+
- Filled in manifest to support release to PSGallery
9+
10+
311
## 2.0.07 (December 22, 2016)
412

513
IMPROVEMENTS:

DocTreeGenerator.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
RootModule = 'DocTreeGenerator.psm1'
1111

1212
# Version number of this module.
13-
ModuleVersion = '2.0.07'
13+
ModuleVersion = '2.0.08'
1414

1515
# Supported PSEditions
1616
# CompatiblePSEditions = @()

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Download the full wallchart in a convenient PDF from my article on Simple-Talk.c
3232

3333
Installation
3434
----------
35-
1. Unzip DocTreeGenerator-master.zip into your PowerShell Modules directory ($env:UserProfile\Documents\WindowsPowerShell\Modules) and drop the "-master" suffix on the extracted folder.
35+
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 DocTreeGenerator` to install this module. Otherwise, you can download it from GitHub. After downloading, unzip DocTreeGenerator-master.zip into your PowerShell Modules directory ($env:UserProfile\Documents\WindowsPowerShell\Modules) and drop the "-master" suffix on the extracted folder.
3636
2. Import the module in your profile or import it manually: `Import-Module DocTreeGenerator`
3737

3838
Usage

0 commit comments

Comments
 (0)