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

Commit 4ed5d68

Browse files
committed
bump version
1 parent 597fca8 commit 4ed5d68

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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>2.0.5</Version>
3+
<Version>2.0.6</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>

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.0.5
5-
nugetVersion: 2.0.5
4+
assemblyVersion: 2.0.6
5+
nugetVersion: 2.0.6
66
artifact_nugets: 'nugets'
77

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

0 commit comments

Comments
 (0)