Skip to content

Commit

Permalink
chore(release): release version 4.0.0-rc3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Bednář committed Mar 4, 2022
1 parent 9bf6e5d commit 7887eae
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 4.0.0-rc3 [unreleased]
## 4.0.0-rc3 [2022-03-04]

### Features
1. [#295](https://github.com/influxdata/influxdb-client-csharp/pull/295): Add possibility to put generic type object as a value for `PointData` and `PointData.Builder`
Expand Down
2 changes: 1 addition & 1 deletion Client.Core/Client.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Authors>influxdb-client-csharp Contributors</Authors>
<AssemblyName>InfluxDB.Client.Core</AssemblyName>
<VersionPrefix>4.0.0</VersionPrefix>
<VersionSuffix>dev</VersionSuffix>
<VersionSuffix>rc3</VersionSuffix>

<PackageId>InfluxDB.Client.Core</PackageId>
<PackageTags>influxdata;timeseries;flux;influxdb</PackageTags>
Expand Down
2 changes: 1 addition & 1 deletion Client.Legacy/Client.Legacy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Authors>influxdb-client-csharp Contributors</Authors>
<AssemblyName>InfluxDB.Client.Flux</AssemblyName>
<VersionPrefix>4.0.0</VersionPrefix>
<VersionSuffix>dev</VersionSuffix>
<VersionSuffix>rc3</VersionSuffix>

<PackageId>InfluxDB.Client.Flux</PackageId>
<PackageTags>influxdata;timeseries;flux;influxdb</PackageTags>
Expand Down
2 changes: 1 addition & 1 deletion Client.Linq/Client.Linq.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Authors>influxdb-client-csharp Contributors</Authors>
<AssemblyName>InfluxDB.Client.Linq</AssemblyName>
<VersionPrefix>4.0.0</VersionPrefix>
<VersionSuffix>dev</VersionSuffix>
<VersionSuffix>rc3</VersionSuffix>

<PackageId>InfluxDB.Client.Linq</PackageId>
<PackageTags>influxdata;timeseries;flux;influxdb;linq</PackageTags>
Expand Down
2 changes: 1 addition & 1 deletion Client/Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Authors>influxdb-client-csharp Contributors</Authors>
<AssemblyName>InfluxDB.Client</AssemblyName>
<VersionPrefix>4.0.0</VersionPrefix>
<VersionSuffix>dev</VersionSuffix>
<VersionSuffix>rc3</VersionSuffix>

<PackageId>InfluxDB.Client</PackageId>
<PackageTags>influxdata;timeseries;flux;influxdb</PackageTags>
Expand Down
2 changes: 1 addition & 1 deletion Examples/Examples.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFrameworks>netcoreapp3.1;netcoreapp5.0;netcoreapp6.0</TargetFrameworks>
<LangVersion>8</LangVersion>
<VersionPrefix>4.0.0</VersionPrefix>
<VersionSuffix>dev</VersionSuffix>
<VersionSuffix>rc3</VersionSuffix>
<IsPackable>false</IsPackable>

<AssemblyOriginatorKeyFile>../Keys/Key.snk</AssemblyOriginatorKeyFile>
Expand Down

0 comments on commit 7887eae

Please sign in to comment.