5.16.1
BUGFIX: Fix that generate_load_scripts
prevents restore after update - #2382
BUGFIX: Fix FAKE unable to load assemblies in some scenarios - #2381
BUGFIX: Fix File.getVersion fails if version is not set, thanks @SCullman - #2378
ENHANCEMENT: make Fake.DotNet.Paket
work with the dotnet tool based version of Paket, thanks @seanamosw - #2364
ENHANCEMENT: add Organization
field to Fake.Testing.SonarQube
, thanks @Lutando - #2358
ENHANCEMENT: Added Arguments.appendRaw*
functions to handle weird microsoft escaping.
ENHANCEMENT: Added Environment.getNuGetPackagesCacheFolder()
, returns the NuGet packages path.
ENHANCEMENT: Added ProcessUtils.tryFindLocalTool
to resolve tools via a common logic (Fake.IO.Globbing.Tools
is now obsolete)
DOCS: Fix some broken links - #2351