Skip to content

Commit

Permalink
Updating Module Version and Release Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating committed Nov 19, 2019
1 parent 2ec9a6f commit 8a5dd57
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion PSDevOps.psd1
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
@{
ModuleVersion = '0.1.1'
ModuleVersion = '0.2'
RootModule = 'PSDevOps.psm1'
Description = 'PowerShell Tools for DevOps'
Guid = 'e6b56c5f-41ac-4ba4-8b88-2c063f683176'
PrivateData = @{
PSData = @{
Tags = 'ADO', 'AzureDevOps', 'PSDevOps', 'DevOps'
ProjectURI = 'https://github.com/StartAutomating/PSDevOps'
ReleaseNotes = @'
0.2 - Added Invoke-ADORestAPI
0.1 - Initial Commit
'@
}
}
Author = 'James Brundage'
Expand Down

0 comments on commit 8a5dd57

Please sign in to comment.