Skip to content

Commit 35c6cb8

Browse files
committed
prepare for next development iteration 1.4.0
1 parent 1cb8994 commit 35c6cb8

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 1.4.0 [unreleased]
2+
13
## 1.3.0 [2019-12-06]
24

35
### Performance

Client.Core/Client.Core.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
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</Version>
9+
<Version>1.4.0-preview</Version>
1010

1111
<PackageId>InfluxDB.Client.Core</PackageId>
1212
<PackageTags>influxdata;timeseries;flux;influxdb</PackageTags>
1313
<PackageIcon>influxdata.jpg</PackageIcon>
14+
<PackageIconUrl>https://raw.githubusercontent.com/influxdata/influxdb-client-csharp/master/Assets/influxdata.jpg</PackageIconUrl>
1415
<PackageProjectUrl>https://github.com/influxdata/influxdb-client-csharp/tree/master/Client.Core</PackageProjectUrl>
1516
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1617
<RepositoryUrl>https://github.com/influxdata/influxdb-client-csharp</RepositoryUrl>

Client.Legacy/Client.Legacy.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
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</Version>
9+
<Version>1.4.0-preview</Version>
1010

1111
<PackageId>InfluxDB.Client.Flux</PackageId>
1212
<PackageTags>influxdata;timeseries;flux;influxdb</PackageTags>
1313
<PackageIcon>influxdata.jpg</PackageIcon>
14+
<PackageIconUrl>https://raw.githubusercontent.com/influxdata/influxdb-client-csharp/master/Assets/influxdata.jpg</PackageIconUrl>
1415
<PackageProjectUrl>https://github.com/influxdata/influxdb-client-csharp/tree/master/Client.Legacy</PackageProjectUrl>
1516
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1617
<RepositoryUrl>https://github.com/influxdata/influxdb-client-csharp</RepositoryUrl>

Client/Client.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
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</Version>
9+
<Version>1.4.0-preview</Version>
1010

1111
<PackageId>InfluxDB.Client</PackageId>
1212
<PackageTags>influxdata;timeseries;flux;influxdb</PackageTags>
1313
<PackageIcon>influxdata.jpg</PackageIcon>
14+
<PackageIconUrl>https://raw.githubusercontent.com/influxdata/influxdb-client-csharp/master/Assets/influxdata.jpg</PackageIconUrl>
1415
<PackageProjectUrl>https://github.com/influxdata/influxdb-client-csharp/tree/master/Client</PackageProjectUrl>
1516
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1617
<RepositoryUrl>https://github.com/influxdata/influxdb-client-csharp</RepositoryUrl>

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</Version>
6+
<Version>1.4.0-preview</Version>
77
<IsPackable>false</IsPackable>
88

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

0 commit comments

Comments
 (0)