Skip to content

Tags: sorjef/SharpRepository

Tags

1.4.6.0

Fix logging nuget package ID

1.4.0.0

ConfigurationBasedRepository and Autofac extensions

Made ConfigurationBasedRepository constructors public so they could be
used directly by Autofac generic bindings.

1.3.6.0

Cleaned up XmlRepository

For some reason, previously we needed to clone the internal list before
using it for the queries, but that didn't seem right anymore.  So I
removed it and made sure all tests still pass.

1.3.2.0

New nuget 1.3.2 package

Includes convention override ability, FetchStrategy improvement so you
can use an Expression for multiple levels deep, and a FetchStrategy bug
fix for the Find method

1.3.1.0

NuGet packages for 1.3.1

1.3.0.0

Updated NuGet packages to 1.3

Only releasing Ef5Repository 1.3 to nuget since it was only changes to
that library

1.2.0.0

Added compound key repository integration tests

1.1.2.2

Added 2 unit tests for new EF5 and MongoDb PK overrides

1.1.2.1

Nuget package 1.1.2.1

1.1.2.0

Nuget package 1.1.2 for bug fix on pagination & caching