File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 22<package xmlns =" http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd" >
33 <metadata >
44 <id >VL.IO.WebSocket</id >
5- <version >1.0.0 </version >
5+ <version >1.0.1 </version >
66 <title >VL.IO.WebSocket</title >
77 <authors >vvvv, Joel Christner</authors >
88 <owners >vvvv</owners >
99 <projectUrl >https://github.com/vvvv/VL.IO.WebSocket</projectUrl >
1010 <repository type =" git" url =" https://github.com/vvvv/VL.IO.WebSocket.git" />
1111 <requireLicenseAcceptance >false</requireLicenseAcceptance >
12- <description >Websocket client and server for VL </description >
13- <tags >VL, network, ws</tags >
12+ <description >Websocket client and server for vvvv </description >
13+ <tags >VL, network, ws, wss </tags >
1414 <license type =" expression" >MIT</license >
1515 <dependencies >
1616 <dependency id =" WatsonWebsocket" version =" 4.1.2" />
1717 </dependencies >
1818 <icon >icon\nugeticon.png</icon >
19+ <readme >docs\README.md</readme >
1920 </metadata >
2021 <files >
2122 <file src =" ..\*.vl" target =" " exclude =" " />
2223 <file src =" ..\help\**" target =" help\" exclude =" " />
2324 <file src =" nugeticon.png" target =" icon\" />
25+ <file src =" ..\README.md" target =" docs\" />
2426 </files >
2527</package >
You can’t perform that action at this time.
0 commit comments