Releases: fsprojects/FAKE
6.1.4
BUGFIX: Fixes for the .NET CDN changes described at dotnet/core#9671, thanks @richlander, @Numpsy
BUGFIX: Update NuGet package dependencies to pick up security fixes, refs #2871. thanks @Numpsy - #2872
BUGFIX: Fix documentation articles links, thanks @jhromadik - #2842
ENHANCEMENT: Parse references at end of changelog as separate component, thanks @florenzen - #2779
ENHANCEMENT: In Fake.Dotnet.Cli, parse global.json using System.Text.Json instead of Newtonsoft.Json, thanks @Numpsy - #2839
ENHANCEMENT: Discover VSTest and MSTest using VSWhere, thanks @farlee2121 - #2843
6.1.3
ENHANCEMENT: SdkAssemblyResolver. Support using the latest installed SDK.
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