This repository has been archived by the owner on Oct 27, 2020. It is now read-only.
Releases: MicroLite-ORM/MicroLite.Extensions.WebApi
Releases · MicroLite-ORM/MicroLite.Extensions.WebApi
MicroLite.Extensions.WebApi 7.0.0
- 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
MicroLite.Extensions.WebApi 6.7.0
MicroLite.Extensions.WebApi 6.6.2
MicroLite.Extensions.WebApi 6.6.1
MicroLite.Extensions.WebApi 6.6.0
Built against:
- MicroLite 6.3.0
- ASP.NET WebApi 5.2.3
Changes
- OData extracted to separate repository and package MicroLite.Extensions.WebApi.OData
MicroLite.Extensions.WebApi 6.5.1
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
MicroLite.Extensions.WebApi 6.5.0
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
andIReadOnlySession
are no longer supported)
See the 6.5.0 milestone for the issues closed by this release.
MicroLite.Extensions.WebApi 6.4.1
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)
MicroLite.Extensions.WebApi 6.4.0
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
MicroLite.Extensions.WebApi 6.3.2
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)