Skip to content
This repository was archived by the owner on Jul 18, 2023. It is now read-only.

Commit f637219

Browse files
authored
chore: update System.Net.Http to 4.3.4 (#98)
1 parent 290c120 commit f637219

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
### CI
77
1. [#86](https://github.com/influxdata/influxdb-csharp/pull/86): AppVeyor deploy preview releases
88

9+
### Dependencies
10+
1. [#98](https://github.com/influxdata/influxdb-csharp/pull/98): Update dependencies:
11+
- System.Net.Http to 4.3.4
12+
913
## 1.1.1 [2020-04-14]
1014

1115
### Features

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# InfluxDB .NET Collector
22

3-
[![Build status](https://img.shields.io/appveyor/build/influx/influxdb-csharp)](https://ci.appveyor.com/project/influx/influxdb-csharp/)
3+
[![Build status](https://img.shields.io/appveyor/build/influx/influxdb-csharp/dev)](https://ci.appveyor.com/project/influx/influxdb-csharp/)
44
[![NuGet Version](http://img.shields.io/nuget/v/InfluxDB.LineProtocol.svg?style=flat)](https://www.nuget.org/packages/InfluxDB.LineProtocol/)
55
[![License](https://img.shields.io/github/license/influxdata/influxdb-csharp.svg)](https://github.com/influxdata/influxdb-csharp/blob/master/LICENSE)
66
[![GitHub issues](https://img.shields.io/github/issues-raw/influxdata/influxdb-csharp.svg)](https://github.com/influxdata/influxdb-csharp/issues)

src/InfluxDB.Collector/InfluxDB.Collector.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<PackageReference Include="System.Linq" Version="4.3.0" />
2424
<PackageReference Include="System.Threading" Version="4.3.0" />
2525
<PackageReference Include="System.Runtime" Version="4.3.0" />
26-
<PackageReference Include="System.Net.Http" Version="4.3.3" />
26+
<PackageReference Include="System.Net.Http" Version="4.3.4" />
2727
<PackageReference Include="System.Console" Version="4.3.0" />
2828
<PackageReference Include="System.Runtime.Extensions" Version="4.3.0" />
2929
</ItemGroup>

src/InfluxDB.LineProtocol/InfluxDB.LineProtocol.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<PackageReference Include="System.IO.Compression" Version="4.3.0" />
2222
<PackageReference Include="System.Linq" Version="4.3.0" />
2323
<PackageReference Include="System.Threading" Version="4.3.0" />
24-
<PackageReference Include="System.Net.Http" Version="4.3.3" />
24+
<PackageReference Include="System.Net.Http" Version="4.3.4" />
2525
<PackageReference Include="System.Globalization" Version="4.3.0" />
2626
<PackageReference Include="System.Net.Sockets" Version="4.3.0" />
2727
</ItemGroup>

0 commit comments

Comments
 (0)