Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
T
terminal-app
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tim Bureck
terminal-app
Commits
1eb50812
Commit
1eb50812
authored
Aug 23, 2019
by
Tim Bureck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prepare version 0.2.0-alpha3
parent
60e316e0
Pipeline
#19
passed with stages
in 2 minutes and 40 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
CHANGELOG.md
CHANGELOG.md
+2
-0
Terminal/Terminal.csproj
Terminal/Terminal.csproj
+2
-2
No files found.
CHANGELOG.md
View file @
1eb50812
...
...
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to
[
Semantic Versioning
](
https://semver.org/spec/v2.0.0.html
)
.
## [Unreleased]
## [0.2.0-alpha3] - 2019-08-23
### Added
-
Async application and commands API
...
...
Terminal/Terminal.csproj
View file @
1eb50812
...
...
@@ -4,14 +4,14 @@
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>TBureck.Terminal</RootNamespace>
<PackageId>TBureck.Terminal</PackageId>
<PackageVersion>0.2.0-alpha
2
</PackageVersion>
<PackageVersion>0.2.0-alpha
3
</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>
<PackageLicenseUrl>LICENSE</PackageLicenseUrl>
<RepositoryUrl>https://git.tbureck.de/tbureck/terminal-app</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>terminal; cli;
command line
</PackageTags>
<PackageTags>terminal; cli;
"command line"
</PackageTags>
</PropertyGroup>
</Project>
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