Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moved SRC and Test folders to root directory.
Browse files Browse the repository at this point in the history
Refactored static ReadLine class to a true singleton.
Changed unit tests to use NUnit instead of XUnit.
Fixed Ctrl+C issue #59 (Add option to return CTRL+C)
Updated version.
Latency committed Mar 18, 2020
2 parents f734a8a + f531195 commit be27915
Showing 2 changed files with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: .NET Core

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.101
- name: Build with dotnet
run: dotnet build --configuration Release
Binary file modified Artifacts/ReadLine.2.1.3.nupkg
Binary file not shown.

0 comments on commit be27915

Please sign in to comment.