CIBuild.Scripts 0.4.6

dotnet add package CIBuild.Scripts --version 0.4.6
                    
NuGet\Install-Package CIBuild.Scripts -Version 0.4.6
                    
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="CIBuild.Scripts" Version="0.4.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CIBuild.Scripts" Version="0.4.6" />
                    
Directory.Packages.props
<PackageReference Include="CIBuild.Scripts" />
                    
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 CIBuild.Scripts --version 0.4.6
                    
#r "nuget: CIBuild.Scripts, 0.4.6"
                    
#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 CIBuild.Scripts@0.4.6
                    
#: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=CIBuild.Scripts&version=0.4.6
                    
Install as a Cake Addin
#tool nuget:?package=CIBuild.Scripts&version=0.4.6
                    
Install as a Cake Tool

CIBuild.Scripts is build scripts to create nuget packages and publish it to nuget server.

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
0.4.6 4,244 9/8/2015
0.4.5 2,661 4/28/2015
0.4.4 2,478 10/22/2014
0.4.3 2,503 10/22/2014
0.4.2 2,444 10/16/2014
0.4.1 2,593 10/16/2014
0.4.0 2,481 10/8/2014
0.3.0 2,403 10/8/2014
0.2.0 2,526 10/8/2014
0.1.2 2,502 9/26/2014
0.1.1 2,535 9/20/2014
0.1.0 2,374 9/20/2014
0.0.4 2,497 9/20/2014
0.0.3 2,437 9/20/2014
0.0.2 2,655 9/19/2014
0.0.1 2,529 9/19/2014

Version 0.4.6

- Ignores specific environment(framework, profile) when installed.

- Replaced the old msbuild path with the new one.