Skip to content

Commit

Permalink
chore(release): prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Jul 28, 2023
1 parent 3206fa3 commit edb1ba1
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 17 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 4.14.0 [unreleased]

## 4.13.0 [2023-07-28]

### Features
Expand Down
4 changes: 2 additions & 2 deletions Client.Core/Client.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<Description>InfluxDB Client Core - exceptions, validations, REST client.</Description>
<Authors>influxdb-client-csharp Contributors</Authors>
<AssemblyName>InfluxDB.Client.Core</AssemblyName>
<VersionPrefix>4.13.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<VersionPrefix>4.14.0</VersionPrefix>
<VersionSuffix>dev</VersionSuffix>

<PackageId>InfluxDB.Client.Core</PackageId>
<PackageTags>influxdata;timeseries;flux;influxdb</PackageTags>
Expand Down
4 changes: 2 additions & 2 deletions Client.Legacy/Client.Legacy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<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>
<VersionPrefix>4.13.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<VersionPrefix>4.14.0</VersionPrefix>
<VersionSuffix>dev</VersionSuffix>

<PackageId>InfluxDB.Client.Flux</PackageId>
<PackageTags>influxdata;timeseries;flux;influxdb</PackageTags>
Expand Down
4 changes: 2 additions & 2 deletions Client.Linq/Client.Linq.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<Description>The library supports querying InfluxDB 2.x by LINQ expressions.</Description>
<Authors>influxdb-client-csharp Contributors</Authors>
<AssemblyName>InfluxDB.Client.Linq</AssemblyName>
<VersionPrefix>4.13.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<VersionPrefix>4.14.0</VersionPrefix>
<VersionSuffix>dev</VersionSuffix>

<PackageId>InfluxDB.Client.Linq</PackageId>
<PackageTags>influxdata;timeseries;flux;influxdb;linq</PackageTags>
Expand Down
4 changes: 2 additions & 2 deletions Client/Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<Description>The reference client that allows query, write and management (bucket, organization, users) for the InfluxDB 2.x.</Description>
<Authors>influxdb-client-csharp Contributors</Authors>
<AssemblyName>InfluxDB.Client</AssemblyName>
<VersionPrefix>4.13.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<VersionPrefix>4.14.0</VersionPrefix>
<VersionSuffix>dev</VersionSuffix>

<PackageId>InfluxDB.Client</PackageId>
<PackageTags>influxdata;timeseries;flux;influxdb</PackageTags>
Expand Down
4 changes: 2 additions & 2 deletions Examples/Examples.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<OutputType>Exe</OutputType>
<TargetFrameworks>netcoreapp3.1;net5.0;net6.0;net7.0</TargetFrameworks>
<LangVersion>8</LangVersion>
<VersionPrefix>4.13.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<VersionPrefix>4.14.0</VersionPrefix>
<VersionSuffix>dev</VersionSuffix>
<IsPackable>false</IsPackable>

<AssemblyOriginatorKeyFile>../Keys/Key.snk</AssemblyOriginatorKeyFile>
Expand Down
8 changes: 1 addition & 7 deletions Scripts/publish-site.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,7 @@ set -ev
SCRIPT_PATH="$( cd "$(dirname "$0")" || exit ; pwd -P )"
cd "$SCRIPT_PATH"/..

echo "# Install Git"
apt-get update \
&& apt-get install git --yes \

echo "# Clone client and switch to branch for GH-Pages"
chown root:$USER ~/.ssh/config
chmod 644 ~/.ssh/config
git clone [email protected]:influxdata/influxdb-client-csharp.git \
&& cd influxdb-client-csharp \
&& git switch -C gh-pages
Expand All @@ -43,5 +37,5 @@ cp -R "${SCRIPT_PATH}"/../.circleci/ "$SCRIPT_PATH"/../influxdb-client-csharp/
echo "# Deploy site"
cd "$SCRIPT_PATH"/../influxdb-client-csharp
git add -f .
git -c commit.gpgsign=false commit -m "Pushed the latest Docs to GitHub pages [skip CI]"
git commit -m "Pushed the latest Docs to GitHub pages [skip CI]"
git push -fq origin gh-pages

0 comments on commit edb1ba1

Please sign in to comment.