File tree Expand file tree Collapse file tree 2 files changed +40
-11
lines changed Expand file tree Collapse file tree 2 files changed +40
-11
lines changed Original file line number Diff line number Diff line change 1
- ## WebSocket 0.1
2
-
3
1
> Like It? [ Star It] ( https://github.com/PowerShellWeb/WebSocket )
4
2
> Love It? [ Support It] ( https://github.com/sponsors/StartAutomating )
5
3
4
+ ## WebSocket 0.1.1
5
+
6
+ * WebSocket GitHub Action
7
+ * Run any ` *.WebSocket.ps1 ` files in a repository (#24 )
8
+ * WebSocket container updates
9
+ * Container now runs mounted ` *.WebSocket.ps1 ` files (#26 )
10
+ * Get-WebSocket improvements:
11
+ * New Parameters:
12
+ * -Maximum (#22 )
13
+ * -TimeOut (#23 )
14
+ * -WatchFor (#29 )
15
+ * -RawText (#30 )
16
+ * -Binary (#31 )
17
+ * WebSocket Testing (#25 )
18
+ * Adding FUNDING.yml (#14 )
19
+
20
+ ---
21
+
22
+ ## WebSocket 0.1
23
+
6
24
* Initial Release of WebSocket module
7
25
* Get-WebSocket gets content from a WebSocket
8
26
* Docker container for WebSocket
Original file line number Diff line number Diff line change 1
1
@ {
2
- ModuleVersion = ' 0.1'
2
+ ModuleVersion = ' 0.1.1 '
3
3
RootModule = ' WebSocket.psm1'
4
4
Guid = ' 75c70c8b-e5eb-4a60-982e-a19110a1185d'
5
5
Author = ' James Brundage'
12
12
ProjectURI = ' https://github.com/PowerShellWeb/WebSocket'
13
13
LicenseURI = ' https://github.com/PowerShellWeb/WebSocket/blob/main/LICENSE'
14
14
ReleaseNotes = @'
15
- ## WebSocket 0.1
16
-
17
15
> Like It? [Star It](https://github.com/PowerShellWeb/WebSocket)
18
16
> Love It? [Support It](https://github.com/sponsors/StartAutomating)
19
17
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
18
+ ## WebSocket 0.1.1
19
+
20
+ * WebSocket GitHub Action
21
+ * Run any `*.WebSocket.ps1` files in a repository (#24)
22
+ * WebSocket container updates
23
+ * Container now runs mounted `*.WebSocket.ps1` files (#26)
24
+ * Get-WebSocket improvements:
25
+ * New Parameters:
26
+ * -Maximum (#22)
27
+ * -TimeOut (#23)
28
+ * -WatchFor (#29)
29
+ * -RawText (#30)
30
+ * -Binary (#31)
31
+ * WebSocket Testing (#25)
32
+ * Adding FUNDING.yml (#14)
33
+
34
+ ---
35
+
36
+ Additional details available in the [CHANGELOG](CHANGELOG.md)
26
37
'@
27
38
}
28
39
}
You can’t perform that action at this time.
0 commit comments