File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
src/Microsoft.AspNetCore.Mvc.Versioning Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <VersionPrefix >2.2 .0</VersionPrefix >
5- <AssemblyVersion >2.2 .0.0</AssemblyVersion >
4+ <VersionPrefix >2.3 .0</VersionPrefix >
5+ <AssemblyVersion >2.3 .0.0</AssemblyVersion >
66 <TargetFramework >netstandard2.0</TargetFramework >
77 <NETStandardImplicitPackageVersion >2.0.0-*</NETStandardImplicitPackageVersion >
88 <NETStandardLibraryNETFrameworkVersion >2.0.0-*</NETStandardLibraryNETFrameworkVersion >
1313 </PropertyGroup >
1414
1515 <ItemGroup >
16- <ReleaseNotes Include =" Fix 405 error message (#254)" />
17- <ReleaseNotes Include =" Improve logging for ambiguous actions" />
16+ <ReleaseNotes Include =" Improve logging for ambiguous matches (#248)" />
17+ <ReleaseNotes Include =" ApplyTo methods are now virtual (#258)" />
18+ <ReleaseNotes Include =" Fix convention-based link generation (#265)" />
19+ <ReleaseNotes Include =" Fix reporting API versions (#273, #290)" />
20+ <ReleaseNotes Include =" Fix 100% CPU utilization (#306)" />
1821 </ItemGroup >
1922
2023 <ItemGroup >
You can’t perform that action at this time.
0 commit comments