PulseBridge.Condo 1.0.0-rc-00112

This is a prerelease version of PulseBridge.Condo.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package PulseBridge.Condo --version 1.0.0-rc-00112
                    
NuGet\Install-Package PulseBridge.Condo -Version 1.0.0-rc-00112
                    
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="PulseBridge.Condo" Version="1.0.0-rc-00112" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PulseBridge.Condo" Version="1.0.0-rc-00112" />
                    
Directory.Packages.props
<PackageReference Include="PulseBridge.Condo" />
                    
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 PulseBridge.Condo --version 1.0.0-rc-00112
                    
#r "nuget: PulseBridge.Condo, 1.0.0-rc-00112"
                    
#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=PulseBridge.Condo&version=1.0.0-rc-00112&prerelease
                    
Install PulseBridge.Condo as a Cake Addin
#tool nuget:?package=PulseBridge.Condo&version=1.0.0-rc-00112&prerelease
                    
Install PulseBridge.Condo as a Cake Tool

Tooling support for cross-platform build automation.

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.0-rc-00175 1,354 6/17/2016
1.0.0-rc-00174 1,116 6/13/2016
1.0.0-rc-00171 1,064 6/9/2016
1.0.0-rc-00170 911 6/7/2016
1.0.0-rc-00169 908 6/7/2016
1.0.0-rc-00168 919 6/7/2016
1.0.0-rc-00166 926 6/6/2016
1.0.0-rc-00164 884 6/6/2016
1.0.0-rc-00161 945 6/2/2016
1.0.0-rc-00160 973 6/1/2016
1.0.0-rc-00151 945 5/26/2016
1.0.0-rc-00148 930 3/15/2016
1.0.0-rc-00144 921 3/9/2016
1.0.0-rc-00141 949 3/7/2016
1.0.0-rc-00137 1,211 1/18/2016
1.0.0-rc-00136 915 12/5/2015
1.0.0-rc-00132 1,151 11/30/2015
1.0.0-rc-00126 1,185 11/29/2015
1.0.0-rc-00123 954 11/27/2015
1.0.0-rc-00112 1,129 11/27/2015
1.0.0-rc-00106 985 11/10/2015
1.0.0-rc-00097 934 10/20/2015
1.0.0-rc-00070 1,257 10/5/2015
1.0.0-rc-00063 978 9/25/2015

Added support for setting the runtime when executing 'dnu' and 'dnx' commands.

By default dnu restore is called using the CoreCLR runtime while dnu build/pack/publish is called using the CLR (Mono) runtime.