This repository was archived by the owner on Jul 18, 2023. It is now read-only.
File tree 4 files changed +7
-3
lines changed
4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 6
6
### CI
7
7
1 . [ #86 ] ( https://github.com/influxdata/influxdb-csharp/pull/86 ) : AppVeyor deploy preview releases
8
8
9
+ ### Dependencies
10
+ 1 . [ #98 ] ( https://github.com/influxdata/influxdb-csharp/pull/98 ) : Update dependencies:
11
+ - System.Net.Http to 4.3.4
12
+
9
13
## 1.1.1 [ 2020-04-14]
10
14
11
15
### Features
Original file line number Diff line number Diff line change 1
1
# InfluxDB .NET Collector
2
2
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/ )
4
4
[ ![ NuGet Version] ( http://img.shields.io/nuget/v/InfluxDB.LineProtocol.svg?style=flat )] ( https://www.nuget.org/packages/InfluxDB.LineProtocol/ )
5
5
[ ![ License] ( https://img.shields.io/github/license/influxdata/influxdb-csharp.svg )] ( https://github.com/influxdata/influxdb-csharp/blob/master/LICENSE )
6
6
[ ![ GitHub issues] ( https://img.shields.io/github/issues-raw/influxdata/influxdb-csharp.svg )] ( https://github.com/influxdata/influxdb-csharp/issues )
Original file line number Diff line number Diff line change 23
23
<PackageReference Include =" System.Linq" Version =" 4.3.0" />
24
24
<PackageReference Include =" System.Threading" Version =" 4.3.0" />
25
25
<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 " />
27
27
<PackageReference Include =" System.Console" Version =" 4.3.0" />
28
28
<PackageReference Include =" System.Runtime.Extensions" Version =" 4.3.0" />
29
29
</ItemGroup >
Original file line number Diff line number Diff line change 21
21
<PackageReference Include =" System.IO.Compression" Version =" 4.3.0" />
22
22
<PackageReference Include =" System.Linq" Version =" 4.3.0" />
23
23
<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 " />
25
25
<PackageReference Include =" System.Globalization" Version =" 4.3.0" />
26
26
<PackageReference Include =" System.Net.Sockets" Version =" 4.3.0" />
27
27
</ItemGroup >
You can’t perform that action at this time.
0 commit comments