From 49b80f5742f73cea566a002e98af278857a01e5b Mon Sep 17 00:00:00 2001 From: Yogesh Choudhary Paliyal Date: Fri, 7 Feb 2025 00:46:00 +0530 Subject: [PATCH 1/2] Add KeyPass project --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5f2c954..491748f 100644 --- a/README.md +++ b/README.md @@ -746,6 +746,10 @@ - Password management solution for individuals, teams, and business organizations written in C# with Xamarin Android, Xamarin iOS, and Xamarin Forms. +- [KeyPass](https://github.com/yogeshpaliyal/KeyPass) + + - Offline Password manager for android, build in compose and material you, support backup encrypted database, etc. + - [Earthview-android](https://github.com/PDDStudio/earthview-android) - A library to include 'EarthView with Google' into your application with ease. From 788f0152c47ea929b49813bd5e2d124a9c8aac41 Mon Sep 17 00:00:00 2001 From: Yogesh Choudhary Paliyal Date: Fri, 7 Feb 2025 00:47:44 +0530 Subject: [PATCH 2/2] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 51b169d..09342bb 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -13,4 +13,5 @@ Here's a list of open-source contributors who have compiled the resources: - [JacobKerames](https://github.com/JacobKerames) - [swapnil-musale](https://github.com/swapnil-musale) - [Tunde-Sanusi](https://github.com/tuhamworld) -- [sharshv2012](https://github.com/sharshv2012) \ No newline at end of file +- [sharshv2012](https://github.com/sharshv2012) +- [yogeshpaliyal](https://github.com/yogeshpaliyal)