Skip to content

Releases: FakeBuild/Xake

v0.6.26

20 Sep 17:39

Choose a tag to compare

Implemented in this build:

  • exception handling with try/with/finally
  • use! keyword in actions
  • utility functions FailWhen and WhenError related to exceptions handling
  • improved for/while/use in actions
  • new option DbFileName to define build database file name other than .xake

Example of catching the errors in rules

        ("bin/FSharp.Core.dll") *> fun outfile ->
            WhenError ignore <| action {
                do! copyFile "packages/FSharp.Core/lib/net40/FSharp.Core.dll" outfile.FullName
                do! copyFiles ["packages/FSharp.Core/lib/net40/FSharp.Core.*data"] "bin"
            }

v0.5.25

28 Aug 14:54

Choose a tag to compare

lookup for newer fsc.exe versions

v0.5.24

15 Mar 19:20

Choose a tag to compare

Merge branch 'dev'

v0.5.23

22 Jan 21:15

Choose a tag to compare

Merge branch 'dev'

v0.4.22

10 Jan 21:37

Choose a tag to compare

Merge remote-tracking branch 'refs/remotes/origin/dev'

v0.3.21

25 Nov 20:33

Choose a tag to compare

Merge branch 'dev'

v0.3.20

18 Nov 20:06

Choose a tag to compare

Merge branch 'dev'

v0.3.19

25 Sep 20:23

Choose a tag to compare

fix build by making xml doc file

v0.3.16

25 Sep 19:39

Choose a tag to compare

switch to old build file to rebuild the project

v0.3.9

19 Sep 18:28

Choose a tag to compare

Merge branch 'dev'