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

Commit 7150db8

Browse files
committed
Increase version to 3.5.0
1 parent cf5e76a commit 7150db8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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>3.4.1</Version>
3+
<Version>3.5.0</Version>
44

55
<Description>Allows to execute Linq to DB (linq2db) queries in Entity Framework Core DbContext.</Description>
66
<Title>Linq to DB (linq2db) extensions for Entity Framework Core</Title>

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="3.1.3" />
19-
<dependency id="linq2db" version="3.0.0" />
19+
<dependency id="linq2db" version="3.0.1" />
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: 3.4.1
5-
nugetVersion: 3.4.1
4+
assemblyVersion: 3.5.0
5+
nugetVersion: 3.5.0
66
artifact_nugets: 'nugets'
77

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

0 commit comments

Comments
 (0)