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

Commit cfe8518

Browse files
committed
Raise ResponseCompression version from 0.1 to 1.0
1 parent 1bd071d commit cfe8518

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

samples/ResponseCompressionSample/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"Microsoft.AspNetCore.ResponseCompression": "0.1.0-*",
3+
"Microsoft.AspNetCore.ResponseCompression": "1.0.0-*",
44
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
55
"Microsoft.AspNetCore.Server.WebListener": "1.1.0-*",
66
"Microsoft.Extensions.Logging.Console": "1.1.0-*"

src/Microsoft.AspNetCore.ResponseCompression/project.json

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

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"version": "1.1.0-*",
32
"buildOptions": {
43
"copyToOutput": [
54
"testfile1kb.txt"
@@ -9,7 +8,7 @@
98
"dependencies": {
109
"dotnet-test-xunit": "2.2.0-*",
1110
"Microsoft.AspNetCore.Http": "1.1.0-*",
12-
"Microsoft.AspNetCore.ResponseCompression": "0.1.0-*",
11+
"Microsoft.AspNetCore.ResponseCompression": "1.0.0-*",
1312
"Microsoft.AspNetCore.TestHost": "1.1.0-*",
1413
"Microsoft.Net.Http.Headers": "1.1.0-*",
1514
"xunit": "2.2.0-*"

0 commit comments

Comments
 (0)