fake-template 5.21.0-alpha002

This is a prerelease version of fake-template.
There is a newer version of this package available.
See the version list below for details.
dotnet new install fake-template::5.21.0-alpha002                
This package contains a .NET Template Package you can call from the shell/command line.

FAKE - F# Make - is a build automation tool for .NET. Tasks and dependencies are specified in a DSL which is integrated in F#.

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
6.1.3 203 9/26/2024
6.1.2 114 9/24/2024
6.1.1 162 9/1/2024
6.1.0 140 8/5/2024
6.0.0 1,522 2/21/2023
6.0.0-beta001 286 12/21/2022
6.0.0-alpha004 280 11/17/2022
6.0.0-alpha003 274 11/11/2022
6.0.0-alpha002 301 11/1/2022
6.0.0-alpha001 276 11/1/2022
5.23.1 665 10/21/2022
5.23.0 661 8/1/2022
5.23.0-alpha002 267 7/22/2022
5.23.0-alpha001 292 7/15/2022
5.22.0 934 2/14/2022
5.21.1 566 1/30/2022
5.21.0 512 1/24/2022
5.21.0-alpha004 264 1/6/2022
5.21.0-alpha003 260 11/11/2021
5.21.0-alpha002 247 11/11/2021
5.21.0-alpha001 249 11/10/2021
5.20.4 3,010 3/31/2021
5.20.4-alpha.1658 134 3/30/2021
5.20.4-alpha.1642 188 10/23/2020
5.20.3 1,258 8/5/2020
5.20.2 665 6/27/2020
5.20.1 545 6/13/2020
5.20.1-alpha.1590 202 5/7/2020
5.20.0 740 5/5/2020
5.20.0-alpha.1584 189 5/5/2020
5.20.0-alpha.1583 191 5/5/2020
5.20.0-alpha.1580 220 5/4/2020
5.20.0-alpha.1566 218 4/13/2020
5.20.0-alpha.1545 271 3/7/2020
5.20.0-alpha.1535 207 3/6/2020
5.19.2-alpha.1526 233 3/5/2020
5.19.1 1,046 2/9/2020
5.19.0 814 12/19/2019
5.19.0-alpha.1473 219 12/18/2019
5.19.0-alpha.1439 207 12/16/2019
5.18.3 1,716 11/4/2019
5.18.2 696 10/26/2019
5.18.1 682 10/22/2019
5.18.0 623 10/20/2019
5.17.0 699 10/12/2019
5.16.2-alpha.1304 211 10/8/2019
5.16.1 1,000 8/25/2019
5.16.0 705 8/17/2019
5.16.0-alpha.1228 230 8/17/2019
5.15.4 879 7/16/2019
5.15.3 730 7/3/2019
5.15.2 657 7/3/2019
5.15.1 651 7/1/2019
5.15.1-alpha.1104 240 6/21/2019
5.15.0 764 6/17/2019
5.14.1 701 6/13/2019
5.14.0 628 6/12/2019
5.14.0-alpha.1085 242 6/10/2019
5.13.7 893 5/12/2019
5.13.5 712 5/1/2019
5.13.3 663 4/30/2019
5.13.2 728 4/23/2019
5.13.1 727 4/22/2019
5.13.0 729 4/14/2019
5.13.0-alpha.987 251 4/14/2019
5.13.0-alpha.975 256 4/14/2019
5.12.6 829 3/17/2019
5.12.4 841 2/27/2019
5.12.1 807 2/15/2019
5.12.0 1,070 1/12/2019
5.11.1 1,053 12/6/2018
5.11.0 827 12/4/2018
5.10.1 959 11/11/2018
5.9.3 1,000 10/15/2018
5.9.2 835 10/14/2018
5.9.1 844 10/13/2018
5.9.0 815 10/13/2018
5.8.5 890 10/10/2018
5.8.4 870 10/8/2018
5.7.2 929 9/24/2018
5.7.0 870 9/23/2018
5.6.2-alpha.494 397 9/23/2018
5.6.2-alpha.491 394 9/22/2018
5.6.1 980 9/9/2018
5.6.0 837 9/9/2018
5.5.1-alpha.403 417 8/26/2018
5.5.0 934 8/26/2018
5.4.1 981 8/16/2018
5.4.0 976 8/11/2018
5.3.1 1,019 8/5/2018
5.3.0 946 7/30/2018
5.2.0 1,166 7/9/2018
5.1.0 1,272 6/17/2018

BUGFIX: add access token option to sqlpackage, thanks @yazeedobaid - https://github.com/fsprojects/FAKE/pull/2581
NEW: Porting Fixie Module to FAKE 5, thanks @yazeedobaid - https://github.com/fsprojects/FAKE/pull/2582
NEW: Porting Bitbucket module to FAKE 5, thanks @yazeedobaid - https://github.com/fsprojects/FAKE/pull/2583
BUGFIX: Fix dotnet path on wsl, thanks @yazeedobaid - https://github.com/fsprojects/FAKE/issues/2573
BUGFIX: Get by packageid and an api to search by title, thanks @yazeedobaid - https://github.com/fsprojects/FAKE/issues/2575
NEW: Porting TypeScript module to FAKE 5, thanks @yazeedobaid - https://github.com/fsprojects/FAKE/pull/2586
ENHANCEMENT: Changing coverlet output format to receive a list of formats, thanks @lucasteles - https://github.com/fsprojects/FAKE/pull/2562
ENHANCEMENT: Install Instruction, thanks @ShalokShalom - https://github.com/fsprojects/FAKE/pull/2578
ENHANCEMENT: GitVersion with dotnet tool, thanks @mcliment - https://github.com/fsprojects/FAKE/pull/2598
ENHANCEMENT: [Doc] Fix links inside one of the getting started's info box, thanks @boechat107 - https://github.com/fsprojects/FAKE/pull/2599
ENHANCEMENT: Fix some typos in fake-commandline.md, thanks @dawedawe - https://github.com/fsprojects/FAKE/pull/2602
ENHANCEMENT: Fix minor things in the documentation, thanks @dawedawe - https://github.com/fsprojects/FAKE/pull/2603
ENHANCEMENT: Add missing report types to ReportType, thanks @mcliment - https://github.com/fsprojects/FAKE/pull/2606
ENHANCEMENT: Support .net6 runtime assemblies, new Build system, and Legacy Fake Codebase Separation, thanks @yazeedobaid - https://github.com/fsprojects/FAKE/pull/2609
BUGFIX: Update Octokit to 0.50 and fix upload assets, thanks @enovales - https://github.com/fsprojects/FAKE/issues/2601