Yaaf.AdvancedBuilding.Library
0.2.0
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
<PackageReference Include="Yaaf.AdvancedBuilding.Library" Version="0.2.0" />
paket add Yaaf.AdvancedBuilding.Library --version 0.2.0
#r "nuget: Yaaf.AdvancedBuilding.Library, 0.2.0"
// 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 | Versions 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. |
-
- RazorEngine (>= 3.5.3)
- Yaaf.FSharp.Scripting (>= 1.0.2)
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.14.1 | 1,257 | 6/24/2016 |
0.14.0 | 1,056 | 6/19/2016 |
0.13.3 | 987 | 6/18/2016 |
0.13.2 | 1,047 | 3/6/2016 |
0.13.1 | 996 | 3/6/2016 |
0.13.0 | 961 | 3/6/2016 |
0.12.4-alpha1 | 787 | 2/6/2016 |
0.12.3 | 1,024 | 2/5/2016 |
0.12.2 | 1,025 | 1/23/2016 |
0.12.0 | 991 | 1/17/2016 |
0.11.8 | 1,575 | 1/14/2016 |
0.11.7 | 1,034 | 1/13/2016 |
0.11.6 | 1,015 | 12/24/2015 |
0.11.6-alpha1 | 859 | 12/23/2015 |
0.11.5 | 1,234 | 12/2/2015 |
0.11.4 | 1,184 | 11/24/2015 |
0.11.3 | 1,114 | 11/20/2015 |
0.11.2 | 1,066 | 11/19/2015 |
0.11.1 | 1,040 | 11/8/2015 |
0.11.0 | 1,049 | 11/7/2015 |
0.10.1-alpha1 | 855 | 10/20/2015 |
0.10.0 | 1,034 | 10/18/2015 |
0.9.3 | 1,140 | 9/28/2015 |
0.9.3-alpha2 | 897 | 9/20/2015 |
0.9.3-alpha1 | 889 | 9/20/2015 |
0.9.2 | 1,101 | 9/13/2015 |
0.9.1 | 1,038 | 9/6/2015 |
0.9.0 | 1,038 | 9/5/2015 |
0.8.0 | 1,054 | 8/19/2015 |
0.7.2 | 1,414 | 8/8/2015 |
0.7.1 | 1,357 | 8/8/2015 |
0.7.0 | 1,214 | 8/2/2015 |
0.6.5 | 1,228 | 8/1/2015 |
0.6.4 | 1,082 | 5/3/2015 |
0.6.3 | 1,201 | 5/3/2015 |
0.6.2 | 1,346 | 4/29/2015 |
0.6.1 | 1,272 | 4/26/2015 |
0.6.0 | 1,248 | 4/26/2015 |
0.5.5 | 1,198 | 4/21/2015 |
0.5.4 | 1,093 | 4/1/2015 |
0.5.3 | 1,047 | 3/27/2015 |
0.5.2 | 1,063 | 3/25/2015 |
0.5.1 | 1,050 | 3/23/2015 |
0.5.0 | 1,053 | 3/21/2015 |
0.4.0 | 1,065 | 3/20/2015 |
0.3.6 | 1,038 | 3/20/2015 |
0.3.5 | 1,061 | 3/20/2015 |
0.3.4 | 1,052 | 3/5/2015 |
0.3.3 | 1,100 | 3/5/2015 |
0.3.2 | 1,070 | 3/5/2015 |
0.3.1 | 1,207 | 3/1/2015 |
0.2.1 | 1,110 | 1/29/2015 |
0.2.0 | 1,141 | 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`