File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
# PowerShellForGitHub PowerShell Module
2
2
## Changelog
3
3
4
+ ## [ 0.6.1] ( https://github.com/PowerShell/PowerShellForGitHub/tree/0.6.1 ) - (2018/12/13)
5
+ ### Fixes:
6
+ - Fixes a bub with checking Issues. When trying to list all issues, it tried to speficially look
7
+ for Issue 0.
8
+
9
+ More Info:
10
+ * [[ pr]] ( https://github.com/PowerShell/PowerShellForGitHub/pull/73 ) | [[ cl]] ( https://github.com/PowerShell/PowerShellForGitHub/commit/bf6764080ce1291cfe2530a39ffd292f38b37440 )
11
+
12
+ Authors:
13
+ * [ ** @joseartrivera ** ] ( https://github.com/joseartrivera )
14
+
15
+ ------
16
+
4
17
## [ 0.6.0] ( https://github.com/PowerShell/PowerShellForGitHub/tree/0.6.0 ) - (2018/12/13)
5
18
### Features:
6
19
+ Completes all support for GitHub Issue API's:
Original file line number Diff line number Diff line change 7
7
CompanyName = ' Microsoft Corporation'
8
8
Copyright = ' Copyright (C) Microsoft Corporation. All rights reserved.'
9
9
10
- ModuleVersion = ' 0.6.0 '
10
+ ModuleVersion = ' 0.6.1 '
11
11
Description = ' PowerShell wrapper for GitHub API'
12
12
13
13
# Script module or binary module file associated with this manifest.
You can’t perform that action at this time.
0 commit comments