PsTest 1.0.4654.251

dotnet add package PsTest --version 1.0.4654.251
                    
NuGet\Install-Package PsTest -Version 1.0.4654.251
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PsTest" Version="1.0.4654.251" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PsTest" Version="1.0.4654.251" />
                    
Directory.Packages.props
<PackageReference Include="PsTest" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add PsTest --version 1.0.4654.251
                    
#r "nuget: PsTest, 1.0.4654.251"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=PsTest&version=1.0.4654.251
                    
Install PsTest as a Cake Addin
#tool nuget:?package=PsTest&version=1.0.4654.251
                    
Install PsTest as a Cake Tool

PsTest is a PowerShell unit testing framework. PsTest is a binary PowerShell module written in C# .NET. PsTest uses a syntax very similar to the QUnit JavaScript unit testing framework, which is used to test jQuery.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.4654.251 2,120 10/2/2012
1.0.4653.42174 1,414 9/27/2012

Now a copy of the PsTest binary PowerShell module is imported. This change fixes an uninstall/upgrade issue. For details see: https://github.com/knutkj/pstest/wiki/PsTest-NuGet-package.