This repository has been archived on 2023-02-02. You can view files and clone it, but cannot push or open issues or pull requests.
mfgames-toolbuilder-cil/CHANGELOG.md
semantic-release-bot 5530ae43c3 chore(release): v2.0.0 [skip ci]
# [2.0.0](https://gitlab.com/mfgames-cil/mfgames-toolbuilder-cil/compare/v1.0.3...v2.0.0) (2021-12-01)

### Bug Fixes

* **semantic-release:** updating inherits ([7cb572b](7cb572bd2e))

### Features

* provide the names via the tool builder ([1f1d0a4](1f1d0a4d9f))

### BREAKING CHANGES

* Changed the API.
2021-12-01 02:34:46 +00:00

2 KiB

2.0.0 (2021-12-01)

Bug Fixes

  • semantic-release: updating inherits (7cb572b)

Features

  • provide the names via the tool builder (1f1d0a4)

BREAKING CHANGES

  • Changed the API.

1.0.3 (2021-11-29)

Bug Fixes

  • switch from RootCommand to FakedRootCommand to handle stripped executables (e5e8777)

1.0.2 (2021-09-12)

Bug Fixes

  • switched from default host builder to avoid directory scan on Linux (e59d489)
  • tweaking the default table layout (2327417)

1.0.1 (2021-09-11)

Bug Fixes

  • nuget: updating deployment and dependencies (9b046e9)
  • change config and logging services to be singletons (25a65d2)
  • corrected a spurious reference to the old MfGames.TestSetup (bb00629)

1.0.0 (2021-09-10)

Features