Goblinfactory.Konsole
4.1.0
See the version list below for details.
Install-Package Goblinfactory.Konsole -Version 4.1.0
dotnet add package Goblinfactory.Konsole --version 4.1.0
<PackageReference Include="Goblinfactory.Konsole" Version="4.1.0" />
paket add Goblinfactory.Konsole --version 4.1.0
#r "nuget: Goblinfactory.Konsole, 4.1.0"
// Install Goblinfactory.Konsole as a Cake Addin
#addin nuget:?package=Goblinfactory.Konsole&version=4.1.0
// Install Goblinfactory.Konsole as a Cake Tool
#tool nuget:?package=Goblinfactory.Konsole&version=4.1.0
- #33 : add "Disable screen resizing".Available as new method
.LockConsoleResizing()
onWindow
.
Product | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
.NETFramework 4.5
- No dependencies.
NuGet packages (6)
Showing the top 5 NuGet packages that depend on Goblinfactory.Konsole:
Package | Downloads |
---|---|
InEngine.Core
Plugin-based queuing and scheduling command server. |
|
Onsharp
Onsharp is C# wrapper for the Onset Game. |
|
ConsoleUserInteractionHelper
Prompt a user to GetNaturalInt, GetPathFromUser, GetBinaryDecisionFromUser. Also, ShowSpinnerUntilConditionTrue to show spinner progress controll in console. |
|
Goblinfactory.Konsole.Windows
Konsole native Windows driver. (works with .NET Standard or .NET Framework projects only on windows) |
|
md.Nuke.Unreal
Commonly used Unreal Engine targets and tasks for the Nuke execution engine |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Goblinfactory.Konsole:
Repository | Stars |
---|---|
WolvenKit/WolvenKit
Mod editor/creator for RED Engine games. The point is to have an all in one tool for creating mods for the games made with the engine.
|
Version | Downloads | Last updated |
---|---|---|
7.0.0.7-alpha | 1,417 | 2/13/2021 |
7.0.0.6-alpha | 158 | 2/13/2021 |
7.0.0.5-alpha | 168 | 2/11/2021 |
7.0.0.3-alpha | 182 | 2/9/2021 |
7.0.0.2-alpha | 172 | 2/9/2021 |
7.0.0.1-alpha | 176 | 2/9/2021 |
6.3.0-alpha | 160 | 2/8/2021 |
6.2.2 | 14,234 | 4/18/2021 |
6.2.1 | 4,804 | 2/7/2021 |
6.2.0 | 23,584 | 1/24/2020 |
6.1.0 | 350 | 1/23/2020 |
6.0.0 | 347 | 1/23/2020 |
6.0.0-alpha02 | 353 | 1/23/2020 |
6.0.0-alpha01 | 294 | 1/22/2020 |
5.4.4 | 594 | 1/13/2020 |
5.4.3 | 457 | 1/12/2020 |
5.4.2 | 463 | 1/9/2020 |
5.4.1 | 418 | 1/8/2020 |
5.4.0 | 342 | 1/8/2020 |
5.3.3 | 566 | 1/6/2020 |
5.3.2 | 442 | 1/6/2020 |
5.3.1 | 415 | 1/6/2020 |
5.3.0 | 495 | 1/5/2020 |
5.2.0 | 376 | 1/5/2020 |
5.1.0 | 552 | 1/4/2020 |
5.0.1 | 466 | 12/28/2019 |
5.0.0 | 493 | 12/18/2019 |
5.0.0-alpha09 | 426 | 12/18/2019 |
5.0.0-alpha08 | 322 | 12/17/2019 |
4.1.0 | 779 | 12/4/2019 |
4.0.1 | 371 | 12/4/2019 |
3.4.1 | 387 | 12/3/2019 |
3.4.0 | 27,090 | 10/8/2019 |
3.3.0 | 23,697 | 1/30/2018 |
3.2.1 | 876 | 1/28/2018 |
3.1.0 | 1,930 | 10/21/2017 |
3.0.1 | 1,214 | 6/4/2017 |
3.0.0 | 758 | 6/4/2017 |
2.0.2 | 1,040 | 3/20/2017 |
2.0.1 | 1,036 | 3/20/2017 |
2.0.0 | 983 | 3/18/2017 |
1.0.0 | 1,144 | 3/4/2016 |
0.0.0.3 | 1,172 | 2/29/2016 |
0.0.0.2 | 1,493 | 2/29/2016 |
0.0.0.1 | 1,207 | 2/28/2016 |
#33 : add "Disable screen resizing".Available as new method `.LockConsoleResizing()` on `Window`.