Skip to content

Commit efcd6fd

Browse files
committed
chore(release): release version 4.0.0 [skip ci]
1 parent 9e146fc commit efcd6fd

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 4.0.0 [unreleased]
1+
## 4.0.0 [2022-03-18]
22

33
:warning: The underlying `RestSharp` library was updated the latest major version `v107`. The new version of `RestSharp` switched from the legacy `HttpWebRequest` class to the standard well-known `System.Net.Http.HttpClient` instead. This improves performance and solves lots of issues, like hanging connections, updated protocols support, and many other problems.
44

Client.Core/Client.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Authors>influxdb-client-csharp Contributors</Authors>
99
<AssemblyName>InfluxDB.Client.Core</AssemblyName>
1010
<VersionPrefix>4.0.0</VersionPrefix>
11-
<VersionSuffix>dev</VersionSuffix>
11+
<VersionSuffix></VersionSuffix>
1212

1313
<PackageId>InfluxDB.Client.Core</PackageId>
1414
<PackageTags>influxdata;timeseries;flux;influxdb</PackageTags>

Client.Legacy/Client.Legacy.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Authors>influxdb-client-csharp Contributors</Authors>
88
<AssemblyName>InfluxDB.Client.Flux</AssemblyName>
99
<VersionPrefix>4.0.0</VersionPrefix>
10-
<VersionSuffix>dev</VersionSuffix>
10+
<VersionSuffix></VersionSuffix>
1111

1212
<PackageId>InfluxDB.Client.Flux</PackageId>
1313
<PackageTags>influxdata;timeseries;flux;influxdb</PackageTags>

Client.Linq/Client.Linq.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Authors>influxdb-client-csharp Contributors</Authors>
99
<AssemblyName>InfluxDB.Client.Linq</AssemblyName>
1010
<VersionPrefix>4.0.0</VersionPrefix>
11-
<VersionSuffix>dev</VersionSuffix>
11+
<VersionSuffix></VersionSuffix>
1212

1313
<PackageId>InfluxDB.Client.Linq</PackageId>
1414
<PackageTags>influxdata;timeseries;flux;influxdb;linq</PackageTags>

Client/Client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Authors>influxdb-client-csharp Contributors</Authors>
99
<AssemblyName>InfluxDB.Client</AssemblyName>
1010
<VersionPrefix>4.0.0</VersionPrefix>
11-
<VersionSuffix>dev</VersionSuffix>
11+
<VersionSuffix></VersionSuffix>
1212

1313
<PackageId>InfluxDB.Client</PackageId>
1414
<PackageTags>influxdata;timeseries;flux;influxdb</PackageTags>

Examples/Examples.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<TargetFrameworks>netcoreapp3.1;netcoreapp5.0;netcoreapp6.0</TargetFrameworks>
66
<LangVersion>8</LangVersion>
77
<VersionPrefix>4.0.0</VersionPrefix>
8-
<VersionSuffix>dev</VersionSuffix>
8+
<VersionSuffix></VersionSuffix>
99
<IsPackable>false</IsPackable>
1010

1111
<AssemblyOriginatorKeyFile>../Keys/Key.snk</AssemblyOriginatorKeyFile>

0 commit comments

Comments
 (0)