Skip to content

Latest commit

 

History

History
44 lines (40 loc) · 1.63 KB

README.md

File metadata and controls

44 lines (40 loc) · 1.63 KB

Simple.Data.MongoDB

This is the mongodb adapter for the Simple.Data library. For examples on its usage, see the core site as the syntax is exactly the same. Any departures from that syntax will be documented in the wiki.

This library is available via nuget.

Change Log

  • 9/17/2012 - 0.18.0.0
    • Updated to v0.18 of Simple.Data.Core
    • Updated to
  • 3/26/2012 - 0.14.0.3
    • Updated to v0.14.0.3 of Simple.Data.Core
  • 1/22/2012 - 0.12.0.1
    • Fixed a bug due to misuse of the mongo csharp driver.
  • 1/16/2012 - 0.12.0.0
    • Updated to v0.12.2.2 of Simple.Data.Core
    • Updated to v1.3.1 of the MongoDB csharp driver.
  • 11/26/2011 - 0.11
    • Updated to v0.11.3.2 of Simple.Data.Core
  • 8/20/2011 - 0.9.1
    • Updated to v0.9.1.1 of Simple.Data.Core.
  • 8/6/2011 - 0.8.5.1
    • Added support for the WithTotalCount clause.
  • 8/6/2011 - 0.8.5
    • Updated to v0.8.5 of Simple.Data.Core.
  • 6/30/2011 - 0.6.8
    • Updated to v0.6.8 of Simple.Data.Core to support field selection.
    • Updated to v1.1 of the MongoDB csharp driver.
  • 5/1/2011 - 0.6.1
    • Updated to v0.6.1 of Simple.Data.Core which supports sorting and paging.
    • Fixed a bug related to dynamic serialization.
  • 4/20/2011 - 0.5.10
    • Updated to v0.5.10 of Simple.Data.Core
  • 3/24/2011 - 0.5.5
    • Updated to v1.0 of mongodb-csharp
    • Updated to v0.5.5 of Simple.Data.Core
  • 3/1/2011 - 0.5.0.3
    • Removed MongoDB libraries and replaced them with a nuget package.
  • 2/28/2011 - 0.5.0.2
    • Initial Release

Maintainers