Skip to content
This repository has been archived by the owner on Apr 27, 2019. It is now read-only.

Commit

Permalink
* Remove use of PushStreamContent
Browse files Browse the repository at this point in the history
  • Loading branch information
highlyunavailable committed Feb 25, 2016
1 parent c5e5bb3 commit 6016ac5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
* `ConsulClient` is now `IDisposable` and should have `Dispose()` called to
clean it up. It is still supposed to be used in a long-lived fashion, though.

## 2016-02-24
* Removed use of PushStreamContent to fix Mono problems.

## 2016-02-10
* Added the ability to use Client Certificates to authenticate a client against
a Consul agent endpoint that is protected by some other service. See the
Expand Down
1 change: 0 additions & 1 deletion Consul/Consul.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Net.Http.Formatting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
<Reference Include="System.Net.Http.WebRequest" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Net.Http" />
Expand Down

0 comments on commit 6016ac5

Please sign in to comment.