File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
# PowerShellForGitHub PowerShell Module
2
2
## Changelog
3
3
4
+ [ 0.9.2] ( https://github.com/PowerShell/PowerShellForGitHub/tree/0.9.2 ) - (2019/11/11)
5
+ ### Fixes:
6
+ - Reduces the warning noise seen during execution of the unit tests.
7
+ [[ pr]] ( https://github.com/PowerShell/PowerShellForGitHub/pull/130 ) | [[ cl]] ( https://github.com/PowerShell/PowerHellForGitHub/commit/89f69f1132505f04e6b2ac38b6f5a93aef6ac947 )
8
+
9
+ Author: [ ** @smaglio81 ** ] ( https://github.com/smaglio81 )
10
+
11
+ ------
12
+
4
13
[ 0.9.1] ( https://github.com/PowerShell/PowerShellForGitHub/tree/0.9.1 ) - (2019/09/24)
5
14
### Fixes:
6
15
- Ensure Milestone ` due_on ` always gets set to the desired date.
12
21
- The ` Archived ` switch's value was being incorrectly inverted
13
22
[[ pr]] ( https://github.com/PowerShell/PowerShellForGitHub/pull/135 ) | [[ cl]] ( https://github.com/PowerShell/PowerHellForGitHub/commit/9bdb37c053f98f108d346050622b609d8488fd45 )
14
23
15
- Authors:
16
- * [ ** @HowardWolosky ** ] ( https://github.com/HowardWolosky )
24
+ Author: [ ** @HowardWolosky ** ] ( https://github.com/HowardWolosky )
17
25
18
26
------
19
27
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.9.1 '
10
+ ModuleVersion = ' 0.9.2 '
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