From bebb3b6ce1ef56ae3117d7142e05636e06b0d04d Mon Sep 17 00:00:00 2001 From: Svyatoslav Danyliv Date: Thu, 11 Nov 2021 22:01:54 +0200 Subject: [PATCH] Bump version. --- Build/linq2db.Default.props | 2 +- azure-pipelines.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Build/linq2db.Default.props b/Build/linq2db.Default.props index 5d09d1c..c61b5fc 100644 --- a/Build/linq2db.Default.props +++ b/Build/linq2db.Default.props @@ -1,6 +1,6 @@  - 6.5.0 + 6.6.0 Svyatoslav Danyliv, Igor Tkachev, Dmitry Lukashenko, Ilya Chudin Linq to DB diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ca41625..ca48066 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,8 +1,8 @@ variables: solution: 'linq2db.EFCore.sln' build_configuration: 'Release' - assemblyVersion: 6.5.0 - nugetVersion: 6.5.0 + assemblyVersion: 6.6.0 + nugetVersion: 6.6.0 artifact_nugets: 'nugets' # build on commits to important branches (master + release branches):