Skip to content

Releases: fsprojects/FAKE

5.15.0

17 Jun 21:47
Compare
Choose a tag to compare

ENHANCEMENT: Add --write-info <file> command line to Fake.Core.Target in order to support tooling in Ionide see ionide/ionide-vscode-fsharp#1137 - #2335
BUGFIX: Fake 5 runner now recompiles the script when --fsiargs have changed (invalidates the cache) - #2335

5.14.1

13 Jun 22:22
Compare
Choose a tag to compare

BUGFIX: Fake 5 native libraries support now works on unix - #2334

5.14.0

12 Jun 22:54
Compare
Choose a tag to compare

BREAKING: Renamed CliVersion.Lkg to CliVersion.Coherent as it was renamed on the installer. If you use an old installer with this flag you can still use CliVersion.Version "lkg" - #2318
BREAKING: Renamed NuGet.feedUrl to NuGet.galleryV1 and marked it as obsolete. Added galleryV2 and galleryV3 - #2323
ENHANCEMENT: Fake 5 now supports native libraries (like SQL and SQLite NuGet packages) - #2007
BUGFIX: DotNet.exec (dotnet installer) fails when username has a blank - #2319
BUGFIX: Error when invoking fake run with different casings - #2314
BUGFIX: Potential fix for incorrect console colors after running fake - #2173
DOCS: Document difference between @@ and </> as well as Path.combineTrimEnd and Path.combine - #2329

5.14.0-alpha.1085

10 Jun 15:41
Compare
Choose a tag to compare
5.14.0-alpha.1085 Pre-release
Pre-release

BREAKING: Renamed NuGet.feedUrl to NuGet.galleryV1 and marked it as obsolete. Added galleryV2 and galleryV3 - #2323
ENHANCEMENT: Fake 5 now supports native libraries (like SQL and SQLite NuGet packages) - #2007
BUGFIX: DotNet.exec (dotnet installer) fails when username has a blank - #2319
BUGFIX: Error when invoking fake run with different casings - #2314
BUGFIX: Potential fix for incorrect console colors after running fake - #2173
DOCS: Document difference between @@ and </> as well as Path.combineTrimEnd and Path.combine - #2329

5.13.7

12 May 23:03
Compare
Choose a tag to compare

BUGFIX: Xamarin Android x86_64 build fails - #2313

5.13.5

01 May 13:15
Compare
Choose a tag to compare

BUGFIX: Shell.mv now has the correct documented behavior (5.13.3 was still broken) - #2309
BUGFIX: Shell.rename now works for files and directories as documented - #2309

5.13.3

30 Apr 10:13
3b68549
Compare
Choose a tag to compare

ENHANCEMENT: Use NuGet Libraries for getLastNuGetVersion - see NuGet/NuGetGallery#7085
ENHANCEMENT: TeamCitySummary, added in ReportGenerator 4.1.3 Fixes #2300 - #2301
BUGFIX: Shell.mv now has the correct documented behavior, consistent with parameter names - #2293
BUGFIX: NuGet Push command syntax. Fixes #2299 - #2304

5.13.2

23 Apr 13:58
Compare
Choose a tag to compare

ENHANCEMENT: Update .NET Core runtime
BUGFIX: Do not print dotnet --version errors - #2295

5.13.1

22 Apr 18:06
Compare
Choose a tag to compare

ENHANCEMENT: Support F# 4.6 syntax in scripts
ENHANCEMENT: Add hint when runner is older than 6 months and warning after 12 months

5.13.0

14 Apr 19:31
Compare
Choose a tag to compare

NEW: Add dotnet nuget push command and arguments - #2229
NEW: Add Target.initEnvironment() in order to initialize environment - #2283
ENHANCEMENT: Update dependencies - #2286
ENHANCEMENT: Return the latest msbuild version by default when using vswhere - #2287
ENHANCEMENT: Improve help message - #2282
BUGFIX: Retry GitHub asset upload on failure
BUGFIX: No such variable CI_BUILD_ID - #2290