WebSocket.psd1

@{
    ModuleVersion = '0.1'
    RootModule = 'WebSocket.psm1'
    Guid = '75c70c8b-e5eb-4a60-982e-a19110a1185d'
    Author = 'James Brundage'
    CompanyName = 'StartAutomating'
    Copyright = '2024 StartAutomating'
    Description = 'Work with WebSockets in PowerShell'
    PrivateData = @{
        PSData = @{
            Tags = @('WebSocket', 'WebSockets', 'Networking', 'Web')
            ProjectURI = 'https://github.com/PowerShellWeb/WebSocket'
            LicenseURI = 'https://github.com/PowerShellWeb/WebSocket/blob/main/LICENSE'
            ReleaseNotes = @'
## WebSocket 0.1

> Like It? [Star It](https://github.com/PowerShellWeb/WebSocket)
> Love It? [Support It](https://github.com/sponsors/StartAutomating)

* Initial Release of WebSocket module
  * Get-WebSocket gets content from a WebSocket
  * Docker container for WebSocket
  * Build Workflow
    * WebSocket Logo
    * WebSocket website
'@

        }
    }
}