Skip to content
This repository was archived by the owner on Oct 27, 2020. It is now read-only.

Releases: MicroLite-ORM/MicroLite.Extensions.WebApi

MicroLite.Extensions.WebApi 7.0.0

27 Mar 11:19
86aa831

Choose a tag to compare

  • The library is now using the .NET Standard project format, tests are now .NET 4.8 and xUnit 2.4.1
  • Build is migrated to Azure DevOps YAML
  • Code style updated using .editorconfig and enforced via StyleCop
  • C# 7.3 language features (Expression bodied members, Pattern Matching, Throw expressions etc.)
  • Added SecurityCodeScan and SonarAnalyzer.CSharp Roslyn analyzer packages to ensure code quality

Built against:

  • MicroLite 7.0.0
  • Microsoft.AspNet.WebApi.Core 5.2.7

view code changes

MicroLite.Extensions.WebApi 6.7.0

11 Feb 20:24
e1bdc9c

Choose a tag to compare

Built against:

  • MicroLite 6.3.1
  • ASP.NET WebApi 5.2.7

Changes

view code changes

MicroLite.Extensions.WebApi 6.6.2

26 Nov 11:36

Choose a tag to compare

Built against:

  • MicroLite 6.3.0
  • ASP.NET WebApi 5.2.7

Changes

view code changes

MicroLite.Extensions.WebApi 6.6.1

24 Mar 16:52

Choose a tag to compare

Built against:

  • MicroLite 6.3.0
  • ASP.NET WebApi 5.2.4

Changes

view code changes

MicroLite.Extensions.WebApi 6.6.0

28 Dec 13:17

Choose a tag to compare

Built against:

  • MicroLite 6.3.0
  • ASP.NET WebApi 5.2.3

Changes

view code changes

MicroLite.Extensions.WebApi 6.5.1

21 Feb 09:49

Choose a tag to compare

Built against:

  • MicroLite 6.3.0
  • ASP.NET WebApi 5.2.3
  • Net.Http.WebApi.OData 3.4.0

Changes

  • Missed the dependency on Net.Http.WebApi.OData 3.4.0 from the nuspec

view code changes

MicroLite.Extensions.WebApi 6.5.0

19 Feb 13:02

Choose a tag to compare

Built against:

  • MicroLite 6.3.0
  • ASP.NET WebApi 5.2.3
  • Net.Http.WebApi.OData 3.4.0

Changes

  • The MicroLiteSessionAttribute has been removed - use an IOC container instead to manage dependencies
  • The .WithWebApi() extension method has been removed as it is now unnecessary
  • The build is now .NET 4.5 only and the non async (ISession and IReadOnlySession are no longer supported)

See the 6.5.0 milestone for the issues closed by this release.

view code changes

MicroLite.Extensions.WebApi 6.4.1

12 Nov 16:37

Choose a tag to compare

MicroLite.Extensions.WebApi 6.4.1 which fixes 1 issue:

  • #45 - Incorrectly parsing multiple method calls

Built against:

  • MicroLite 6.2.0
  • Net.Http.WebApi.OData 3.3.0
  • ASP.NET WebApi 4.0.20710 (.NET 4.0 build)
  • ASP.NET WebApi 5 (.NET 4.5 build)

view code changes

MicroLite.Extensions.WebApi 6.4.0

11 Oct 13:16

Choose a tag to compare

Built against:

  • MicroLite 6.2.0
  • Net.Http.WebApi.OData 3.3.0
  • ASP.NET WebApi 4.0.20710 (.NET 4.0 build)
  • ASP.NET WebApi 5 (.NET 4.5 build)

This release updates to MicroLite 6.2 and Net.Http.WebApi.OData 3.3 and restricts the dependency versions as this library will need updating before it can be used with either MicroLite 7 or ASP.NET 6

view code changes

MicroLite.Extensions.WebApi 6.3.2

26 May 14:06

Choose a tag to compare

MicroLite.Extensions.WebApi 6.3.2 which fixes 1 issue:

  • #44 - Exception thrown by PutEntityResponseAsync

Built against:

  • MicroLite 6.1.0
  • Net.Http.WebApi.OData 3.2.0
  • ASP.NET WebApi 4.0.20710 (.NET 4.0 build)
  • ASP.NET WebApi 5 (.NET 4.5 build)

view code changes