Skip to content

Commit

Permalink
Update versions and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Martinez authored and commonsensesoftware committed Feb 9, 2021
1 parent 569cdcc commit 435a17e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<VersionPrefix>4.1.0</VersionPrefix>
<VersionPrefix>4.1.1</VersionPrefix>
<AssemblyVersion>4.1.0.0</AssemblyVersion>
<TargetFramework>net45</TargetFramework>
<AssemblyTitle>Microsoft ASP.NET Web API Versioned API Explorer</AssemblyTitle>
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
API Explorer Fails with API Version Parameter (#671)
Performance enhancements for IApiVersionReader implementations
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<VersionPrefix>4.1.0</VersionPrefix>
<VersionPrefix>4.1.1</VersionPrefix>
<AssemblyVersion>4.1.0.0</AssemblyVersion>
<TargetFramework>net45</TargetFramework>
<AssemblyTitle>Microsoft ASP.NET Web API Versioning</AssemblyTitle>
Expand Down
3 changes: 1 addition & 2 deletions src/Microsoft.AspNet.WebApi.Versioning/ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
CORS preflight request results in error (#619)
HttpControllerDescriptorExtensions.AsEnumerable is now public
Performance enhancements for IApiVersionReader implementations
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Preview release with support for .NET 5.0

2 changes: 1 addition & 1 deletion src/Microsoft.AspNetCore.Mvc.Versioning/ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Preview release with support for .NET 5.0


0 comments on commit 435a17e

Please sign in to comment.