From 1eb5081230f40790f5f8b2fa6b7289a4fe69d2e9 Mon Sep 17 00:00:00 2001 From: Tim Bureck Date: Fri, 23 Aug 2019 10:42:38 +0200 Subject: [PATCH] Prepare version 0.2.0-alpha3 --- CHANGELOG.md | 2 ++ Terminal/Terminal.csproj | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 195ab9d..e3e92e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Terminal/Terminal.csproj b/Terminal/Terminal.csproj index 6912717..8b92193 100644 --- a/Terminal/Terminal.csproj +++ b/Terminal/Terminal.csproj @@ -4,14 +4,14 @@ netstandard2.0 TBureck.Terminal TBureck.Terminal - 0.2.0-alpha2 + 0.2.0-alpha3 Tim Bureck <kontakt@tbureck.de> A simple .NET terminal application framework https://git.tbureck.de/tbureck/terminal-app LICENSE https://git.tbureck.de/tbureck/terminal-app git - terminal; cli; command line + terminal; cli; "command line" -- GitLab