Skip to content

Releases: redis/redis-om-dotnet

v0.1.3

07 Dec 01:56
5e4ec7a
Compare
Choose a tag to compare
  • Fixing bug in how DateTime properties are serialized. They will now be serialized to/from UTC unix timestamps
  • Fixing bug in how Id's set with the RedisIdFieldAttribute were treated
  • Updated API for creating your own custom Id Generation Strategey.

v0.1.2

29 Nov 14:51
722d48d
Compare
Choose a tag to compare
  • Fixed Issue with unnamed indexes breaking on FirstOrDefault/First queries
  • Fixed issue where numeric index types were being checked as string indexes

v0.1.1

24 Nov 14:54
2b26041
Compare
Choose a tag to compare
  • Updates to GeoLoc object to make it more serializable