PulseBridge.Condo
1.0.0-rc-00123
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
<PackageReference Include="PulseBridge.Condo" Version="1.0.0-rc-00123" />
paket add PulseBridge.Condo --version 1.0.0-rc-00123
#r "nuget: PulseBridge.Condo, 1.0.0-rc-00123"
// Install PulseBridge.Condo as a Cake Addin #addin nuget:?package=PulseBridge.Condo&version=1.0.0-rc-00123&prerelease // Install PulseBridge.Condo as a Cake Tool #tool nuget:?package=PulseBridge.Condo&version=1.0.0-rc-00123&prerelease
Tooling support for cross-platform build automation.
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,271 | 6/17/2016 |
1.0.0-rc-00174 | 1,035 | 6/13/2016 |
1.0.0-rc-00171 | 983 | 6/9/2016 |
1.0.0-rc-00170 | 830 | 6/7/2016 |
1.0.0-rc-00169 | 827 | 6/7/2016 |
1.0.0-rc-00168 | 836 | 6/7/2016 |
1.0.0-rc-00166 | 845 | 6/6/2016 |
1.0.0-rc-00164 | 803 | 6/6/2016 |
1.0.0-rc-00161 | 864 | 6/2/2016 |
1.0.0-rc-00160 | 890 | 6/1/2016 |
1.0.0-rc-00151 | 864 | 5/26/2016 |
1.0.0-rc-00148 | 848 | 3/15/2016 |
1.0.0-rc-00144 | 839 | 3/9/2016 |
1.0.0-rc-00141 | 867 | 3/7/2016 |
1.0.0-rc-00137 | 1,126 | 1/18/2016 |
1.0.0-rc-00136 | 831 | 12/5/2015 |
1.0.0-rc-00132 | 1,059 | 11/30/2015 |
1.0.0-rc-00126 | 1,101 | 11/29/2015 |
1.0.0-rc-00123 | 870 | 11/27/2015 |
1.0.0-rc-00112 | 1,044 | 11/27/2015 |
1.0.0-rc-00106 | 901 | 11/10/2015 |
1.0.0-rc-00097 | 849 | 10/20/2015 |
1.0.0-rc-00070 | 1,173 | 10/5/2015 |
1.0.0-rc-00063 | 894 | 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.