OneBuild 1.0.95

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

OneBuild is a modular set of .NET solution build scripts written in PowerShell. Following the proven Deployment Pipeline approach to software build and delivery OneBuild aims to make the Commit (versioning, compilation, unit testing and packaging of binaries) a standard and simple exercise. Being convention based and therefore requiring no configuration allows OneBuild to build any target .NET solution out of the box, assuming the solution follows some basic convention patterns. OneBuild is proud to rely on Invoke-Build (https://github.com/nightroman/Invoke-Build) for task automation.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.95 78 4/10/2015
1.0.76 88 2/11/2015
1.0.74 41 2/9/2015
1.0.71 44 2/9/2015
1.0.66 43 2/6/2015
1.0.63 63 1/27/2015
1.0.59 66 12/19/2014
1.0.58 52 12/18/2014
1.0.52 52 12/15/2014
1.0.51 50 12/12/2014
1.0.45 53 12/9/2014
1.0.42 49 12/5/2014
1.0.37 57 11/25/2014
1.0.34 48 11/25/2014
1.0.31 47 11/25/2014
1.0.28 51 11/24/2014
1.0.27 50 11/24/2014

This release of OneBuild adds support for consistent versioning of VisualBasic.NET projects within a Visual Studio solution.
(bug) #42 - Support VB projects