CIBuild.Scripts 0.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package CIBuild.Scripts --version 0.3.0
NuGet\Install-Package CIBuild.Scripts -Version 0.3.0
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.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CIBuild.Scripts --version 0.3.0
#r "nuget: CIBuild.Scripts, 0.3.0"
#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.
// Install CIBuild.Scripts as a Cake Addin
#addin nuget:?package=CIBuild.Scripts&version=0.3.0

// Install CIBuild.Scripts as a Cake Tool
#tool nuget:?package=CIBuild.Scripts&version=0.3.0

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 3,967 9/8/2015
0.4.5 2,420 4/28/2015
0.4.4 2,231 10/22/2014
0.4.3 2,256 10/22/2014
0.4.2 2,192 10/16/2014
0.4.1 2,343 10/16/2014
0.4.0 2,225 10/8/2014
0.3.0 2,145 10/8/2014
0.2.0 2,278 10/8/2014
0.1.2 2,254 9/26/2014
0.1.1 2,286 9/20/2014
0.1.0 2,127 9/20/2014
0.0.4 2,248 9/20/2014
0.0.3 2,188 9/20/2014
0.0.2 2,379 9/19/2014
0.0.1 2,273 9/19/2014

Version 0.3.0

- [Major] Removed code-analysis rule sets as rule sets are specified by
 projects. This change is breaking-change but is treated as non-major
 version release because this release is based on major version zero.

- [Major] Made build properties as project and the old build project as
 targets. to enable a target solution to have only the build project file.
 This change is breaking-change but is treated as non-major version release
 because this release is based on major version zero.