Skip to content

Commit 0272fa3

Browse files
authored
chore: update of csvhelper to v18 (#148)
1 parent 47b14de commit 0272fa3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
### Dependencies
77
1. [#145](https://github.com/influxdata/influxdb-client-csharp/pull/145): Updated RestSharp to 106.11.7
8+
1. [#148](https://github.com/influxdata/influxdb-client-csharp/pull/148): Updated CsvHelper to 18.0.0
89

910
### CI
1011
1. [#140](https://github.com/influxdata/influxdb-client-csharp/pull/140): Updated default docker image to v2.0.3

Client.Core/Client.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</ItemGroup>
3333

3434
<ItemGroup>
35-
<PackageReference Include="CsvHelper" Version="[15.0.4,16.0)" />
35+
<PackageReference Include="CsvHelper" Version="18.0.0" />
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" />

0 commit comments

Comments
 (0)