Skip to content

Commit 1cb8994

Browse files
committed
release version 1.3.0
1 parent c870011 commit 1cb8994

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.3.0 [unreleased]
1+
## 1.3.0 [2019-12-06]
22

33
### Performance
44

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.3.0-preview</Version>
9+
<Version>1.3.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.3.0-preview</Version>
9+
<Version>1.3.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.3.0-preview</Version>
9+
<Version>1.3.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.3.0-preview</Version>
6+
<Version>1.3.0</Version>
77
<IsPackable>false</IsPackable>
88

99
<AssemblyOriginatorKeyFile>../Keys/Key.snk</AssemblyOriginatorKeyFile>

0 commit comments

Comments
 (0)