Skip to content

Commit

Permalink
Bump version and add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
commonsensesoftware committed Mar 26, 2024
1 parent 8ac43c5 commit 0b50d45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<VersionPrefix>8.0.0</VersionPrefix>
<VersionPrefix>8.0.1</VersionPrefix>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<TargetFrameworks>$(DefaultTargetFramework);netstandard1.1;netstandard2.0</TargetFrameworks>
<RootNamespace>Asp.Versioning.Http</RootNamespace>
Expand Down
2 changes: 1 addition & 1 deletion src/Client/src/Asp.Versioning.Http.Client/ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@

Parse single header CSVs ([#1070](https://github.com/dotnet/aspnet-api-versioning/issues/1070))

0 comments on commit 0b50d45

Please sign in to comment.