Skip to content

Releases: MCLD/uploader

v1.2.0

21 Feb 19:32
Compare
Choose a tag to compare

Version 1.2.0 - Improve logging

  • Add Seq as a logging option
  • Document configuring Seq or MS SQL Server as logging options
  • Default to rolling file log in logs directory
  • Improve logging to be structured uniformly
  • Clean up code issues
  • Update packages and remove deprecated packages

See the README file for more information.

v1.1.0

21 Nov 21:37
d5881d0
Compare
Choose a tag to compare

Version 1.1.0 - Add ability to delete file after upload

  • Optionally delete file after upload is successful
  • Handle multiple files matching a path (i.e. using * as a wildcard)
  • Send a file size if email subject and to are supplied but no body is

See the README file for more information.

v1.0.0

21 Jul 23:00
Compare
Choose a tag to compare

Version 1.0 - Initial release

  • Windows console application for processing file upload jobs
  • Upload jobs configured via plain-text JSON file
  • Ability to compress files before uploading (ZIP compression)
  • Replacement of {date} in destination file name with date in yyyy-MM-dd format
  • Optional ability to send an email notification when a job is complete

See the README file for more information.