This repository was archived by the owner on Feb 1, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Source/LinqToDB.EntityFrameworkCore Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <Version >3.1.1 </Version >
3+ <Version >3.2.0 </Version >
44
55 <Description >Allows to execute Linq to DB (linq2db) queries in Entity Framework Core DbContext.</Description >
66 <Title >Linq to DB (linq2db) extensions for Entity Framework Core</Title >
Original file line number Diff line number Diff line change 22<configuration >
33 <packageSources >
44 <add key =" NuGet" value =" https://api.nuget.org/v3/index.json" />
5- <add key =" linq2db" value =" https://www.myget.org/F /linq2db/api /v3/index.json" />
5+ <add key =" linq2db" value =" https://pkgs.dev.azure.com/linq2db /linq2db/_packaging/linq2db/nuget /v3/index.json" />
66 </packageSources >
77</configuration >
Original file line number Diff line number Diff line change 1616 <dependencies >
1717 <group targetFramework =" .NETStandard2.0" >
1818 <dependency id =" Microsoft.EntityFrameworkCore.Relational" version =" 3.1.3" />
19- <dependency id =" linq2db" version =" 3.0.0-preview.2 " />
19+ <dependency id =" linq2db" version =" 3.0.0-rc.0 " />
2020 </group >
2121 </dependencies >
2222 </metadata >
Original file line number Diff line number Diff line change 99 </PropertyGroup >
1010
1111 <ItemGroup >
12- <PackageReference Include =" linq2db" Version =" 3.0.0-preview.2 " />
12+ <PackageReference Include =" linq2db" Version =" 3.0.0-rc.0 " />
1313 <PackageReference Include =" Microsoft.EntityFrameworkCore.Relational" Version =" 3.1.3" />
1414 </ItemGroup >
1515
Original file line number Diff line number Diff line change 11variables :
22 solution : ' linq2db.EFCore.sln'
33 build_configuration : ' Release'
4- assemblyVersion : 3.1.1
5- nugetVersion : 3.1.1
4+ assemblyVersion : 3.2.0
5+ nugetVersion : 3.2.0
66 artifact_nugets : ' nugets'
77
88# build on commits to important branches (master + release branches):
You can’t perform that action at this time.
0 commit comments