Skip to content

Commit df16fa1

Browse files
committed
chore: update version to 5.0.0 and modify CHANGELOG.md
1 parent 08b9da6 commit df16fa1

File tree

6 files changed

+9
-7
lines changed

6 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 4.19.0 [unreleased]
1+
## 5.0.0 [unreleased]
22

33
### Dependencies
44

@@ -7,6 +7,9 @@
77
### CI
88
1. [#681](https://github.com/influxdata/influxdb-client-csharp/pull/681): Add build for `dotnet8`
99

10+
### Features
11+
2. [#606](https://github.com/influxdata/influxdb-client-csharp/pull/606): Use IEnumerable in WriteApi to eliminate unnescessary memmory allocations
12+
1013
## 4.18.0 [2024-09-13]
1114

1215
### Features:
@@ -94,7 +97,6 @@ Update dependencies:
9497
### Features
9598

9699
1. [#590](https://github.com/influxdata/influxdb-client-csharp/pull/590): Allows disable Trace verbose messages
97-
2. [#606](https://github.com/influxdata/influxdb-client-csharp/pull/606): Use IEnumerable in WriteApi to eliminate unnescessary memmory allocations
98100

99101
### Dependencies
100102
Update dependencies:

Client.Core/Client.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Description>InfluxDB Client Core - exceptions, validations, REST client.</Description>
88
<Authors>influxdb-client-csharp Contributors</Authors>
99
<AssemblyName>InfluxDB.Client.Core</AssemblyName>
10-
<VersionPrefix>4.19.0</VersionPrefix>
10+
<VersionPrefix>5.0.0</VersionPrefix>
1111
<VersionSuffix>dev</VersionSuffix>
1212

1313
<PackageId>InfluxDB.Client.Core</PackageId>

Client.Legacy/Client.Legacy.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Description>The client that allow perform Flux Query against the InfluxDB 1.7+.</Description>
77
<Authors>influxdb-client-csharp Contributors</Authors>
88
<AssemblyName>InfluxDB.Client.Flux</AssemblyName>
9-
<VersionPrefix>4.19.0</VersionPrefix>
9+
<VersionPrefix>5.0.0</VersionPrefix>
1010
<VersionSuffix>dev</VersionSuffix>
1111

1212
<PackageId>InfluxDB.Client.Flux</PackageId>

Client.Linq/Client.Linq.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Description>The library supports querying InfluxDB 2.x by LINQ expressions.</Description>
88
<Authors>influxdb-client-csharp Contributors</Authors>
99
<AssemblyName>InfluxDB.Client.Linq</AssemblyName>
10-
<VersionPrefix>4.19.0</VersionPrefix>
10+
<VersionPrefix>5.0.0</VersionPrefix>
1111
<VersionSuffix>dev</VersionSuffix>
1212

1313
<PackageId>InfluxDB.Client.Linq</PackageId>

Client/Client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Description>The reference client that allows query, write and management (bucket, organization, users) for the InfluxDB 2.x.</Description>
88
<Authors>influxdb-client-csharp Contributors</Authors>
99
<AssemblyName>InfluxDB.Client</AssemblyName>
10-
<VersionPrefix>4.19.0</VersionPrefix>
10+
<VersionPrefix>5.0.0</VersionPrefix>
1111
<VersionSuffix>dev</VersionSuffix>
1212

1313
<PackageId>InfluxDB.Client</PackageId>

Examples/Examples.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<OutputType>Exe</OutputType>
55
<TargetFrameworks>netcoreapp3.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
66
<LangVersion>8</LangVersion>
7-
<VersionPrefix>4.19.0</VersionPrefix>
7+
<VersionPrefix>5.0.0</VersionPrefix>
88
<VersionSuffix>dev</VersionSuffix>
99
<IsPackable>false</IsPackable>
1010

0 commit comments

Comments
 (0)