-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathunlist.sh
More file actions
executable file
·11 lines (11 loc) · 821 Bytes
/
unlist.sh
File metadata and controls
executable file
·11 lines (11 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
10
11
version=$1
nuget delete SuperSocket.Client.Proxy "$version" -source nuget.org -NonInteractive
nuget delete SuperSocket.Client "$version" -source nuget.org -NonInteractive
nuget delete SuperSocket.WebSocket.Server "$version" -source nuget.org -NonInteractive
nuget delete SuperSocket.WebSocket "$version" -source nuget.org -NonInteractive
nuget delete SuperSocket.Server "$version" -source nuget.org -NonInteractive
nuget delete SuperSocket.SessionContainer "$version" -source nuget.org -NonInteractive
nuget delete SuperSocket.Command "$version" -source nuget.org -NonInteractive
nuget delete SuperSocket.Connection "$version" -source nuget.org -NonInteractive
nuget delete SuperSocket.Primitives "$version" -source nuget.org -NonInteractive
nuget delete SuperSocket.ProtoBase "$version" -source nuget.org -NonInteractive