From 5a25bea808b681b5bb82b4decc2d94c2b9821681 Mon Sep 17 00:00:00 2001 From: Mohit Singh Date: Sun, 12 Jul 2026 14:27:55 +0530 Subject: [PATCH] added a new project --- src/data/projects.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/data/projects.js b/src/data/projects.js index e560c69b..89c423d7 100644 --- a/src/data/projects.js +++ b/src/data/projects.js @@ -1458,4 +1458,11 @@ export const projectList = [ description: "Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy.", tags: ["Python", "Automation", "Configuration Management"], }, + { + name: "Dapper", + imageSrc: "https://avatars.githubusercontent.com/u/14873132?s=200&v=4", + projectLink: "https://github.com/DapperLib/Dapper", + description: "A simple object mapper for .NET and high-performance SQL query execution.", + tags: ["C#", ".NET", "SQL", "ORM", "Database"], + }, ]; \ No newline at end of file