Skip to content

Commit 74e0f03

Browse files
committed
release version 1.2.0
1 parent bd1404a commit 74e0f03

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
## 1.2.0 [unreleased]
2-
3-
### API
4-
1. [#42](https://github.com/influxdata/influxdb-client-csharp/pull/42): Updated swagger to latest version
1+
## 1.2.0 [2019-11-08]
52

63
### Features
74
1. [#43](https://github.com/influxdata/influxdb-client-csharp/issues/43) Added DeleteApi
85

6+
### API
7+
1. [#42](https://github.com/influxdata/influxdb-client-csharp/pull/42): Updated swagger to latest version
8+
99
## 1.1.0 [2019-10-11]
1010

1111
### Breaking Changes

Client.Core/Client.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Description>InfluxDB Client Core - exceptions, validations, REST client.</Description>
77
<Authors>influxdb-client-csharp Contributors</Authors>
88
<AssemblyName>InfluxDB.Client.Core</AssemblyName>
9-
<Version>1.2.0-preview</Version>
9+
<Version>1.2.0</Version>
1010

1111
<PackageId>InfluxDB.Client.Core</PackageId>
1212
<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
@@ -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-
<Version>1.2.0-preview</Version>
9+
<Version>1.2.0</Version>
1010

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

Client/Client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Description>The reference client that allows query, write and management (bucket, organization, users) for the InfluxDB 2.0.</Description>
77
<Authors>influxdb-client-csharp Contributors</Authors>
88
<AssemblyName>InfluxDB.Client</AssemblyName>
9-
<Version>1.2.0-preview</Version>
9+
<Version>1.2.0</Version>
1010

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

Examples/Examples.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>netcoreapp2.2</TargetFramework>
6-
<Version>1.2.0-preview</Version>
6+
<Version>1.2.0</Version>
77
<IsPackable>false</IsPackable>
88
</PropertyGroup>
99

0 commit comments

Comments
 (0)