Skip to content

Commit

Permalink
Merge pull request #258 from linq2db/version6
Browse files Browse the repository at this point in the history
Release 6.10.0
  • Loading branch information
sdanyliv authored Oct 11, 2022
2 parents 6acab8a + 1eb618f commit 06955b0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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>6.9.0</Version>
<Version>6.10.0</Version>

<Authors>Svyatoslav Danyliv, Igor Tkachev, Dmitry Lukashenko, Ilya Chudin</Authors>
<Product>Linq to DB</Product>
Expand Down
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<PackageVersion Include="NUnit" Version="3.13.3" />
<PackageVersion Include="FluentAssertions" Version="6.6.0" />

<PackageVersion Include="linq2db" Version="4.2.0" />
<PackageVersion Include="linq2db.Tools" Version="4.2.0" />
<PackageVersion Include="linq2db" Version="4.3.0" />
<PackageVersion Include="linq2db.Tools" Version="4.3.0" />

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

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="net6.0">
<dependency id="Microsoft.EntityFrameworkCore.Relational" version="6.0.5" />
<dependency id="linq2db" version="4.2.0" />
<dependency id="linq2db" version="4.3.0" />
</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: 6.9.0
nugetVersion: 6.9.0
assemblyVersion: 6.10.0
nugetVersion: 6.10.0
artifact_nugets: 'nugets'

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

0 comments on commit 06955b0

Please sign in to comment.