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

Commit 91ef4ea

Browse files
committed
Increased version to 3.9.0
1 parent 3a171c3 commit 91ef4ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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="3.1.10" />
19-
<dependency id="linq2db" version="3.1.6" />
19+
<dependency id="linq2db" version="3.2.3" />
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: 3.8.0
5-
nugetVersion: 3.8.0
4+
assemblyVersion: 3.9.0
5+
nugetVersion: 3.9.0
66
artifact_nugets: 'nugets'
77

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

0 commit comments

Comments
 (0)