Skip to content

Commit 6d5f889

Browse files
committed
Updating module to 0.6.3
1 parent 1854410 commit 6d5f889

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# PowerShellForGitHub PowerShell Module
22
## Changelog
33

4+
## [0.6.3](https://github.com/PowerShell/PowerShellForGitHub/tree/0.6.3) - (2019/01/07)
5+
### Fixes:
6+
* Updated all parameter sets to use `CamelCase` for the permitted options, and stopped
7+
any use of abbreviation, to be more consistent with the rest of PowerShell.
8+
9+
More Info: [[pr]](https://github.com/PowerShell/PowerShellForGitHub/pull/81) | [[cl]](https://github.com/PowerShell/PowerHellForGitHub/commit/185441078efeb0e6693eafeb023785388a1a5a69)
10+
11+
Author: [**@HowardWolosky**](https://github.com/HowardWolosky)
12+
13+
------
14+
415
## [0.6.2](https://github.com/PowerShell/PowerShellForGitHub/tree/0.6.2) - (2018/12/13)
516
### Fixes:
617
- Fixes a bug preventing Labels from being correctly added at the time of new Issue creation or

PowerShellForGitHub.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
CompanyName = 'Microsoft Corporation'
88
Copyright = 'Copyright (C) Microsoft Corporation. All rights reserved.'
99

10-
ModuleVersion = '0.6.2'
10+
ModuleVersion = '0.6.3'
1111
Description = 'PowerShell wrapper for GitHub API'
1212

1313
# Script module or binary module file associated with this manifest.

0 commit comments

Comments
 (0)