Metadata >> NuGet >> PoshCode.PoshConsole

PoshCode.PoshConsole

Metadata

Authors PoshCode.com
Copyrights Copyright (c) Joel Bennett, 2015
Description The PoshConsole Control for hosting PowerShell in WPF
LicenseUrl https://github.com/Jaykul/PoshConsole/blob/master/LICENSE.md
Owners PoshCode.com
ProjectUrl https://github.com/Jaykul/PoshConsole/
ReleaseNotes Add $Output = ... for api invocations when appropriate Add $Input | ... for api invocations when appropriate Give Tee-Default the ability to -Limit how much is shown in the host
RequireLicenseAcceptance False
Tags PowerShell WPF Hosting
Dependencies Microsoft.Tpl.Dataflow:4.5.24
Title PoshConsole
PackageSize 369419
PackageHashAlgorithm SHA512
PackageHash Hn6oFMY+VhJZutNfRuDRWsK+9yVC/nzjWpvk3cHRIlrevMsK+u3Qx2QOSkieWOtuAfNI6eGsTT1OqKviLxjSlg==
DownloadCount 000000
CreatedDate 2015-10-01T21:32:30

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install PoshCode.PoshConsole -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install PoshCode.PoshConsole -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package PoshCode.PoshConsole
Installing the package (HTTP Basic authentication):
Install-Package PoshCode.PoshConsole -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package PoshCode.PoshConsole -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package PoshCode.PoshConsole

OpenWrap

Installing the package:
o add-wrap PoshCode.PoshConsole
Uninstalling the package:
o remove-wrap PoshCode.PoshConsole

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
0.8.4.0
0.8.3.0