Commit d881e28c authored by Marc Gravell's avatar Marc Gravell

1.2.0 release

parent b88a830b
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
"summary": "Redis client library", "summary": "Redis client library",
"tags": [ "Async", "Redis", "Cache", "PubSub", "Messaging" ], "tags": [ "Async", "Redis", "Cache", "PubSub", "Messaging" ],
"owners": [ "marc.gravell" ], "owners": [ "marc.gravell" ],
"releaseNotes": "Alpha for .NET Core; if you aren't doing .NET Core, you probably don't want this",
"requireLicenseAcceptance": false, "requireLicenseAcceptance": false,
"projectUrl": "https://github.com/StackExchange/StackExchange.Redis", "projectUrl": "https://github.com/StackExchange/StackExchange.Redis",
"licenseUrl": "https://raw.github.com/StackExchange/StackExchange.Redis/master/LICENSE", "licenseUrl": "https://raw.github.com/StackExchange/StackExchange.Redis/master/LICENSE",
...@@ -13,7 +12,7 @@ ...@@ -13,7 +12,7 @@
} }
}, },
"title": "StackExchange.Redis.StrongName", "title": "StackExchange.Redis.StrongName",
"version": "1.2.0-alpha1", "version": "1.2.0",
"description": "High performance Redis client, incorporating both synchronous and asynchronous usage.", "description": "High performance Redis client, incorporating both synchronous and asynchronous usage.",
"authors": [ "Stack Exchange inc., marc.gravell" ], "authors": [ "Stack Exchange inc., marc.gravell" ],
"copyright": "Stack Exchange inc. 2014-", "copyright": "Stack Exchange inc. 2014-",
......
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
"summary": "Redis client library", "summary": "Redis client library",
"tags": [ "Async", "Redis", "Cache", "PubSub", "Messaging" ], "tags": [ "Async", "Redis", "Cache", "PubSub", "Messaging" ],
"owners": [ "marc.gravell" ], "owners": [ "marc.gravell" ],
"releaseNotes": "Alpha for .NET Core; if you aren't doing .NET Core, you probably don't want this",
"requireLicenseAcceptance": false, "requireLicenseAcceptance": false,
"projectUrl": "https://github.com/StackExchange/StackExchange.Redis", "projectUrl": "https://github.com/StackExchange/StackExchange.Redis",
"licenseUrl": "https://raw.github.com/StackExchange/StackExchange.Redis/master/LICENSE", "licenseUrl": "https://raw.github.com/StackExchange/StackExchange.Redis/master/LICENSE",
...@@ -13,7 +12,7 @@ ...@@ -13,7 +12,7 @@
} }
}, },
"title": "StackExchange.Redis", "title": "StackExchange.Redis",
"version": "1.2.0-alpha1", "version": "1.2.0",
"description": "High performance Redis client, incorporating both synchronous and asynchronous usage.", "description": "High performance Redis client, incorporating both synchronous and asynchronous usage.",
"authors": [ "Stack Exchange inc., marc.gravell" ], "authors": [ "Stack Exchange inc., marc.gravell" ],
"copyright": "Stack Exchange inc. 2014-", "copyright": "Stack Exchange inc. 2014-",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment