From d9d50d6a5b2f7fc00531a3cf99bd938788c22816 Mon Sep 17 00:00:00 2001 From: Svyatoslav Danyliv Date: Fri, 8 Apr 2022 10:54:37 +0300 Subject: [PATCH] Updated to linq2db 3.7.0 --- Build/linq2db.Default.props | 2 +- Directory.Packages.props | 4 ++-- NuGet/linq2db.EntityFrameworkCore.nuspec | 2 +- azure-pipelines.yml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Build/linq2db.Default.props b/Build/linq2db.Default.props index a1849b0..cc5dd2d 100644 --- a/Build/linq2db.Default.props +++ b/Build/linq2db.Default.props @@ -1,6 +1,6 @@  - 5.9.0 + 5.10.0 Svyatoslav Danyliv, Igor Tkachev, Dmitry Lukashenko, Ilya Chudin Linq to DB diff --git a/Directory.Packages.props b/Directory.Packages.props index 544c218..5d739ab 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -5,8 +5,8 @@ - - + + diff --git a/NuGet/linq2db.EntityFrameworkCore.nuspec b/NuGet/linq2db.EntityFrameworkCore.nuspec index cf789a9..20e052b 100644 --- a/NuGet/linq2db.EntityFrameworkCore.nuspec +++ b/NuGet/linq2db.EntityFrameworkCore.nuspec @@ -16,7 +16,7 @@ - + diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cbb696b..4390cea 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,8 +1,8 @@ variables: solution: 'linq2db.EFCore.sln' build_configuration: 'Release' - assemblyVersion: 5.9.0 - nugetVersion: 5.9.0 + assemblyVersion: 5.10.0 + nugetVersion: 5.10.0 artifact_nugets: 'nugets' # build on commits to important branches (master + release branches):