Skip to content

Commit

Permalink
Updated linq2db to 3.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sdanyliv committed Sep 15, 2021
1 parent 29d37b1 commit 6cda611
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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>5.5.0</Version>
<Version>5.6.0</Version>

<Authors>Svyatoslav Danyliv, Igor Tkachev, Dmitry Lukashenko, Ilya Chudin</Authors>
<Product>Linq to DB</Product>
Expand Down
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<PackageVersion Include="FluentAssertions" Version="5.10.3" />

<PackageVersion Include="linq2db" Version="3.4.4" />
<PackageVersion Include="linq2db.Tools" Version="3.4.3" />
<PackageVersion Include="linq2db.Tools" Version="3.4.4" />

<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.0.0" />

Expand Down
2 changes: 1 addition & 1 deletion NuGet/linq2db.EntityFrameworkCore.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<dependencies>
<group targetFramework=".NETStandard2.1">
<dependency id="Microsoft.EntityFrameworkCore.Relational" version="5.0.2" />
<dependency id="linq2db" version="3.4.3" />
<dependency id="linq2db" version="3.4.4" />
</group>
</dependencies>
</metadata>
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: 5.5.0
nugetVersion: 5.5.0
assemblyVersion: 5.6.0
nugetVersion: 5.6.0
artifact_nugets: 'nugets'

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

0 comments on commit 6cda611

Please sign in to comment.