Releases: fsprojects/FAKE
6.1.3
6.1.2
ENHANCEMENT: Updated runtime-identifier to more recent runtimes.
LEGACY: Removed .NETFrameworkAssembly attribute fix on detecting .NET assemblies.
ENHANCEMENT: SdkAssemblyResolver. Support detecting multiple .NET paths.
6.1.1
BUGFIX: Assembly resolver to pick a found SDK instead of first SDK, thanks @Thorium - https://github.com/fsprojects/FAKE/pull/2797/files
BUGFIX: Fix issue parsing global.json when using prerelease .NET SDKs, thanks @Numpsy - #2803
BUGFIX: Allow RunSettingsArguments to be set, thanks @TheAngryByrd - #2771
6.1.0
BUGFIX: MSBuild.build adds a bad string at the end of properties, thanks @0x53A - #2738
BUGFIX: Allow setting Msbuild max cpu on Linux, thanks @TheAngryByrd - #2772
ENHANCEMENT: Added shorthash to git functions, thanks @voronoipotato - #2752
ENHANCEMENT: Support for /tl:[auto:on:off]
msbuild flag, thanks @smoothdeveloper - #2768
ENHANCEMENT: Fixes for usage in .NET 8.0 enviroment projects.
ENHANCEMENT: Add Context.setExecutionContextFromCommandLineArgs, thanks @cataggar - #2750
6.0.0
ENHANCEMENT: Site UI fixes and documentation link fixes.
6.0.0-beta001
BUGFIX: Error detecting msbuild version on Linux, thanks @yazeedobaid - #2709
ENHANCEMENT: Add ignoreConflicts parameter to paket push, thanks @gdziadkiewicz - #2720
ENHANCEMENT: Add GitHub API to create a pull request, thanks @yazeedobaid - #2724
6.0.0-alpha004
BUGFIX: Fix build by pinning Microsoft.build packages now that .NET 7 is out and fix links in website, thanks @yazeedobaid - #2721
BUGFIX: Fix docs URL in Choco template., thanks @yazeedobaid - #2718
6.0.0-alpha003
- ENHANCEMENT: Fix typos in website, thanks @CaptnCodr - #2712
- BUGFIX: Update Paket.Core to support .NET 7, thanks @mk185147 and @michalkovy - #2708
6.0.0-alpha002
- ENHANCEMENT: Fix website assets loading
6.0.0-alpha001
- ENHANCEMENT: Update dependencies of repository, thanks @yazeedobaid - https://fake.build/articles/fake-v6-release-announcement.html
- ENHANCEMENT: Remove obsolete APIs and replace their usage with alternative suggested API's, thanks @yazeedobaid - https://fake.build/articles/fake-v6-release-announcement.html
- ENHANCEMENT: FAKE build enhancements, thanks @yazeedobaid - https://fake.build/articles/fake-v6-release-announcement.html
- ENHANCEMENT: Switch documentation blocks to XML syntax instead of Markdown syntax to work with new FSDocs tool, thanks @yazeedobaid - https://fake.build/articles/fake-v6-release-announcement.html
- ENHANCEMENT: Update FAKE website to use new FSDocs library and give it a new fresh look, thanks @yazeedobaid - https://fake.build/articles/fake-v6-release-announcement.html
- ENHANCEMENT: General Enhancements, thanks @yazeedobaid - https://fake.build/articles/fake-v6-release-announcement.html
- ENHANCEMENT: Add Fantomas tool to FAKE codebase as a styling and formatter tool, thanks @yazeedobaid - https://fake.build/articles/fake-v6-release-announcement.html