Skip to content

Commit 46ce194

Browse files
gedemgedem
authored andcommitted
Patch version
1 parent 0a2acba commit 46ce194

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

src/NetCoreStack.WebSockets.ProxyClient/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-*",
2+
"version": "1.0.1-*",
33

44
"dependencies": {
55
"NETStandard.Library": "1.6.1",

src/NetCoreStack.WebSockets/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-*",
2+
"version": "1.0.1-*",
33

44
"dependencies": {
55
"NETStandard.Library": "1.6.1",

test/ConsoleAppProxyClient/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"System.Runtime.InteropServices": "4.3.0",
1111
"NETStandard.Library": "1.6.1",
1212
"Microsoft.Extensions.DependencyInjection": "1.1.0",
13-
"NetCoreStack.WebSockets": "1.0.0-*",
14-
"NetCoreStack.WebSockets.ProxyClient": "1.0.0-*"
13+
"NetCoreStack.WebSockets": "1.0.1-*",
14+
"NetCoreStack.WebSockets.ProxyClient": "1.0.1-*"
1515
},
1616

1717
"frameworks": {

test/ServerTestApp/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.1.0",
1919
"Microsoft.Extensions.Configuration.CommandLine": "1.1.0",
2020
"Swashbuckle": "6.0.0-beta902",
21-
"NetCoreStack.WebSockets": "1.0.0-*",
21+
"NetCoreStack.WebSockets": "1.0.1-*",
2222
"Microsoft.Extensions.Caching.Redis": "1.1.0",
2323
"Common.Libs": "1.0.0-*"
2424
},

test/WebClientTestApp/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"Microsoft.Extensions.Logging.Debug": "1.1.0",
2222
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.1.0",
2323
"Microsoft.Extensions.Configuration.CommandLine": "1.1.0",
24-
"NetCoreStack.WebSockets": "1.0.0-*",
25-
"NetCoreStack.WebSockets.ProxyClient": "1.0.0-*",
24+
"NetCoreStack.WebSockets": "1.0.1-*",
25+
"NetCoreStack.WebSockets.ProxyClient": "1.0.1-*",
2626
"Common.Libs": "1.0.0-*"
2727
},
2828

test/WebClientTestApp2/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.1.0",
2323
"Microsoft.VisualStudio.Web.BrowserLink.Loader": "14.0.0",
2424
"Common.Libs": "1.0.0-*",
25-
"NetCoreStack.WebSockets": "1.0.0-*",
26-
"NetCoreStack.WebSockets.ProxyClient": "1.0.0-*",
25+
"NetCoreStack.WebSockets": "1.0.1-*",
26+
"NetCoreStack.WebSockets.ProxyClient": "1.0.1-*",
2727
"Microsoft.Extensions.Configuration.CommandLine": "1.1.0"
2828
},
2929

0 commit comments

Comments
 (0)