Skip to content

5.10.1

Compare
Choose a tag to compare
@matthid matthid released this 11 Nov 09:29
· 1003 commits to release/next since this release

DOCUMENTATION: New homepage design for fake.build, huge thanks to @FlorianBaderDE (with help from @JarnoNijboer) - #2164 #2175 #2178 #2179
ICON: Fake has a new icon (again huge thanks to @FlorianBaderDE)
NEW: Add tab-completion for powershell and bash - #2157
NEW: module Fake.DotNet.FxCop - #2174
ENHANCEMENT: add new ReportType "Cobertura" to Fake.Testing.ReportGenerator - #2163
ENHANCEMENT: the fake template now supports the buildtask-dsl - #2177
ENHANCEMENT: add new fake hints for #2097, #2099 and #2181
BUGFIX: Dispose streams created by File.create - https://github.com/fsharp/FAKE/pull/2184/files
BUGFIX: NuGet.Version.getLastNuGetVersion failed for some servers - #2170
BUGFIX: Fake.DotNet.Tesing.NUnit failed to work when temporary-directory contains spaces (for example if windows username contains spaces) - #2180
BUGFIX: --silent now disables fake hints as well
(Minor) BREAKING: Refactor & cleanup Fake.Runtime internals - make sure to open an issue if you are hit by this.
OTHER: Internal code cleanup - #2162