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 #12 from tobs1701/update_package_version
Browse files Browse the repository at this point in the history
Update version to 0.5.0.
  • Loading branch information
ejball authored Jul 31, 2018
2 parents 16ee2a1 + 039b0b4 commit 99143c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions VersionHistory.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ Add changes here when they're committed to the `master` branch. Move them to "Re
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] Support responses with an explicit `StatusCode` property.
* [minor] Add `WebServiceRequestSettings.StartTrace` callback.

## Released

### 0.5.0

* [minor] Support responses with an explicit `StatusCode` property.
* [minor] Add `WebServiceRequestSettings.StartTrace` callback.

### 0.4.0

* [minor] Add `params string[]` option to `CreateRequest`.
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.4.0</VersionPrefix>
<VersionPrefix>0.5.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 99143c4

Please sign in to comment.