Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tim Bureck
terminal-app
Commits
eb321bc2
Commit
eb321bc2
authored
Jul 06, 2019
by
Tim Bureck
Browse files
Release v0.2.0-alpha1
parent
31a81a0e
Pipeline
#13
passed with stages
in 1 minute and 18 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
eb321bc2
...
...
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.2.0-alpha1] - 2019-07-06
### Added
-
Multiple Value Options
-
Enabled InputOption to define multiple value options
-
Changed type of IInput.Options to
`IDictionary<string, object>`
to allow multiple value options
-
Implemented multiple value options for
`ArgsInput`
## [0.1.0] - 2019-06-27
### Added
-
Simple Application class as the entry point into a terminal application
...
...
Terminal/Terminal.csproj
View file @
eb321bc2
...
...
@@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>TBureck.Terminal</RootNamespace>
<PackageId>TBureck.Terminal</PackageId>
<PackageVersion>0.2.0-
prerelease
</PackageVersion>
<PackageVersion>0.2.0-
alpha1
</PackageVersion>
<Authors>Tim Bureck <kontakt@tbureck.de></Authors>
<Description>A simple .NET terminal application framework</Description>
<PackageProjectUrl>https://git.tbureck.de/tbureck/terminal-app</PackageProjectUrl>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment