CIBuild.Scripts
0.3.0
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
<PackageReference Include="CIBuild.Scripts" Version="0.3.0" />
paket add CIBuild.Scripts --version 0.3.0
#r "nuget: CIBuild.Scripts, 0.3.0"
// 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.
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,010 | 9/8/2015 |
0.4.5 | 2,450 | 4/28/2015 |
0.4.4 | 2,258 | 10/22/2014 |
0.4.3 | 2,284 | 10/22/2014 |
0.4.2 | 2,221 | 10/16/2014 |
0.4.1 | 2,371 | 10/16/2014 |
0.4.0 | 2,255 | 10/8/2014 |
0.3.0 | 2,171 | 10/8/2014 |
0.2.0 | 2,306 | 10/8/2014 |
0.1.2 | 2,283 | 9/26/2014 |
0.1.1 | 2,315 | 9/20/2014 |
0.1.0 | 2,153 | 9/20/2014 |
0.0.4 | 2,273 | 9/20/2014 |
0.0.3 | 2,217 | 9/20/2014 |
0.0.2 | 2,424 | 9/19/2014 |
0.0.1 | 2,310 | 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.