Skip to content

Releases: OData/ModelBuilder

3.0.0-preview.1

25 Nov 09:23
c5dca54

Choose a tag to compare

3.0.0-preview.1 Pre-release
Pre-release

What's Changed

  • Add README to NuGet package by @WanjohiSammy in #48
  • Migrate to ESRP v5 by @habbes in #49
  • Add no-op for adding the same dynamic dictionary property more than once by @etherfactor in #52
  • Update pipeline agent image by @WanjohiSammy in #55
  • Update to ODL 9.x preview, remove Edm.Date and Edm.TimeOfDay and replace with System.DateOnly and System.TimeOnly by @WanjohiSammy in #59

New Contributors

Full Changelog: v2.0.0...3.0.0-preview.1

OData.ModelBuilder 2.0.0

19 Aug 21:40
c97840d

Choose a tag to compare

  • Fix for TopSupported annotation as Tag, not a Record by @xuzhg in #33
  • DateOnly type compatibility by @xuzhg in #37
  • Target ODL 8 and .NET 8.0 by @habbes in #41

Full changelog: v1.0.9...v2.0.0

OData.ModelBuilder 1.0.9 RTM

10 Jun 17:42
5ebe57d

Choose a tag to compare

Package: https://www.nuget.org/packages/Microsoft.OData.ModelBuilder/1.0.9

What's Changed

  • chore: Updating the preprocessor usage to support future versions by @samtrion in #25
  • LowerCamelCaser: Support Camel Casing for Enum Members by @shriprasanna in #27
  • issue #21: Resentence RedingindNotSupported error message to include more information by @xuzhg in #28

New Contributors

Full Changelog: v1.0.8...v1.0.9

OData.ModelBuilder 1.0.8 RTM

06 Jan 23:24
26b9c06

Choose a tag to compare

https://www.nuget.org/packages/Microsoft.OData.ModelBuilder/1.0.8

Changes:

  1. Support DateOnly and TimeOnly types in .NET 6 target framework

OData.ModelBuilder 1.0.7 RTM

30 Aug 22:09

Choose a tag to compare

OData.ModelBuilder 1.0.6 RTM

25 Jan 19:49

Choose a tag to compare

https://www.nuget.org/packages/Microsoft.OData.ModelBuilder/1.0.6

Map System.Object to Edm.Untyped
Map Collection of System.Object to Collection(Edm.Untyped)

OData.ModelBuilder 1.0.5 RTM

13 Nov 01:56

Choose a tag to compare

EF Core (5.0.0) has a dependency on System.ComponentModel.Annotations >= 5.0.0
In 1.0.5, relax the "System.ComponentModel.Annotations" version to support EF Core 5.0

OData.ModelBuilder 1.0.3 RTM

03 Sep 00:13

Choose a tag to compare

Since 1.0.1-beta:

Features

  • Add the Capabilities configuration, for example FilterRestrictions, DeleteRestrictions, etc.
  • Create symbol packages (.snupkg) and upload into Nuget symbol server

Issues

  • Fix some build warnings on the auto-generated files

Download

https://www.nuget.org/packages/Microsoft.OData.ModelBuilder/1.0.3