Yaaf.AdvancedBuilding.Library 0.2.0

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

// Install Yaaf.AdvancedBuilding.Library as a Cake Tool
#tool nuget:?package=Yaaf.AdvancedBuilding.Library&version=0.2.0

Yaaf.AdvancedBuilding is a loose collection of build scripts. The benefit is that you can automatically update your build by updating this package, when you don't need your own crazy build script. But even than it is possible that you could re-use some scripts within this package.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in 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
0.6.4 59 5/3/2015
0.6.3 35 5/3/2015
0.6.2 37 4/29/2015
0.6.1 36 4/26/2015
0.6.0 34 4/26/2015
0.5.5 37 4/21/2015
0.5.4 39 4/1/2015
0.5.3 37 3/27/2015
0.5.2 37 3/25/2015
0.5.1 36 3/23/2015
0.5.0 35 3/21/2015
0.4.0 34 3/20/2015
0.3.6 35 3/20/2015
0.3.5 34 3/20/2015
0.3.4 45 3/5/2015
0.3.3 35 3/5/2015
0.3.2 36 3/5/2015
0.3.1 39 3/1/2015
0.2.1 50 1/29/2015
0.2.0 40 1/28/2015

BREAKING: Redesigned how `buildConfig.fsx` has to be written!
Now you need to implement a BuildConfiguration record type, this helps (in the future)
that builds don't break when new features are introduced.
This also allows us to set a lot of defaults for you.
- you need to set `buildConfig` to a BuildConfiguration instance (all other variables are now ignored).
- You can see the docs or look into `buildConfigDef.fsx` for a definition.
- You need to update your `build.fsx` and `generateDocs.fsx` and add
`#load "packages/Yaaf.AdvancedBuilding/content/buildConfigDef.fsx"`
on the top (or use the latest from the package (see Quick-start tutorial)).
Implemented initial project and solution generation.
- Can be enabled with `EnableProjectFileCreation`