Releases: LuigimonSoft/DapperEntityORM
Releases · LuigimonSoft/DapperEntityORM
1.0.3
1.0.2
Welcome to cadidate 1.0.2 version
This version add the Async methods and update the readme file
1.0.1-beta
DapperEntityORM is a C# ORM library that leverages the power of Dapper to simplify database operations. It provides an easy-to-use API that allows you to interact with your database using strongly typed models. Example: List employees = Employees.Select(database).Where(Column => Column.Id == 2).ToList();
1.0.0-alpha
Create release.yml Create a new Nuget release