Skip to content

Commit 1d14b74

Browse files
author
James Brundage
committed
release: WebSocket 0.1 ( Fixes #1 )
Updating Release Notes and CHANGELOG
1 parent 6ba2aa8 commit 1d14b74

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## WebSocket 0.1
2+
3+
> Like It? [Star It](https://github.com/PowerShellWeb/WebSocket)
4+
> Love It? [Support It](https://github.com/sponsors/StartAutomating)
5+
6+
* Initial Release of WebSocket module
7+
* Get-WebSocket gets content from a WebSocket
8+
* Docker container for WebSocket
9+
* Build Workflow
10+
* WebSocket Logo
11+
* WebSocket website

WebSocket.psd1

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,19 @@
1111
Tags = @('WebSocket', 'WebSockets', 'Networking', 'Web')
1212
ProjectURI = 'https://github.com/PowerShellWeb/WebSocket'
1313
LicenseURI = 'https://github.com/PowerShellWeb/WebSocket/blob/main/LICENSE'
14+
ReleaseNotes = @'
15+
## WebSocket 0.1
16+
17+
> Like It? [Star It](https://github.com/PowerShellWeb/WebSocket)
18+
> Love It? [Support It](https://github.com/sponsors/StartAutomating)
19+
20+
* Initial Release of WebSocket module
21+
* Get-WebSocket gets content from a WebSocket
22+
* Docker container for WebSocket
23+
* Build Workflow
24+
* WebSocket Logo
25+
* WebSocket website
26+
'@
1427
}
1528
}
1629
}

0 commit comments

Comments
 (0)