Skip to content

Commit 47b14de

Browse files
authored
chore: update RestSharp to 106.11.7 (#145)
1 parent 20437d2 commit 47b14de

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
### Bug Fixes
44
1. [#143](https://github.com/influxdata/influxdb-client-csharp/pull/143): Added validation that a configuration is present when is client configured via file
55

6+
### Dependencies
7+
1. [#145](https://github.com/influxdata/influxdb-client-csharp/pull/145): Updated RestSharp to 106.11.7
8+
69
### CI
7-
1. [#140](https://github.com/influxdata/influxdb-client-csharp/pull/140): Updated default docker image to v2.0.3
10+
1. [#140](https://github.com/influxdata/influxdb-client-csharp/pull/140): Updated default docker image to v2.0.3
811

912
## 1.14.0 [2020-12-04]
1013

Client.Core/Client.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<PackageReference Include="Newtonsoft.Json" Version=" 11.0.2" />
3737
<PackageReference Include="NodaTime" Version="2.4.1" />
3838
<PackageReference Include="NodaTime.Serialization.JsonNet" Version="2.0.0" />
39-
<PackageReference Include="RestSharp" Version="106.6.10" />
39+
<PackageReference Include="RestSharp" Version="106.11.7" />
4040
<PackageReference Include="System.Net.Http" Version="4.3.4" />
4141
</ItemGroup>
4242

Scripts/ci-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ sed -i '/<TargetFrameworks>netstandard2.0;netstandard2.1<\/TargetFrameworks>/c\<
2323
#
2424
# Install testing tools
2525
#
26-
dotnet tool install --tool-path="./Coverlet/" coverlet.console
26+
dotnet tool install --tool-path="./Coverlet/" coverlet.console --version 1.7.2
2727
dotnet tool install --tool-path="./trx2junit/" trx2junit --version 1.3.2
2828

2929
#

0 commit comments

Comments
 (0)