We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43810e4 commit c2a0ec0Copy full SHA for c2a0ec0
WebSocket.psd1
@@ -8,7 +8,7 @@
8
Description = 'Work with WebSockets in PowerShell'
9
FunctionsToExport = @('Get-WebSocket')
10
AliasesToExport = @('WebSocket','ws','wss')
11
- FormatsToProcess = @('WebSocket.format.ps1')
+ FormatsToProcess = @('WebSocket.format.ps1xml')
12
PrivateData = @{
13
PSData = @{
14
Tags = @('WebSocket', 'WebSockets', 'Networking', 'Web')
0 commit comments