Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MaceWindu committed Nov 13, 2020
1 parent 16be67a commit 3688e3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Build/linq2db.Default.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>3.7.0</Version>
<Version>3.8.0</Version>

<Description>Allows to execute Linq to DB (linq2db) queries in Entity Framework Core DbContext.</Description>
<Title>Linq to DB (linq2db) extensions for Entity Framework Core</Title>
Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
variables:
solution: 'linq2db.EFCore.sln'
build_configuration: 'Release'
assemblyVersion: 3.7.0
nugetVersion: 3.7.0
assemblyVersion: 3.8.0
nugetVersion: 3.8.0
artifact_nugets: 'nugets'

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

0 comments on commit 3688e3b

Please sign in to comment.