Skip to content

Commit

Permalink
chore(release): release version 4.16.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Jun 24, 2024
1 parent 065c460 commit d9c19af
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.16.0 [unreleased]
## 4.16.0 [2024-06-24]

### Features:
- [#633](https://github.com/influxdata/influxdb-client-csharp/pull/633): Add package XML documentation.
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.16.0</VersionPrefix>
<VersionSuffix>dev</VersionSuffix>
<VersionSuffix></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.16.0</VersionPrefix>
<VersionSuffix>dev</VersionSuffix>
<VersionSuffix></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.16.0</VersionPrefix>
<VersionSuffix>dev</VersionSuffix>
<VersionSuffix></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.16.0</VersionPrefix>
<VersionSuffix>dev</VersionSuffix>
<VersionSuffix></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;net5.0;net6.0;net7.0</TargetFrameworks>
<LangVersion>8</LangVersion>
<VersionPrefix>4.16.0</VersionPrefix>
<VersionSuffix>dev</VersionSuffix>
<VersionSuffix></VersionSuffix>
<IsPackable>false</IsPackable>

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

0 comments on commit d9c19af

Please sign in to comment.