Skip to content

Commit aa86e09

Browse files
committed
Updating versions to 1.2.0-*
1 parent e529583 commit aa86e09

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/Microsoft.VisualStudio.Web.BrowserLink.Loader/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "14.1.0-*",
2+
"version": "1.2.0-*",
33
"description": "A middleware that supports creating a communication channel between the development environment and one or more web browsers.",
44
"buildOptions": {
55
"warningsAsErrors": true,

src/Microsoft.VisualStudio.Web.BrowserLink/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-*",
2+
"version": "1.2.0-*",
33
"description": "A middleware that supports creating a communication channel between the development environment and one or more web browsers.",
44
"buildOptions": {
55
"warningsAsErrors": true,
@@ -9,15 +9,15 @@
99
"include": [
1010
"**/*.cs"
1111
]
12-
}
12+
}
1313
},
1414
"dependencies": {
1515
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0",
1616
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0",
1717
"Microsoft.AspNetCore.Http.Extensions": "1.0.0",
1818
"Microsoft.Extensions.FileProviders.Physical": "1.0.0",
1919
"Microsoft.Extensions.TaskCache.Sources": {
20-
"version": "1.1.0-*",
20+
"version": "1.2.0-*",
2121
"type": "build"
2222
}
2323
},
@@ -32,4 +32,4 @@
3232
}
3333
}
3434
}
35-
}
35+
}

test/Microsoft.VisualStudio.Web.BrowserLink.Test/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-*",
2+
"version": "1.2.0-*",
33
"buildOptions": {
44
"keyFile": "../../tools/Key.snk",
55
"debugType": "portable"
@@ -23,4 +23,4 @@
2323
}
2424
}
2525
}
26-
}
26+
}

0 commit comments

Comments
 (0)