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

MicroLite.Extensions.WebApi 6.5.0

Compare
Choose a tag to compare
@TrevorPilley TrevorPilley released this 19 Feb 13:02
· 101 commits to master since this release

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