diff --git a/.editorconfig b/.editorconfig index ef2198a..dbe83cc 100644 --- a/.editorconfig +++ b/.editorconfig @@ -251,6 +251,7 @@ dotnet_diagnostic.IDE0079.severity = none # IDE0079: Remove unnecessary suppress dotnet_diagnostic.IDE0080.severity = none # IDE0080: Remove unnecessary suppression operator dotnet_diagnostic.IDE0081.severity = none # IDE0081: Remove ByVal dotnet_diagnostic.IDE0083.severity = none # IDE0083: Use pattern matching (not operator) +dotnet_diagnostic.IDE0130.severity = none # IDE0130: Namespace does not match folder structure dotnet_diagnostic.IDE1006.severity = none # IDE1006: Naming rule violation dotnet_diagnostic.CS1998.severity = error # CS1998: Async method lacks 'await' operators and will run synchronously diff --git a/Build/linq2db.Default.props b/Build/linq2db.Default.props index 71079fb..804f870 100644 --- a/Build/linq2db.Default.props +++ b/Build/linq2db.Default.props @@ -1,6 +1,6 @@  - 2.6.0 + 2.7.0 Svyatoslav Danyliv, Igor Tkachev, Dmitry Lukashenko, Ilya Chudin Linq to DB diff --git a/Directory.Packages.props b/Directory.Packages.props index 57c64cf..668cfec 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -1,12 +1,12 @@  - - - - + + + + - - + + diff --git a/NuGet/linq2db.EntityFrameworkCore.nuspec b/NuGet/linq2db.EntityFrameworkCore.nuspec index 2996be5..91fae04 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 e289f93..e165969 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,8 +1,8 @@ variables: solution: 'linq2db.EFCore.sln' build_configuration: 'Release' - assemblyVersion: 2.6.0 - nugetVersion: 2.6.0 + assemblyVersion: 2.7.0 + nugetVersion: 2.7.0 artifact_nugets: 'nugets' # build on commits to important branches (master + release branches): diff --git a/linq2db.EFCore.sln b/linq2db.EFCore.sln index ed51014..2d7f125 100644 --- a/linq2db.EFCore.sln +++ b/linq2db.EFCore.sln @@ -1,14 +1,17 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.29324.140 +# Visual Studio Version 17 +VisualStudioVersion = 17.2.32505.173 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "linq2db.EntityFrameworkCore", "Source\LinqToDB.EntityFrameworkCore\linq2db.EntityFrameworkCore.csproj", "{29F45BE9-3B57-4162-A02A-59F05528A0E7}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{A3F30061-485E-4112-9675-3AE332BEED13}" ProjectSection(SolutionItems) = preProject + .editorconfig = .editorconfig + .gitignore = .gitignore azure-pipelines.yml = azure-pipelines.yml Directory.Packages.props = Directory.Packages.props + global.json = global.json Build\linq2db.Default.props = Build\linq2db.Default.props Build\linq2db.snk = Build\linq2db.snk Build\linq2db.Tests.props = Build\linq2db.Tests.props