Added a decent README.md

This commit is contained in:
Adrian Victor 2023-09-20 18:56:55 -03:00 committed by GitHub
commit ff061b8341
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.)