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

Commit 70c6129

Browse files
committed
Modify version to preview1
1 parent 17a172a commit 70c6129

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

makefile.shade

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
var VERSION='0.1'
33
var FULL_VERSION='0.1'
44
var AUTHORS='Microsoft Open Technologies, Inc.'
5+
- BuildQuality = "";
56

67
use-standard-lifecycle
78
k-standard-goals

src/Microsoft.Extensions.Caching.Abstractions/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"version": "1.0.0-rc2-*",
23
"buildOptions": {
34
"warningsAsErrors": true,
45
"keyFile": "../../tools/Key.snk",
@@ -35,7 +36,6 @@
3536
}
3637
}
3738
},
38-
"version": "1.0.0-*",
3939
"packOptions": {
4040
"repository": {
4141
"type": "git",

src/Microsoft.Extensions.Caching.Memory/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.0-rc2-*",
33
"description": "In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.",
44
"packOptions": {
55
"repository": {

src/Microsoft.Extensions.Caching.Redis/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.0-rc2-*",
33
"description": "Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Redis.",
44
"packOptions": {
55
"repository": {

src/Microsoft.Extensions.Caching.SqlConfig.Tools/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"version": "1.0.0-preview1-*",
23
"dependencies": {
34
"Microsoft.Extensions.CommandLineUtils": "1.0.0-*",
45
"Microsoft.Extensions.Logging": "1.0.0-*",
@@ -30,7 +31,6 @@
3031
],
3132
"xmlDoc": true
3233
},
33-
"version": "1.0.0-*",
3434
"packOptions": {
3535
"repository": {
3636
"type": "git",

src/Microsoft.Extensions.Caching.SqlServer/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"version": "1.0.0-rc2-*",
23
"dependencies": {
34
"Microsoft.Extensions.Caching.Abstractions": "1.0.0-*",
45
"Microsoft.Extensions.Options": "1.0.0-*"
@@ -19,7 +20,6 @@
1920
}
2021
}
2122
},
22-
"version": "1.0.0-*",
2323
"packOptions": {
2424
"repository": {
2525
"type": "git",

0 commit comments

Comments
 (0)