8000 Bump version and release notes · PoshCode/PSGit@c2646bc · GitHub
[go: up one dir, main page]

Skip to content

Commit c2646bc

Browse files
committed
Bump version and release notes
1 parent b0fb21c commit c2646bc

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/PSGit.psd1

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
RootModule = 'PSGit.psm1'
55

66
# Version number of this module.
7-
ModuleVersion = '1.0'
7+
ModuleVersion = '2.0'
88

99
# ID used to uniquely identify this module
1010
GUID = 'df52529c-a328-4ee1-b52c-839646292588'
@@ -96,7 +96,12 @@ PrivateData = @{
9696
# IconUri = ''
9797

9898
# ReleaseNotes of this module
99-
ReleaseNotes = 'https://github.com/PoshCode/PSGit/blob/master/ReleaseNotes.md'
99+
ReleaseNotes = '
100+
Added Show-GitStatus, Get-GitBranch
101+
Major change to Get-GitInfo (now returns the HEAD branch, rather than commit)
102+
Ensure objects returned are PSGit objects rather than underlying LibGit2Sharp objects
103+
'
104+
100105

101106
} # End of PSData hashtable
102107

0 commit comments

Comments
 (0)
0