Skip to content

Commit 2f3aa5b

Browse files
author
Chris Martinez
committed
Incremented version numbers
1 parent b10cd68 commit 2f3aa5b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/Microsoft.AspNet.OData.Versioning/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
"dependencies": {
1010
"Microsoft.AspNet.OData": "[5.9.1,6.0.0)",
11-
"Microsoft.AspNet.WebApi.Versioning": "2.0.0-*"
11+
"Microsoft.AspNet.WebApi.Versioning": "2.0.1-*"
1212
},
1313

1414
"frameworks": {

src/Microsoft.AspNet.WebApi.Versioning/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.0.0-*",
2+
"version": "2.0.1-*",
33
"authors": [ "Microsoft" ],
44
"title": "Microsoft ASP.NET Web API Versioning",
55
"copyright": "Copyright \u00A9 2016. Microsoft Corporation. All rights reserved.",
@@ -26,7 +26,7 @@
2626
"summary": "Provides API versioning for RESTful services created using ASP.NET Web API",
2727
"tags": [ "Microsoft", "AspNet", "AspNetWebAPI", "Versioning" ],
2828
"owners": [ "Microsoft" ],
29-
"releaseNotes": "",
29+
"releaseNotes": "\u2022 Fixed InvalidCastException in attribute-routing (Issue #44)",
3030
"iconUrl": "http://go.microsoft.com/fwlink/?LinkID=288890",
3131
"licenseUrl": "https://raw.githubusercontent.com/Microsoft/aspnet-api-versioning/master/LICENSE",
3232
"requireLicenseAcceptance": true,

src/Microsoft.AspNetCore.Mvc.Versioning/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-*",
2+
"version": "1.0.1-*",
33
"authors": [ "Microsoft" ],
44
"title": "Microsoft ASP.NET Core API Versioning",
55
"copyright": "Copyright \u00A9 2015. Microsoft Corporation. All rights reserved.",
@@ -30,7 +30,7 @@
3030
"summary": "Provides API versioning for RESTful services created using ASP.NET Core",
3131
"tags": [ "Microsoft", "AspNet", "AspNetCore", "Versioning" ],
3232
"owners": [ "Microsoft" ],
33-
"releaseNotes": "",
33+
"releaseNotes": "\u2022 Fixed API version reporting using conventions (Issue #47)\n\u2022 Removed unused ApiVersionActionSelector.ApiVersionReader",
3434
"iconUrl": "http://go.microsoft.com/fwlink/?LinkID=288890",
3535
"licenseUrl": "https://raw.githubusercontent.com/Microsoft/aspnet-api-versioning/master/LICENSE",
3636
"requireLicenseAcceptance": true,

0 commit comments

Comments
 (0)