diff --git a/StackExchange.Redis.StrongName/project.json b/StackExchange.Redis.StrongName/project.json index fd88ec8be..eb3f88c7c 100644 --- a/StackExchange.Redis.StrongName/project.json +++ b/StackExchange.Redis.StrongName/project.json @@ -3,7 +3,6 @@ "summary": "Redis client library", "tags": [ "Async", "Redis", "Cache", "PubSub", "Messaging" ], "owners": [ "marc.gravell" ], - "releaseNotes": "Alpha for .NET Core; if you aren't doing .NET Core, you probably don't want this", "requireLicenseAcceptance": false, "projectUrl": "https://github.com/StackExchange/StackExchange.Redis", "licenseUrl": "https://raw.github.com/StackExchange/StackExchange.Redis/master/LICENSE", @@ -13,7 +12,7 @@ } }, "title": "StackExchange.Redis.StrongName", - "version": "1.2.0-alpha1", + "version": "1.2.0", "description": "High performance Redis client, incorporating both synchronous and asynchronous usage.", "authors": [ "Stack Exchange inc., marc.gravell" ], "copyright": "Stack Exchange inc. 2014-", diff --git a/StackExchange.Redis/project.json b/StackExchange.Redis/project.json index 0911c4d85..6b8c43445 100644 --- a/StackExchange.Redis/project.json +++ b/StackExchange.Redis/project.json @@ -3,7 +3,6 @@ "summary": "Redis client library", "tags": [ "Async", "Redis", "Cache", "PubSub", "Messaging" ], "owners": [ "marc.gravell" ], - "releaseNotes": "Alpha for .NET Core; if you aren't doing .NET Core, you probably don't want this", "requireLicenseAcceptance": false, "projectUrl": "https://github.com/StackExchange/StackExchange.Redis", "licenseUrl": "https://raw.github.com/StackExchange/StackExchange.Redis/master/LICENSE", @@ -13,7 +12,7 @@ } }, "title": "StackExchange.Redis", - "version": "1.2.0-alpha1", + "version": "1.2.0", "description": "High performance Redis client, incorporating both synchronous and asynchronous usage.", "authors": [ "Stack Exchange inc., marc.gravell" ], "copyright": "Stack Exchange inc. 2014-",