-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Conflicts: # nuget/ConsoleTools.nuspec # release/build.bat # sources/ConsoleTools/AssemblyInfo.Shared.cs
- Loading branch information
Showing
525 changed files
with
23,905 additions
and
17,948 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# These are supported funding model platforms | ||
|
||
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] | ||
patreon: # Replace with a single Patreon username | ||
open_collective: # Replace with a single Open Collective username | ||
ko_fi: lastunicorn | ||
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel | ||
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry | ||
liberapay: # Replace with a single Liberapay username | ||
issuehunt: # Replace with a single IssueHunt username | ||
otechie: # Replace with a single Otechie username | ||
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
# Steps to reproduce | ||
What should I do (step-by-step) to see the bug? | ||
|
||
# Expected behavior | ||
What did you expected to happen? | ||
|
||
# Versions | ||
- ConsoleTools version | ||
- OS version | ||
- .NET version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blank_issues_enabled: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea of improvement | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
# Description | ||
|
||
# Versions | ||
- ConsoleTools version you are using |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# This is a basic workflow to help you get started with Actions | ||
|
||
name: CI | ||
|
||
# Controls when the action will run. Triggers the workflow on push or pull request | ||
# events but only for the master branch | ||
on: | ||
push: | ||
branches: [ master ] | ||
pull_request: | ||
branches: [ master ] | ||
|
||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel | ||
jobs: | ||
# This workflow contains a single job called "build" | ||
build: | ||
# The type of runner that the job will run on | ||
runs-on: windows-latest | ||
name: Main Build | ||
|
||
# Steps represent a sequence of tasks that will be executed as part of the job | ||
steps: | ||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it | ||
- name: Check out repository | ||
uses: actions/checkout@v2 | ||
|
||
- name: Setup msbuild | ||
uses: actions/[email protected] | ||
|
||
- name: Install dependencies | ||
run: dotnet restore "sources/ConsoleTools/ConsoleTools.sln" | ||
|
||
- name: Build | ||
run: dotnet build --configuration Release --no-restore "sources/ConsoleTools/ConsoleTools.sln" | ||
|
||
- name: Test | ||
run: dotnet test --no-restore --verbosity normal "sources/ConsoleTools/ConsoleTools.sln" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,27 @@ | ||
<?xml version="1.0"?> | ||
<package> | ||
<metadata> | ||
<id>ConsoleTools</id> | ||
<version>0.5.5</version> | ||
<authors>Dust in the Wind</authors> | ||
<title>ConsoleTools</title> | ||
<owners>Dust in the Wind</owners> | ||
<licenseUrl>https://www.gnu.org/licenses/gpl-3.0.en.html</licenseUrl> | ||
<projectUrl>https://github.com/lastunicorn/ConsoleTools</projectUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>A set of tools and "controls" for the .net Console. It contains: List Input/Output Controls, Text Input/Output Controls, Progress Bar, Spinner, Data Table, Prompter, Menus, etc.</description> | ||
<summary>A set of tools and "controls" for the .net Console.</summary> | ||
<releaseNotes>Fixed the usage of ForegroundColor and BackgroundColor in the TextMenu.</releaseNotes> | ||
<copyright>Copyright 2017-2018 Dust in the Wind</copyright> | ||
<tags>console cli prompter menu progressbar spinner table read write textblock inlinetextblock blockcontrol, inlinecontrol</tags> | ||
</metadata> | ||
<files> | ||
<file src="lib\**" target="lib" /> | ||
<file src="changelog.txt" target="changelog.txt" /> | ||
<file src="readme.txt" target="readme.txt" /> | ||
</files> | ||
<metadata> | ||
<id>ConsoleTools</id> | ||
<version>1.0.0</version> | ||
<authors>Dust in the Wind</authors> | ||
<title>ConsoleTools</title> | ||
<owners>Dust in the Wind</owners> | ||
<license type="file">LICENSE.txt</license> | ||
<projectUrl>https://github.com/lastunicorn/ConsoleTools</projectUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>A set of tools and "controls" for the .net Console. It contains: List Input/Output Controls, Text Input/Output Controls, Progress Bar, Spinner, Data Table, Prompter, Menus, etc.</description> | ||
<summary>A set of tools and "controls" for the .net Console.</summary> | ||
<releaseNotes>Added ForegroundColor and BackgroundColor at cell level in the DataGrid.</releaseNotes> | ||
<copyright>Copyright 2017-2020 Dust in the Wind</copyright> | ||
<tags>console cli prompter menu progressbar spinner table read write textblock inlinetextblock blockcontrol, inlinecontrol</tags> | ||
<dependencies> | ||
<group targetFramework=".NETStandard2.0" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="lib\**" target="lib" /> | ||
<file src="changelog.txt" target="changelog.txt" /> | ||
<file src="readme.txt" target="readme.txt" /> | ||
<file src="..\sources\ConsoleTools\LICENSE.txt" target="LICENSE.txt" /> | ||
</files> | ||
</package> |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.