We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ac43c5 commit 0b50d45Copy full SHA for 0b50d45
src/Client/src/Asp.Versioning.Http.Client/Asp.Versioning.Http.Client.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <VersionPrefix>8.0.0</VersionPrefix>
+ <VersionPrefix>8.0.1</VersionPrefix>
5
<AssemblyVersion>8.0.0.0</AssemblyVersion>
6
<TargetFrameworks>$(DefaultTargetFramework);netstandard1.1;netstandard2.0</TargetFrameworks>
7
<RootNamespace>Asp.Versioning.Http</RootNamespace>
src/Client/src/Asp.Versioning.Http.Client/ReleaseNotes.txt
@@ -1 +1 @@
-
+Parse single header CSVs ([#1070](https://github.com/dotnet/aspnet-api-versioning/issues/1070))
0 commit comments