Skip to content

Commit 7f58c11

Browse files
committed
NuGet v2.1.5, event callbacks
1 parent 38fbe8e commit 7f58c11

File tree

284 files changed

+1347
-66
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

284 files changed

+1347
-66
lines changed

.vs/WatsonWebserver/v15/.suo

2 KB
Binary file not shown.

Test.ContentRoutes/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ static void Main()
1818
s.ContentRoutes.Add("/", true);
1919
s.ContentRoutes.Add("/html/", true);
2020
s.ContentRoutes.Add("/img/watson.jpg", false);
21+
2122
Console.WriteLine("Press ENTER to exit");
2223
Console.ReadLine();
2324
}
Binary file not shown.
Binary file not shown.

Test.ContentRoutes/bin/Debug/netstandard2.0/Test.ContentRoutes.deps.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"Test.ContentRoutes/1.0.0": {
1111
"dependencies": {
1212
"NETStandard.Library": "2.0.3",
13-
"Watson": "2.1.4"
13+
"Watson": "2.1.5"
1414
},
1515
"runtime": {
1616
"Test.ContentRoutes.dll": {}
@@ -54,7 +54,7 @@
5454
}
5555
}
5656
},
57-
"Watson/2.1.4": {
57+
"Watson/2.1.5": {
5858
"dependencies": {
5959
"ChunkDecoder": "1.0.2",
6060
"IpMatcher": "1.0.1",
@@ -115,7 +115,7 @@
115115
"path": "regexmatcher/1.0.2",
116116
"hashPath": "regexmatcher.1.0.2.nupkg.sha512"
117117
},
118-
"Watson/2.1.4": {
118+
"Watson/2.1.5": {
119119
"type": "project",
120120
"serviceable": false,
121121
"sha512": ""
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Test.ContentRoutes/bin/Release/netstandard2.0/Test.ContentRoutes.deps.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"Test.ContentRoutes/1.0.0": {
1111
"dependencies": {
1212
"NETStandard.Library": "2.0.3",
13-
"Watson": "2.1.4"
13+
"Watson": "2.1.5"
1414
},
1515
"runtime": {
1616
"Test.ContentRoutes.dll": {}
@@ -54,7 +54,7 @@
5454
}
5555
}
5656
},
57-
"Watson/2.1.4": {
57+
"Watson/2.1.5": {
5858
"dependencies": {
5959
"ChunkDecoder": "1.0.2",
6060
"IpMatcher": "1.0.1",
@@ -115,7 +115,7 @@
115115
"path": "regexmatcher/1.0.2",
116116
"hashPath": "regexmatcher.1.0.2.nupkg.sha512"
117117
},
118-
"Watson/2.1.4": {
118+
"Watson/2.1.5": {
119119
"type": "project",
120120
"serviceable": false,
121121
"sha512": ""

0 commit comments

Comments
 (0)