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

Releases: Net-Http-OData/Net.Http.WebApi.OData

Net.Http.WebApi.OData 2.1.2

17 Jul 07:26
Compare
Choose a tag to compare

Built against WebApi 4.0.30506 and Net.Http 2.2.22

view code changes

Net.Http.WebApi.OData 2.1.1

17 Jul 07:25
Compare
Choose a tag to compare

Created separate projects for .NET 4.0 and .NET 4.5 - prior to this release, the 4.5 version of the package resulted in errors upon install.

Built against WebApi 4.0.20710

view code changes

Net.Http.WebApi.OData 2.1.0

17 May 21:11
Compare
Choose a tag to compare

This release of Net.Http.WebApi.OData contains the following enhancements:

  • #16 - Add support for indexof()
  • #17 - Add support for replace()
  • #18 - Add support for substring()
  • #29 - Add support for hour()
  • #30 - Add support for minute()
  • #31 - Add support for second()

view code changes

Net.Http.WebApi.OData 2.0.1

30 Apr 17:11
Compare
Choose a tag to compare

Contains a single change which is #28 change ODataValidationSettings back to being a class.

view code changes

Net.Http.WebApi.OData 2.0.0

29 Apr 21:34
Compare
Choose a tag to compare
  • #24 - Make ODataValidationSettings a struct
  • #26 - Add support for the null literal
  • #27 - The FilterExpressionParser doesn't support negative values for double, decimal or single
  • Set min version of Microsoft.AspNet.WebApi.Client dependency to 4.0.20710
  • Changed OrderByQueryOption.Properties from ICollection to IList