Skip to content

Commit

Permalink
Bump next major version to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
SchlenkR committed Jan 9, 2022
1 parent 2fb911d commit ed4cfb4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@
<PropertyGroup>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Authors>Ronald Schlenker</Authors>
<Version>7.0.0</Version>
<Version>8.0.0</Version>
<Company />
<Copyright>Copyright 2022 Ronald Schlenker</Copyright>
<PackageIcon>https://github.com/fsprojects/FsHttp/blob/master/src/docs/img/logo.png</PackageIcon>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageReleaseNotes>
7.0.0
# 7.0.0
* #92 - `expect` and `assert` pass through the original response instead of unit.

# 8.0.0
* #93 (thanks @drhumlen) - Changed content type 'text/json' to 'application/json'.
</PackageReleaseNotes>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down

0 comments on commit ed4cfb4

Please sign in to comment.