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

Commit 6543e56

Browse files
committed
Bump to version 3.19.0
1 parent c722e26 commit 6543e56

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.18.0</Version>
3+
<Version>3.19.0</Version>
44

55
<Authors>Svyatoslav Danyliv, Igor Tkachev, Dmitry Lukashenko, Ilya Chudin</Authors>
66
<Product>Linq to DB</Product>

Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<PackageVersion Include="NUnit" Version="3.13.3" />
66
<PackageVersion Include="FluentAssertions" Version="6.6.0" />
77

8-
<PackageVersion Include="linq2db" Version="4.0.0-rc.2" />
9-
<PackageVersion Include="linq2db.Tools" Version="4.0.0-rc.2" />
8+
<PackageVersion Include="linq2db" Version="4.0.0" />
9+
<PackageVersion Include="linq2db.Tools" Version="4.0.0" />
1010

1111
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.1.1" />
1212
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="6.0.0" />

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.18.0
5-
nugetVersion: 3.18.0
4+
assemblyVersion: 3.19.0
5+
nugetVersion: 3.19.0
66
artifact_nugets: 'nugets'
77

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

0 commit comments

Comments
 (0)