mirror of
https://github.com/xCryptic/MegaKeep.git
synced 2024-11-08 11:12:30 +01:00
Bumped Version to 2.1
This commit is contained in:
parent
63dd59880a
commit
d2082a4140
@ -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")]
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user