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

Commit 02d2eb7

Browse files
committed
prepare re-release
1 parent c094fba commit 02d2eb7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

NuGet/linq2db.EntityFrameworkCore.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<license type="file">MIT-LICENSE.txt</license>
1616
<dependencies>
1717
<group targetFramework="netstandard2.0">
18-
<dependency id="linq2db" version="5.0.0" />
18+
<dependency id="linq2db" version="5.2.1" />
1919
<dependency id="Microsoft.EntityFrameworkCore.Relational" version="2.2.6" />
2020
<dependency id="Microsoft.Bcl.AsyncInterfaces" version="7.0.0" />
2121
<dependency id="System.Interactive.Async" version="3.2.0" />

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.11.0
5-
nugetVersion: 2.11.0
4+
assemblyVersion: 2.12.0
5+
nugetVersion: 2.12.0
66
artifact_nugets: 'nugets'
77

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

0 commit comments

Comments
 (0)