- 23 Aug, 2019 2 commits
-
-
Tim Bureck authored
-
Tim Bureck authored
* Add IAsyncApplication and AsyncApplication with RunAsync methods * Extract IApplication interface from Application * Move ArgsInput.Bind method to IInput interface * Simplify Application.Run implementation
-
- 21 Aug, 2019 1 commit
-
-
Tim Bureck authored
* NuGet deployments are only done for tagged builds now * Fix unnecessary using statement
-
- 06 Jul, 2019 4 commits
-
-
Tim Bureck authored
* Release v0.2.0-alpha2
-
Tim Bureck authored
-
Tim Bureck authored
* Values of IInput.Options may now be any objects * Implemented multiple value options in ArgsInput
-
Tim Bureck authored
-
- 02 Jul, 2019 5 commits
-
-
Tim Bureck authored
-
Tim Bureck authored
* Fixed wrong DefaultPushSource
-
Tim Bureck authored
* Fixed dotnet nuget push lacking a push source
-
Tim Bureck authored
* Added `deploy` stage, pushing the current master build to NuGet
-
Tim Bureck authored
* Added `dotnet clean` to build step
-
- 29 Jun, 2019 5 commits
-
-
Tim Bureck authored
* Fixed nupkg path in pack job
-
Tim Bureck authored
* Removed unnecessary quotes * Added stages to job configurations
-
Tim Bureck authored
-
Tim Bureck authored
* Added initial GitLab CI pipeline
-
Tim Bureck authored
-
- 27 Jun, 2019 1 commit
-
-
Tim Bureck authored
* Fixed missing binding for default IInput in Application * Added license file * Added readme file
-
- 25 Jun, 2019 1 commit
-
-
Tim Bureck authored
Features * Simple Application class as the entry point into a terminal application * Abstract Command class that can be extend and configure itself to accept arguments/options * Arguments/options framework in order to define and validate command line arguments and options
-