Skip to content

Commit

Permalink
chore(release): release version 4.12.0 [skip ci] (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar authored Apr 28, 2023
1 parent b55ccd4 commit 3a0d0d9
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## 4.12.0 [unreleased]
## 4.12.0 [2023-04-28]

### Bug Fixes
- [#510](https://github.com/influxdata/influxdb-client-csharp/pull/510): Passing aggregation function to AggregateWindow for LINQ queries
- [#510](https://github.com/influxdata/influxdb-client-csharp/pull/510): Passing aggregation function to AggregateWindow for LINQ queries

### Dependencies
Update dependencies:
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.12.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.12.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.12.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.12.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.12.0</VersionPrefix>
<VersionSuffix>dev</VersionSuffix>
<VersionSuffix></VersionSuffix>
<IsPackable>false</IsPackable>

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

0 comments on commit 3a0d0d9

Please sign in to comment.