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

Commit 152ee43

Browse files
authored
Merge pull request #204 from linq2db/version6
Release 6.6.1
2 parents 60a74d5 + 10b7dca commit 152ee43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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="net6.0">
1818
<dependency id="Microsoft.EntityFrameworkCore.Relational" version="6.0.0" />
19-
<dependency id="linq2db" version="3.5.1" />
19+
<dependency id="linq2db" version="3.5.2" />
2020
</group>
2121
</dependencies>
2222
</metadata>

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ variables:
22
solution: 'linq2db.EFCore.sln'
33
build_configuration: 'Release'
44
assemblyVersion: 6.6.0
5-
nugetVersion: 6.6.0
5+
nugetVersion: 6.6.1
66
artifact_nugets: 'nugets'
77

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

0 commit comments

Comments
 (0)