Skip to content
This repository was archived by the owner on Apr 11, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (16 loc) · 965 Bytes

File metadata and controls

19 lines (16 loc) · 965 Bytes

1.3 - 20/09/2019

  • 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

1.2.0 - 29/08/2019

  • 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

1.1.0 - 28/08/2019

  • 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.

1.0.0 - 19/08/2019

  • First Release.