-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGQL.psd1
More file actions
27 lines (24 loc) · 809 Bytes
/
GQL.psd1
File metadata and controls
27 lines (24 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
@{
ModuleVersion = '0.1.1'
RootModule = 'GQL.psm1'
Guid = '9bf5c922-9f36-4c52-a7b6-d435837d4fa9'
Author = 'James Brundage'
CompanyName = 'Start-Automating'
Description = 'Get GraphQL in PowerShell'
Copyright = '2024 Start-Automating'
PrivateData = @{
PSData = @{
Tags = @('GraphQL','GraphAPI','GraphQueryLanguage','PowerShellWeb')
ProjectURI = 'https://github.com/PowerShellWeb/GQL'
LicenseURI = 'https://github.com/PowerShellWeb/GQL/blob/main/LICENSE'
ReleaseNotes = @'
## GQL 0.1.1
* Fixing Container Build (#38, #39)
* Adding SECURITY.md (#17)
---
> Like It? [Star It](https://github.com/PowerShellWeb/WebSocket)
> Love It? [Support It](https://github.com/sponsors/StartAutomating)
'@
}
}
}