diff --git a/VersionHistory.md b/VersionHistory.md index fb01d38..cb22c1f 100644 --- a/VersionHistory.md +++ b/VersionHistory.md @@ -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. diff --git a/src/Faithlife.WebRequests/Faithlife.WebRequests.csproj b/src/Faithlife.WebRequests/Faithlife.WebRequests.csproj index 3597b8c..3489e5e 100644 --- a/src/Faithlife.WebRequests/Faithlife.WebRequests.csproj +++ b/src/Faithlife.WebRequests/Faithlife.WebRequests.csproj @@ -1,6 +1,6 @@ - 0.5.0 + 0.6.0 netstandard1.4;netstandard2.0;net461 $(MONO_ROOT)/lib/mono/4.6.1-api/ True