Skip to content

Commit

Permalink
Update namespace of OData EDM types (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsBauer authored and moh-hassan committed Oct 2, 2020
1 parent 1575fc5 commit 0ce3b36
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OData2PocoLib/V4/ClrConvertor-V4.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ internal partial class Poco
{EdmPrimitiveTypeKind.GeometryMultiPoint, "GeometryMultiPoint"},
{EdmPrimitiveTypeKind.DateTimeOffset, "DateTimeOffset"},
{EdmPrimitiveTypeKind.Duration, "TimeSpan"},
{EdmPrimitiveTypeKind.Date, "Microsoft.OData.Edm.Library.Date"}, //DateTime not supported
{EdmPrimitiveTypeKind.TimeOfDay, "Microsoft.OData.Edm.Library.TimeOfDay"}
{EdmPrimitiveTypeKind.Date, "Microsoft.OData.Edm.Date"}, //DateTime not supported
{EdmPrimitiveTypeKind.TimeOfDay, "Microsoft.OData.Edm.TimeOfDay"}
};
}
}
9 changes: 9 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
# OData2Poco.CommandLine

## (Console: o2pgen / .Net Core: dotnet-o2pgen)
## Version 3.4
**Release Date:** Oct 2, 2020

**What is new in 3.4:**
- Update namespace of OData EDM types by @LarsBauer, PR [#31](https://github.com/moh-hassan/odata2poco/pull/31) that fix issue [#30](https://github.com/moh-hassan/odata2poco/issues/30).
- Support nullable reference types in C# 8 in OData2Poco project library.
- Add support to symbolic package snupkg and SourceLink.
- Support build in Linux (Mono) in Framework net4x.


## Version 3.3.1
**Release Date:** Nov 25, 2019
Expand Down

0 comments on commit 0ce3b36

Please sign in to comment.