tmsmith / Dapper-Extensions

Dapper Extensions is a small library that complements Dapper by adding basic CRUD operations (Get, Insert, Update, Delete) for your POCOs. For more advanced querying scenarios, Dapper Extensions provides a predicate system. The goal of this library is to keep your POCOs pure by not requiring any attributes or base class inheritance.
1.79k stars 586 forks source link

Publish to nuget #249

Closed valfrid-ly closed 3 years ago

valfrid-ly commented 3 years ago

Need to be added as collaborator in nuget.org to be able to publish the package using the same owner, otherwise I'll have to create it as a different project what's not good.