Skip to content

Commit

Permalink
release version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Oct 11, 2019
1 parent 0b08b2b commit 1289a1f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.1.0 [unreleased]
## 1.1.0 [2019-10-11]

### Breaking Changes
1. [#34](https://github.com/influxdata/influxdb-client-csharp/issues/34): Renamed Point class to PointData and Task class to TaskType (improving the usability of this library)
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 @@ -6,7 +6,7 @@
<Description>InfluxDB Client Core - exceptions, validations, REST client.</Description>
<Authors>influxdb-client-csharp Contributors</Authors>
<AssemblyName>InfluxDB.Client.Core</AssemblyName>
<Version>1.1.0-preview</Version>
<Version>1.1.0</Version>

<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 @@ -6,7 +6,7 @@
<Description>The client that allow perform Flux Query against the InfluxDB 1.7+.</Description>
<Authors>influxdb-client-csharp Contributors</Authors>
<AssemblyName>InfluxDB.Client.Flux</AssemblyName>
<Version>1.1.0-preview</Version>
<Version>1.1.0</Version>

<PackageId>InfluxDB.Client.Flux</PackageId>
<PackageTags>influxdata;timeseries;flux;influxdb</PackageTags>
Expand Down
2 changes: 1 addition & 1 deletion Client/Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Description>The reference client that allows query, write and management (bucket, organization, users) for the InfluxDB 2.0.</Description>
<Authors>influxdb-client-csharp Contributors</Authors>
<AssemblyName>InfluxDB.Client</AssemblyName>
<Version>1.1.0-preview</Version>
<Version>1.1.0</Version>

<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 @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.2</TargetFramework>
<Version>1.1.0-preview</Version>
<Version>1.1.0</Version>
<IsPackable>false</IsPackable>
</PropertyGroup>

Expand Down

0 comments on commit 1289a1f

Please sign in to comment.