Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #14 from StephenClearyFaithlife/reuse-httpclient
Browse files Browse the repository at this point in the history
Update package version
  • Loading branch information
StephenCleary authored Aug 8, 2018
2 parents 67c905d + f260ee4 commit 4b69f3f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions VersionHistory.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ is updated in preparation for publishing an updated NuGet package.

Prefix the description of the change with `[major]`, `[minor]` or `[patch]` in accordance with [SemVer](http://semver.org).

* [minor] Add `WebServiceRequestSettings.GetHttpClient` to allow `HttpClient` reuse.

## Released

### 0.6.0

* [minor] Add `WebServiceRequestSettings.GetHttpClient` to allow `HttpClient` reuse.

### 0.5.0

* [minor] Support responses with an explicit `StatusCode` property.
Expand Down
2 changes: 1 addition & 1 deletion src/Faithlife.WebRequests/Faithlife.WebRequests.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<VersionPrefix>0.5.0</VersionPrefix>
<VersionPrefix>0.6.0</VersionPrefix>
<TargetFrameworks>netstandard1.4;netstandard2.0;net461</TargetFrameworks>
<FrameworkPathOverride Condition="'$(TargetFramework)' == 'net461' and '$(MONO_ROOT)' != ''">$(MONO_ROOT)/lib/mono/4.6.1-api/</FrameworkPathOverride>
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
Expand Down

0 comments on commit 4b69f3f

Please sign in to comment.