Skip to content

Commit 2be2237

Browse files
Chris Martinezcommonsensesoftware
Chris Martinez
authored andcommitted
Update version numbers and release notes
1 parent 27c9402 commit 2be2237

File tree

8 files changed

+13
-10
lines changed

8 files changed

+13
-10
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-

1+
None
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
HttpControllerDescriptorExtensions.AsEnumerable is now public
1+
CORS preflight request results in error (#619)
2+
HttpControllerDescriptorExtensions.AsEnumerable is now public

src/Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer/Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<VersionPrefix>4.1.1</VersionPrefix>
5-
<AssemblyVersion>4.1.0.0</AssemblyVersion>
4+
<VersionPrefix>4.2.0</VersionPrefix>
5+
<AssemblyVersion>4.2.0.0</AssemblyVersion>
66
<TargetFramework>netcoreapp3.1</TargetFramework>
77
<AssemblyTitle>Microsoft ASP.NET Core API Versioning</AssemblyTitle>
88
<Description>ASP.NET Core MVC API explorer functionality for discovering metadata such as the list of API-versioned controllers and actions, and their URLs and allowed HTTP methods.</Description>
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Drop support for .NET Core 2.2
1+
None

src/Microsoft.AspNetCore.Mvc.Versioning/Microsoft.AspNetCore.Mvc.Versioning.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<VersionPrefix>4.1.1</VersionPrefix>
5-
<AssemblyVersion>4.1.0.0</AssemblyVersion>
4+
<VersionPrefix>4.2.0</VersionPrefix>
5+
<AssemblyVersion>4.2.0.0</AssemblyVersion>
66
<TargetFramework>netcoreapp3.1</TargetFramework>
77
<AssemblyTitle>Microsoft ASP.NET Core API Versioning</AssemblyTitle>
88
<Description>A service API versioning library for Microsoft ASP.NET Core.</Description>
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
Drop support for .NET Core 2.2
1+
ApiVersionMatcherPolicy doesn't check candidate validity (#600)
2+
Fix NuGET Part URI cannot start with two forward slashes (#637)
3+
Error response provider should return ProblemDetails (#612)
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Drop support for .NET Core 2.2
1+

Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Drop support for .NET Core 2.2
1+


0 commit comments

Comments
 (0)