Skip to content

Releases: Baune8D/LinqBuilder

v3.1.0

05 May 22:22
d399aa7
Compare
Choose a tag to compare
  • Add net8.0 target framework.
  • Add EF Core 8 dependencies to EF Core package when targeting net8.0.

v3.0.1

18 Oct 17:55
15b5fd9
Compare
Choose a tag to compare
  • Use proper version ranges for EF dependencies

v3.0.0

17 Oct 15:51
cde3758
Compare
Choose a tag to compare
  • Remove .NET Core 3.1 and .NET 5 since these have reached end-of-life
  • Add .NET 7 and EF Core 7
  • Migrate from symbol packages to Source Link
  • Migrate to Central Package Management
  • Migrate to .globalconfig
  • Update dependencies

v2.1.2

14 Apr 16:02
Compare
Choose a tag to compare
  • Compile using recommended C# version

v2.1.1

13 Apr 14:51
Compare
Choose a tag to compare
  • Fix pushing of symbol packages to MyGet

v2.1.0

13 Apr 14:29
Compare
Choose a tag to compare
  • Updated dependencies
  • Added multitargeting.
    • Now supports all currently supported .NET versions (.NET Standard 2, .NET Core 3.1, .NET 5 and .NET 6)
  • Replaced Cake with NUKE
  • Replaced Shouldly with FluentAssertions
  • Minor tweaks and cleanup

v2.0.0

19 Jan 13:26
Compare
Choose a tag to compare
  • Updated to .NET 5

  • Deprecated LinqBuilder.EF6.AutoMapper and LinqBuilder.EFCore.AutoMapper
    They did not really contribute to much, all existing functionality can used with AutoMapper by just using ProjectTo like this:

var specification = Spec<ProjectedEntity>.New(p => p.Firstname == "Foo");
_dbContext.Entity.ProjectTo<ProjectedEntity>(MapperConfiguration).ExeSpec(specification).ToList();

v1.0.1

03 Nov 10:58
Compare
Choose a tag to compare
  • NuGet meta data changes
  • Symbols packages not uploaded to MyGet

v1.0.0

03 Nov 10:11
Compare
Choose a tag to compare
  • Bumped .NET Framework projects to 4.7.2
  • Bumped Entity Framework Core to v3
  • Consolidated LinqBuilder.Core and LinqBuilder.OrderBy under the main LinqBuilder package.
  • Now building .snupkg symbol packages.
  • Implemented nullable reference types.
  • Added FxCopAnalyzers and refactored code as required.
  • Lots of internal restructuring.
  • More null checks.

v0.16.1

29 Aug 09:38
Compare
Choose a tag to compare
  • Fix NuGet publish