1
0
mirror of https://github.com/xCryptic/MegaKeep.git synced 2024-09-16 19:42:24 +02:00

Bumped Version to 2.1

This commit is contained in:
Cryptic 2021-01-19 19:21:28 -05:00
parent 63dd59880a
commit d2082a4140
2 changed files with 10 additions and 2 deletions

View File

@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyVersion("2.1.0.0")]
[assembly: AssemblyFileVersion("2.1.0.0")]

View File

@ -44,3 +44,11 @@ v2.0
- Rewrote the base code for the program
- The program will no longer completely restart if an account is already logged in
- The log now automatically scrolls down with the log instead of jumping to the top
v2.1
- Added cli option (thanks [CrazyOldWizard](https://github.com/CrazyOldWizard))
- Added a check for colin's in the input text file (thanks [jogerj](https://github.com/jogerj))
- Fixed a check when there was an error logging in (mega changed the wording)
- Updated to .net framework 4.7.2 (now using VS2019)
- Cleaned code