From 91d15312e6b2fc46a143d5b2e6bad2d554bc6db4 Mon Sep 17 00:00:00 2001 From: Alexandre SPIESER Date: Fri, 5 Jun 2020 07:26:28 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e0ceff5..cba8b01 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,10 @@ You can override this behaviour to enforce legacy behaviour in your app Startup `MongoDbContext.SetGuidRepresentation(MongoDB.Bson.GuidRepresentation.CSharpLegacy)`. More info [here](https://github.com/alexandre-spieser/mongodb-generic-repository/issues/7). +# Support This Project +If you have found this project helpful, either as a library that you use or as a learning tool, please consider buying the team a coffee: Buy Me A Coffee + + # Usage examples This repository is meant to be inherited from.