- Added --skip-on-exist option to Updater.exe to specify patterns for files that must be copied only if not exist
- Added SkipIntegrityCheck property to Updater class to ignore integrity check (useful during development)
- Removed args and exec option from installer since considered not very useful
- Minor improvements
- Added utility to generate public and private key from command line
- Added timer to avoid to restart program when a new update is available
- Moved to Bouncy Castle for encryption in order to be supported on Mono too
- Fixed minor error
- Improved installer by invoking an external program to avoid conflict on copy.
- Exporting and importing the private key now require a password to save the value in an encrypted form. This will ensure that the private key is never stored in clear text.
- Minor bug fixing and code improvement.
- First Release.