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

Commit

Permalink
Update version to 0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
NateMerritt committed Nov 27, 2017
1 parent 389f46c commit 83c36f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions VersionHistory.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ Prefix the description of the change with `[major]`, `[minor]` or `[patch]` in a

## Released

### 0.3.0

* [minor] Add If-Match header support.

### 0.2.0

* [major] Adapt to breaking changes in `Faithlife.Json`.
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.2.0</VersionPrefix>
<VersionPrefix>0.3.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 83c36f9

Please sign in to comment.