diff --git a/Build/linq2db.Default.props b/Build/linq2db.Default.props index 8ce0206..0e7e9da 100644 --- a/Build/linq2db.Default.props +++ b/Build/linq2db.Default.props @@ -1,6 +1,6 @@  - 6.12.0 + 6.13.0 Svyatoslav Danyliv, Igor Tkachev, Dmitry Lukashenko, Ilya Chudin Linq to DB diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9403c38..151acf1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,8 +1,8 @@ variables: solution: 'linq2db.EFCore.sln' build_configuration: 'Release' - assemblyVersion: 6.12.0 - nugetVersion: 6.12.0 + assemblyVersion: 6.13.0 + nugetVersion: 6.13.0 artifact_nugets: 'nugets' # build on commits to important branches (master + release branches):