Prepare for 1.3.5 release.

This commit is contained in:
alexandre-spieser
2018-02-10 18:32:45 +00:00
parent ed0d206a97
commit 6f5eb71dad
13 changed files with 1997 additions and 1733 deletions
@@ -12,6 +12,9 @@ namespace MongoDbGenericRepository.Attributes
[AttributeUsage(AttributeTargets.Class)]
public class CollectionNameAttribute : Attribute
{
/// <summary>
/// The name of the collection in which your documents are stored.
/// </summary>
public string Name { get; set; }
public CollectionNameAttribute(string name)