Skip to content

v1.0.0

Compare
Choose a tag to compare
@wgnf wgnf released this 01 Nov 23:37
· 63 commits to main since this release
1ed4dad

🌟 What's new?

  • #7 (💥 Breaking Change) The Service can now reliably handle lots of input files. by @wgnf in #21
    • Added new configuration parameter JobThreadCount (pos. number, default: 2) which controls how many processes can run in parallel
  • #6 The Service now also recognizes files that are in the Inbox-Folder before execution and will process them as well upon process start. by @wgnf in https://github.com/OptiSchmopti/CsvProc9000

⌨️ Codebase Improvements

  • Bump Microsoft.NET.Test.Sdk from 16.9.4 to 17.0.0 by @dependabot in #22
  • Bump coverlet.collector from 3.0.2 to 3.1.0 by @dependabot in #23
  • Bump JetBrains.Annotations from 2021.2.0 to 2021.3.0 by @dependabot in #20
  • Refactored some portions of the code. by @wgnf in #21
  • #2 Added Unit-Tests for all code. by @wgnf in #21
  • #17 Uses CsvHelper to write the CSV-Files as well. by @wgnf in #21

Full Changelog: v0.2.0...v1.0.0