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

Commit 7901e1e

Browse files
committed
Increased version to 5.1.0
1 parent 76bbc7f commit 7901e1e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

NuGet/linq2db.EntityFrameworkCore.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<license type="file">MIT-LICENSE.txt</license>
1616
<dependencies>
1717
<group targetFramework=".NETStandard2.1">
18-
<dependency id="Microsoft.EntityFrameworkCore.Relational" version="5.0.0" />
19-
<dependency id="linq2db" version="3.1.6" />
18+
<dependency id="Microsoft.EntityFrameworkCore.Relational" version="5.0.2" />
19+
<dependency id="linq2db" version="3.2.3" />
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: 5.0.2
5-
nugetVersion: 5.0.2
4+
assemblyVersion: 5.1.0
5+
nugetVersion: 5.1.0
66
artifact_nugets: 'nugets'
77

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

0 commit comments

Comments
 (0)