All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Serilog.Sinks.Seq so that logging can happen to Seq
- Configurable rolling file log
- Logging is now uniformly structured
- General code clean-up
1.1.0 - 2017-11-21
- Option to delete source file once uploaded
- Handle multiple files matching a wildcard path
- If no email body is supplied, send the number of bytes uploaded in the email.
1.0.0 - 2017-07-21
- 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 inyyyy-MM-dd
format - Optional ability to send an email notification when a job is complete