Simple.Wpf.Terminal
1.33.0
See the version list below for details.
dotnet add package Simple.Wpf.Terminal --version 1.33.0
NuGet\Install-Package Simple.Wpf.Terminal -Version 1.33.0
<PackageReference Include="Simple.Wpf.Terminal" Version="1.33.0" />
paket add Simple.Wpf.Terminal --version 1.33.0
#r "nuget: Simple.Wpf.Terminal, 1.33.0"
// Install Simple.Wpf.Terminal as a Cake Addin #addin nuget:?package=Simple.Wpf.Terminal&version=1.33.0 // Install Simple.Wpf.Terminal as a Cake Tool #tool nuget:?package=Simple.Wpf.Terminal&version=1.33.0
This user control does NOT actually do anything more than display data - the user control is the View (UI) in a MVVM implementation, the ViewModel would be responsible for the actual behaviour & contents of the console\terminal window. The user control is designed to use XAML binding for all UI properties the user can configure.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Simple.Wpf.Terminal:
Package | Downloads |
---|---|
Simple.Wpf.FSharp.Repl
Mimics the F# Interactive console application inside a WPF user control, this allows it to be used inside a WPF application. Currently based on the open source F# 3.1 Interactive process. |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on Simple.Wpf.Terminal:
Repository | Stars |
---|---|
LykosAI/StabilityMatrix
Multi-Platform Package Manager for Stable Diffusion
|
|
Mutagen-Modding/Mutagen
A .NET library for analyzing, creating, and manipulating Bethesda mods
|
Version | Downloads | Last updated |
---|---|---|
2.3.57 | 6,257 | 3/7/2023 |
2.3.53 | 1,525 | 11/16/2022 |
2.3.51 | 17,128 | 10/11/2022 |
2.3.50 | 482 | 10/11/2022 |
2.3.49 | 786 | 6/6/2022 |
2.3.47 | 563 | 5/4/2022 |
2.3.39 | 692 | 1/5/2022 |
2.3.38 | 333 | 1/5/2022 |
2.3.37 | 348 | 12/30/2021 |
2.3.33 | 430 | 11/22/2021 |
2.3.29 | 402 | 11/18/2021 |
2.3.28 | 429 | 11/10/2021 |
2.3.20 | 1,297 | 6/2/2021 |
2.3.15 | 4,551 | 3/3/2020 |
2.3.0 | 768 | 1/3/2020 |
2.2.0 | 809 | 11/25/2019 |
2.1.0 | 1,069 | 11/24/2019 |
2.0.0 | 655 | 11/24/2019 |
1.35.0 | 5,753 | 9/3/2016 |
1.34.0 | 2,023 | 10/24/2015 |
1.33.0 | 3,318 | 10/6/2014 |
1.29.0 | 1,342 | 5/30/2014 |
1.28.0 | 1,684 | 4/12/2014 |
1.27.0 | 1,788 | 3/30/2014 |
1.25.0 | 1,305 | 2/17/2014 |
1.24.0 | 1,653 | 2/11/2014 |
1.21.0 | 1,344 | 2/10/2014 |
1.20.0 | 2,048 | 1/30/2014 |
1.17.0 | 1,442 | 1/12/2014 |
1.15.0 | 1,332 | 1/7/2014 |
1.14.0 | 1,237 | 1/5/2014 |
1.11.0 | 1,250 | 1/3/2014 |
1.10.0 | 1,241 | 1/2/2014 |
1.9.0 | 1,242 | 1/1/2014 |
1.7.0 | 1,256 | 12/27/2013 |
1.0.0 | 1,286 | 12/24/2013 |
Fixed issue with key down being surpressed for control keys.