Skip to content
This repository was archived by the owner on Feb 1, 2025. It is now read-only.

Commit fa69d54

Browse files
authored
Merge pull request #249 from linq2db/version2
Release 2.7.0
2 parents 5c0ed2f + 93fbc0c commit fa69d54

File tree

6 files changed

+16
-12
lines changed

6 files changed

+16
-12
lines changed

.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ dotnet_diagnostic.IDE0079.severity = none # IDE0079: Remove unnecessary suppress
251251
dotnet_diagnostic.IDE0080.severity = none # IDE0080: Remove unnecessary suppression operator
252252
dotnet_diagnostic.IDE0081.severity = none # IDE0081: Remove ByVal
253253
dotnet_diagnostic.IDE0083.severity = none # IDE0083: Use pattern matching (not operator)
254+
dotnet_diagnostic.IDE0130.severity = none # IDE0130: Namespace does not match folder structure
254255
dotnet_diagnostic.IDE1006.severity = none # IDE1006: Naming rule violation
255256

256257
dotnet_diagnostic.CS1998.severity = error # CS1998: Async method lacks 'await' operators and will run synchronously

Build/linq2db.Default.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>2.6.0</Version>
3+
<Version>2.7.0</Version>
44

55
<Authors>Svyatoslav Danyliv, Igor Tkachev, Dmitry Lukashenko, Ilya Chudin</Authors>
66
<Product>Linq to DB</Product>

Directory.Packages.props

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<Project>
22
<ItemGroup>
3-
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
4-
<PackageVersion Include="NUnit3TestAdapter" Version="4.2.1" />
5-
<PackageVersion Include="NUnit" Version="3.13.3" />
6-
<PackageVersion Include="FluentAssertions" Version="6.6.0" />
3+
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="16.10.0" />
4+
<PackageVersion Include="NUnit3TestAdapter" Version="4.0.0" />
5+
<PackageVersion Include="NUnit" Version="3.13.2" />
6+
<PackageVersion Include="FluentAssertions" Version="5.10.3" />
77

8-
<PackageVersion Include="linq2db" Version="4.0.1" />
9-
<PackageVersion Include="linq2db.Tools" Version="4.0.1" />
8+
<PackageVersion Include="linq2db" Version="4.2.0" />
9+
<PackageVersion Include="linq2db.Tools" Version="4.2.0" />
1010

1111
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.1.1" />
1212
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="6.0.0" />

NuGet/linq2db.EntityFrameworkCore.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<dependencies>
1717
<group targetFramework=".NETStandard2.0">
1818
<dependency id="Microsoft.EntityFrameworkCore.Relational" version="2.2.6" />
19-
<dependency id="linq2db" version="4.0.1" />
19+
<dependency id="linq2db" version="4.2.0" />
2020
</group>
2121
</dependencies>
2222
</metadata>

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
variables:
22
solution: 'linq2db.EFCore.sln'
33
build_configuration: 'Release'
4-
assemblyVersion: 2.6.0
5-
nugetVersion: 2.6.0
4+
assemblyVersion: 2.7.0
5+
nugetVersion: 2.7.0
66
artifact_nugets: 'nugets'
77

88
# build on commits to important branches (master + release branches):

linq2db.EFCore.sln

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 16
4-
VisualStudioVersion = 16.0.29324.140
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.2.32505.173
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "linq2db.EntityFrameworkCore", "Source\LinqToDB.EntityFrameworkCore\linq2db.EntityFrameworkCore.csproj", "{29F45BE9-3B57-4162-A02A-59F05528A0E7}"
77
EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{A3F30061-485E-4112-9675-3AE332BEED13}"
99
ProjectSection(SolutionItems) = preProject
10+
.editorconfig = .editorconfig
11+
.gitignore = .gitignore
1012
azure-pipelines.yml = azure-pipelines.yml
1113
Directory.Packages.props = Directory.Packages.props
14+
global.json = global.json
1215
Build\linq2db.Default.props = Build\linq2db.Default.props
1316
Build\linq2db.snk = Build\linq2db.snk
1417
Build\linq2db.Tests.props = Build\linq2db.Tests.props

0 commit comments

Comments
 (0)