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

Commit abe77cb

Browse files
committed
Updated to linq2db 4.3.0. Bump version to 2.8.0
1 parent 93fbc0c commit abe77cb

4 files changed

+6
-6
lines changed

Build/linq2db.Default.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>2.7.0</Version>
3+
<Version>2.8.0</Version>
44

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

Directory.Packages.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<PackageVersion Include="NUnit" Version="3.13.2" />
66
<PackageVersion Include="FluentAssertions" Version="5.10.3" />
77

8-
<PackageVersion Include="linq2db" Version="4.2.0" />
9-
<PackageVersion Include="linq2db.Tools" Version="4.2.0" />
8+
<PackageVersion Include="linq2db" Version="4.3.0" />
9+
<PackageVersion Include="linq2db.Tools" Version="4.3.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

+1-1
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.2.0" />
19+
<dependency id="linq2db" version="4.3.0" />
2020
</group>
2121
</dependencies>
2222
</metadata>

azure-pipelines.yml

+2-2
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.7.0
5-
nugetVersion: 2.7.0
4+
assemblyVersion: 2.8.0
5+
nugetVersion: 2.8.0
66
artifact_nugets: 'nugets'
77

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

0 commit comments

Comments
 (0)