From 982d53bbe794c88850f740542ee4ce67cd629114 Mon Sep 17 00:00:00 2001 From: MaceWindu Date: Wed, 20 Dec 2023 15:33:49 +0100 Subject: [PATCH] Final release 8.0.0 --- Directory.Packages.props | 24 ++++++++++++------------ NuGet.config | 4 ++-- NuGet/linq2db.EntityFrameworkCore.nuspec | 4 ++-- azure-pipelines.yml | 2 +- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index b366ab2..280234d 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -1,24 +1,24 @@  - + - + - - + + - + - - + + - + - - - - + + + + diff --git a/NuGet.config b/NuGet.config index 4ed3618..0291fde 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,9 +7,9 @@ - + diff --git a/NuGet/linq2db.EntityFrameworkCore.nuspec b/NuGet/linq2db.EntityFrameworkCore.nuspec index a5b7a46..45fd3c0 100644 --- a/NuGet/linq2db.EntityFrameworkCore.nuspec +++ b/NuGet/linq2db.EntityFrameworkCore.nuspec @@ -15,8 +15,8 @@ MIT-LICENSE.txt - - + + diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 51d8b02..1c01ad7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -2,7 +2,7 @@ variables: solution: 'linq2db.EFCore.sln' build_configuration: 'Release' assemblyVersion: 8.0.0 - nugetVersion: 8.0.0-rc.2 + nugetVersion: 8.0.0 artifact_nugets: 'nugets' # build on commits to important branches (master + release branches):