Skip to content

Commit

Permalink
Merge remote-tracking branch 'Cobbr/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/ReadLine/KeyHandler.cs
  • Loading branch information
Latency committed Apr 11, 2019
2 parents 4e28c48 + beb2e96 commit efef308
Show file tree
Hide file tree
Showing 7 changed files with 394 additions and 404 deletions.
37 changes: 28 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,19 @@
[Rr]eleases/
x64/
x86/
build/
src/**/build/
tests/**/build/
bld/
[Bb]in/
[Oo]bj/
packages/

# Visual Studo 2015 cache/options directory
.vs/

# Jetbrains Rider cache/options directory
.idea/

# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
Expand All @@ -36,7 +41,6 @@ TestResult.xml
# Build Results of an ATL Project
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c

*_i.c
*_p.c
Expand Down Expand Up @@ -88,7 +92,11 @@ $tf/
# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper

# Visual Studio preference files
*.DotSettings.user
*.csproj.user
*.vcxproj.filters

# JustCode is a .NET coding addin-in
.JustCode
Expand Down Expand Up @@ -134,6 +142,8 @@ publish/
*.pubxml
*.publishproj

# NuGet Packages
#*.nupkg
# The packages folder can be ignored because of Package Restore
**/packages/*
# except build/, which is used as an MSBuild target.
Expand All @@ -151,12 +161,10 @@ AppPackages/
# Others
*.[Cc]ache
ClientBin/
[Ss]tyle[Cc]op.*
~$*
*~
*.dbmdl
*.dbproj.schemaview
*.pfx
*.publishsettings
node_modules/
bower_components/
Expand Down Expand Up @@ -193,9 +201,20 @@ FakesAssemblies/
# Visual Studio 6 workspace options file
*.opt

# NuGet
NuGet/
**/node_modules
**/node_modules/*
**/Images/ActualOutput
**/Images/ReferenceOutput

# ASP.NET 5
project.lock.json

#BenchmarkDotNet
**/BenchmarkDotNet.Artifacts/

# Build process
*.csproj.bak

# Git
.gitignore
.gitattributes
# Advanced Installer
*-cache/
*-SetupFiles/
Binary file removed artifacts/ReadLine.1.0.0.nupkg
Binary file not shown.
Binary file removed artifacts/ReadLine.2.0.1.nupkg
Binary file not shown.
Binary file modified artifacts/ReadLine.2.0.3.nupkg
Binary file not shown.
2 changes: 1 addition & 1 deletion src/ReadLine.Demo/ReadLine.Demo.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<TargetFramework>netcoreapp2.2</TargetFramework>
<DebugType>portable</DebugType>
<AssemblyName>ReadLine.Demo</AssemblyName>
<OutputType>Exe</OutputType>
Expand Down
Loading

0 comments on commit efef308

Please sign in to comment.