PulseBridge.Condo 1.0.0-rc-00123

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-00123
                    
NuGet\Install-Package PulseBridge.Condo -Version 1.0.0-rc-00123
                    
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-00123" />
                    
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-00123" />
                    
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-00123
                    
#r "nuget: PulseBridge.Condo, 1.0.0-rc-00123"
                    
#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.
#:package PulseBridge.Condo@1.0.0-rc-00123
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=PulseBridge.Condo&version=1.0.0-rc-00123&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=PulseBridge.Condo&version=1.0.0-rc-00123&prerelease
                    
Install 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,459 6/17/2016
1.0.0-rc-00174 1,214 6/13/2016
1.0.0-rc-00171 1,168 6/9/2016
1.0.0-rc-00170 1,011 6/7/2016
1.0.0-rc-00169 1,010 6/7/2016
1.0.0-rc-00168 1,016 6/7/2016
1.0.0-rc-00166 1,024 6/6/2016
1.0.0-rc-00164 981 6/6/2016
1.0.0-rc-00161 1,049 6/2/2016
1.0.0-rc-00160 1,075 6/1/2016
1.0.0-rc-00151 1,049 5/26/2016
1.0.0-rc-00148 1,033 3/15/2016
1.0.0-rc-00144 1,022 3/9/2016
1.0.0-rc-00141 1,049 3/7/2016
1.0.0-rc-00137 1,309 1/18/2016
1.0.0-rc-00136 1,016 12/5/2015
1.0.0-rc-00132 1,252 11/30/2015
1.0.0-rc-00126 1,284 11/29/2015
1.0.0-rc-00123 1,053 11/27/2015
1.0.0-rc-00112 1,227 11/27/2015
1.0.0-rc-00106 1,086 11/10/2015
1.0.0-rc-00097 1,033 10/20/2015
1.0.0-rc-00070 1,359 10/5/2015
1.0.0-rc-00063 1,077 9/25/2015

Some bug fixes to the last build that was released, which included the following:

Enable the ability to set the runtime when executing 'dnx' or 'dnu' commands. By default, CoreCLR will be used for 'dnu restore' and the CLR/Mono will be used for 'dnu build/pack/publish'. In addition, test projects will be executed once for each runtime specified in the project.json file, using the correct runtime.