Commit graph

46 commits

Author SHA1 Message Date
4577695eff ci(woodpecker): adding basic file 2022-09-05 22:07:32 -05:00
9a713fae0e fix: integrating common project layout 2022-09-05 22:06:02 -05:00
11fd5fd0ff docs: added a code of conduct 2022-04-03 13:45:44 -05:00
6cdffc1489 fix: correct build script 2022-04-03 00:13:54 -05:00
f359473be1 refactor!: reverting AGPL-3.0 back to MIT license 2022-04-02 23:56:55 -05:00
d4d7ff4cba build: adding tagging for the release process 2022-04-02 23:44:57 -05:00
fe53cfb17e build: make sure dotnet tools are restored 2022-04-02 19:36:50 -05:00
Dylan R. E. Moonfire
3f03c645dc build(direnv): adding the 'scripts' folder into the PATH 2022-04-02 19:15:32 -05:00
Dylan R. E. Moonfire
304e7f1f07 chore: removing a warning about System.CommandLine 2022-04-02 19:15:31 -05:00
Dylan R. E. Moonfire
48362b079d fix: cleaning up some refactoring bugs 2022-04-02 19:15:31 -05:00
Dylan R. E. Moonfire
bb0dcd0d86 refactor!: moved table services into a dedicated assembly 2022-04-02 19:15:31 -05:00
Dylan R. E. Moonfire
bf9e40dadd build: adding some automatic formatting on commits 2022-04-02 19:15:31 -05:00
Dylan R. E. Moonfire
8ac6b3b514 build: adding lefthook for hook management 2022-04-02 19:15:30 -05:00
Dylan R. E. Moonfire
8945aa89dc build: removing Node dependency 2022-04-02 19:14:52 -05:00
Dylan R. E. Moonfire
0d17c3f5ba refactor!: switched from MIT to AGPL-3.0 license 2022-04-02 19:14:26 -05:00
Dylan R. E. Moonfire
f3a3d385f0 build: switching setup for calculating Git versions 2022-04-02 19:14:26 -05:00
Dylan R. E. Moonfire
0298ae601e feat!: refactored to handle updates to System.CommandLine 2022-04-02 19:14:25 -05:00
semantic-release-bot
80976256fb chore(release): v2.0.1 [skip ci]
## [2.0.1](https://gitlab.com/mfgames-cil/mfgames-toolbuilder-cil/compare/v2.0.0...v2.0.1) (2022-01-02)

### Bug Fixes

* update dependencies ([52797f1](52797f136a))
2022-01-02 08:26:00 +00:00
Dylan R. E. Moonfire
52797f136a fix: update dependencies 2022-01-02 02:14:51 -06:00
Dylan R. E. Moonfire
9344af62cd test: simplifying failure tests 2021-12-07 17:34:02 -06:00
Dylan R. E. Moonfire
5e9785221b build(semantic-release): updating conventions 2021-12-07 09:02:57 -06:00
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
Dylan R. E. Moonfire
7d4f00fcfd build(commitlint): extend the length of the lines to play better with semantic release 2021-11-30 20:25:21 -06:00
Dylan R. E. Moonfire
df69c071ff ci: switching to a Nix-based build environment 2021-11-30 20:12:29 -06:00
Dylan R. E. Moonfire
7cb572bd2e fix(semantic-release): updating inherits 2021-11-30 20:12:29 -06:00
Dylan R. E. Moonfire
9fa2635f1b test: disabling a test to get through ci 2021-11-30 20:12:29 -06:00
Dylan R. E. Moonfire
1f1d0a4d9f feat: provide the names via the tool builder
BREAKING CHANGE: Changed the API.
2021-11-30 20:12:20 -06:00
Dylan R. E. Moonfire
d60d32db19 ci: call the right build script 2021-11-29 22:33:07 -06:00
Dylan R. E. Moonfire
16106891c6 ci: working on code coverage 2021-11-29 22:24:20 -06:00
Dylan R. E. Moonfire
ebbde0bf15 ci: setting image 2021-11-29 18:59:49 -06:00
Dylan R. E. Moonfire
d281a34eb2 ci: fixing Gitlab CI 2021-11-29 18:54:57 -06:00
Dylan R. E. Moonfire
1a95d460be build: updating release script 2021-11-29 18:53:03 -06:00
Dylan R. E. Moonfire
71c0d4a217 refactor!: reworked the setup methods to handle stripped executables 2021-11-29 18:45:26 -06:00
semantic-release-bot
a150a22022 chore(release): v1.0.3
## [1.0.3](https://gitlab.com/mfgames-cil/mfgames-toolbuilder-cil/compare/v1.0.2...v1.0.3) (2021-11-29)

### Bug Fixes

* switch from RootCommand to Command to handle stripped executables ([e5e8777](e5e87770f9))
2021-11-29 07:00:25 +00:00
Dylan R. E. Moonfire
e5e87770f9 fix: switch from RootCommand to Command to handle stripped executables 2021-11-29 00:57:10 -06:00
semantic-release-bot
6b03ca4c28 chore(release): v1.0.2
## [1.0.2](https://gitlab.com/mfgames-cil/mfgames-toolbuilder-cil/compare/v1.0.1...v1.0.2) (2021-09-12)

### Bug Fixes

* switched from default host builder to avoid directory scan on Linux ([e59d489](e59d489a06))
* tweaking the default table layout ([2327417](2327417842))
2021-09-12 06:06:46 +00:00
Dylan R. E. Moonfire
2327417842 fix: tweaking the default table layout 2021-09-12 01:03:55 -05:00
Dylan R. E. Moonfire
e59d489a06 fix: switched from default host builder to avoid directory scan on Linux 2021-09-12 01:03:55 -05:00
semantic-release-bot
9aaed2ee20 chore(release): v1.0.1
## [1.0.1](https://gitlab.com/mfgames-cil/mfgames-toolbuilder-cil/compare/v1.0.0...v1.0.1) (2021-09-11)

### Bug Fixes

* **nuget:** updating deployment and dependencies ([9b046e9](9b046e99d9))
* change config and logging services to be singletons ([25a65d2](25a65d230d))
* corrected a spurious reference to the old MfGames.TestSetup ([bb00629](bb006290ae))
2021-09-11 19:17:39 +00:00
Dylan R. E. Moonfire
9b046e99d9 fix(nuget): updating deployment and dependencies 2021-09-11 14:14:45 -05:00
Dylan R. E. Moonfire
d9218d660c build(nuget): fixing directory properties 2021-09-11 01:01:39 -05:00
Dylan R. E. Moonfire
25a65d230d fix: change config and logging services to be singletons 2021-09-11 00:42:04 -05:00
Dylan R. E. Moonfire
bb006290ae fix: corrected a spurious reference to the old MfGames.TestSetup 2021-09-11 00:38:49 -05:00
Dylan R. E. Moonfire
b9c90a26cc tests: updating MfGames.TestSetup 2021-09-10 13:27:27 -05:00
semantic-release-bot
f3acb4ecef chore(release): v1.0.0
# 1.0.0 (2021-09-10)

### Features

* initial commit ([ad0525b](ad0525be04))
2021-09-10 17:36:28 +00:00
Dylan R. E. Moonfire
ad0525be04 feat: initial commit 2021-09-10 12:33:42 -05:00