5.8.4
ENHANCEMENT: Some modules are now usable without FAKE context (ie. in your regular projects)
ENHANCEMENT: Inform when the target
environment variable is used - #2107
ENHANCEMENT: Improve TeamCity support - #2111
ENHANCEMENT: Update Netstandard.Library package to 2.0.3
- #2106
ENHANCEMENT: Add Process.getFileName
api to retrieve the full-path of a given process
ENHANCEMENT: Kill existing running dotnet.exe
processes before running the dotnet-cli installer
BUGFIX: Environment variables are case insensitive on windows, fake will now throw exceptions if it detects invalid environment maps
BUGFIX: MSBuild properties containing special characters lead to errors - #2112
BUGFIX: Improve error message when release notes are invalid - #2085
BUGFIX: Improve error message when globbing pattern is invalid - #2073
BUGFIX: Do no longer provide the --parallel
argument by default when running expecto - #2039
DOCS: Fix syntax errors in dacpac docs - #2115