From ff061b83415eaf12cb9d1dfaa3c5c0eb504588c9 Mon Sep 17 00:00:00 2001 From: Adrian Victor <85490958+adrianvic@users.noreply.github.com> Date: Wed, 20 Sep 2023 18:56:55 -0300 Subject: [PATCH] Added a decent README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index a889b39..b01c3e7 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ # APKrenamer A tool that allows you to bulk rename Android Aplication Package files according to it`s manifest +![image](https://github.com/adrianvic/APKrenamer/assets/85490958/439e4e2c-caee-4755-a288-773c6db39fa2) + +(Version 1.1) + +Made using [this](https://github.com/mam4dali/Csharp.Apk-Reader) lib +## Compatibility +Should work with anything that can run dotNet Framework 3.5: + +["NET Framework 3.5 SP1 is supported on Windows Vista SP2, Windows 7 SP1, Windows Server 2008 SP2, Windows Server 2008 R2 SP1, Windows 8.1 Update, Windows Server 2012, Windows Server 2012 R2, Windows 10, and Windows Server 2016 according to the end of support date for each operating system."](https://learn.microsoft.com/en-us/lifecycle/faq/dotnet-framework#:~:text=NET%20Framework%203.5%20SP1%20is,date%20for%20each%20operating%20system.)