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

Commit 5fc437e

Browse files
committed
Remove build quality pinning
1 parent 7abe1cc commit 5fc437e

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
lines changed

makefile.shade

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
var VERSION='0.1'
33
var FULL_VERSION='0.1'
44
var AUTHORS='Microsoft Open Technologies, Inc.'
5-
- BuildQuality = "";
65

76
use-standard-lifecycle
87
k-standard-goals

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

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.0-alpha1-*",
2+
"version": "1.1.0-*",
33
"description": "In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.",
44
"packOptions": {
55
"repository": {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.0-alpha1-*",
2+
"version": "1.1.0-*",
33
"description": "Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Redis.",
44
"packOptions": {
55
"repository": {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.0-alpha1-*",
2+
"version": "1.1.0-*",
33
"dependencies": {
44
"Microsoft.Extensions.Caching.Abstractions": "1.1.0-*",
55
"Microsoft.Extensions.Options": "1.1.0-*",

0 commit comments

Comments
 (0)