Skip to content

Commit 6b9378b

Browse files
author
James Brundage
committed
release: GQL 0.1 ( Fixes #1 )
Updating Module Manifest and adding CHANGELOG
1 parent 6129630 commit 6b9378b

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## GQL 0.1
2+
3+
* Initial Release of GQL
4+
* One Simple Command for GraphQL: `Get-GQL` (or `GQL`)
5+
* Container and GitHub action included!
6+
7+
---
8+
9+
> Like It? [Star It](https://github.com/PowerShellWeb/WebSocket)
10+
> Love It? [Support It](https://github.com/sponsors/StartAutomating)

GQL.psd1

+12-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,23 @@
55
Author = 'James Brundage'
66
CompanyName = 'Start-Automating'
77
Description = 'Get GraphQL in PowerShell'
8+
Copyright = '2024 Start-Automating'
89
PrivateData = @{
910
PSData = @{
10-
Tags = @('GraphQL','GraphAPI','GraphQueryLanguage')
11+
Tags = @('GraphQL','GraphAPI','GraphQueryLanguage','PowerShellWeb')
1112
ProjectURI = 'https://github.com/PowerShellWeb/GQL'
1213
LicenseURI = 'https://github.com/PowerShellWeb/GQL/blob/main/LICENSE'
13-
ReleaseNotes = @'
14+
ReleaseNotes = @'
15+
## GQL 0.1
1416
17+
* Initial Release of GQL
18+
* One Simple Command for GraphQL: `Get-GQL` (or `GQL`)
19+
* Container and GitHub action included!
20+
21+
---
22+
23+
> Like It? [Star It](https://github.com/PowerShellWeb/WebSocket)
24+
> Love It? [Support It](https://github.com/sponsors/StartAutomating)
1525
'@
1626
}
1727
}

0 commit comments

Comments
 (0)