Skip to content

Commit 2dff7b8

Browse files
author
Chris Martinez
committed
Bumped version and added release notes
1 parent 16b2ebe commit 2dff7b8

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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>
@@ -13,8 +13,11 @@
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>

0 commit comments

Comments
 (0)