Skip to content
This repository was archived by the owner on Nov 22, 2018. It is now read-only.

Commit 53edeb3

Browse files
committed
Set version to 0.1.0 until it's ready to be release
1 parent ace3ae7 commit 53edeb3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

samples/ResponseCachingSample/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"version": "1.1.0-*",
33
"dependencies": {
4-
"Microsoft.AspNetCore.ResponseCaching": "1.1.0-*",
4+
"Microsoft.AspNetCore.ResponseCaching": "0.1.0-*",
55
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
66
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
77
"Microsoft.Extensions.Caching.Memory": "1.1.0-*"

src/Microsoft.AspNetCore.ResponseCaching/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.0-*",
2+
"version": "0.1.0-*",
33
"buildOptions": {
44
"warningsAsErrors": true,
55
"keyFile": "../../tools/Key.snk",

test/Microsoft.AspNetCore.ResponseCaching.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dependencies": {
77
"dotnet-test-xunit": "2.2.0-*",
88
"Microsoft.AspNetCore.Http": "1.1.0-*",
9-
"Microsoft.AspNetCore.ResponseCaching": "1.1.0-*",
9+
"Microsoft.AspNetCore.ResponseCaching": "0.1.0-*",
1010
"Microsoft.Extensions.Caching.Memory": "1.1.0-*",
1111
"xunit": "2.2.0-*"
1212
},

0 commit comments

Comments
 (0)