All Versions
287
Latest Version
Avg Release Cycle
43 days
Latest Release
909 days ago
Changelog History
Page 22
Changelog History
Page 22
-
v4.14.0 Changes
January 12, 2016- NuGet automatic version increment - https://github.com/fsharp/FAKE/pull/1063
- โ Added support for the Paket pack parameter buildPlatform - https://github.com/fsharp/FAKE/pull/1066
- โ Added possibility to bulk update assembly infos with file includes - https://github.com/fsharp/FAKE/pull/1067
-
v4.13.0 Changes
January 11, 2016- ๐ NUnit 3 support - https://github.com/fsharp/FAKE/pull/1064
- Automatic discovery of octo.exe - https://github.com/fsharp/FAKE/pull/1065
- Prefer git from cmd path to get ssh key - https://github.com/fsharp/FAKE/pull/1062
-
v4.12.0 Changes
December 28, 2015- ๐ Change SignToolHelper syntax to reflect common call syntax - https://github.com/fsharp/FAKE/pull/1051
- ๐ New Open/Close block helpers for TeamCity - https://github.com/fsharp/FAKE/pull/1049
- ๐ BUGFIX: Use UTF-8 encoding of AssemblyInfo as written by ReplaceAssemblyInfoVersions - https://github.com/fsharp/FAKE/pull/1055
-
v4.11.0 Changes
December 19, 2015- โ Add specific version parameter in PaketPackParams - https://github.com/fsharp/FAKE/pull/1046
- ๐ Fixed isMacOS function - https://github.com/fsharp/FAKE/pull/1044
- โ Added more comfortable types to WiXHelper, flagged old ones obsolete - https://github.com/fsharp/FAKE/pull/1036
- ๐ Use FSharp.Compiler.Service 1.4.2.3
- Only add relative path prefix if not rooted path in MSBuildHelper - https://github.com/fsharp/FAKE/pull/1033
- Replaced hard reference on gacutil path with automatic search - https://github.com/fsharp/FAKE/pull/1040
- Wrap OutputPath in quotes in paket helper - https://github.com/fsharp/FAKE/pull/1027
- ๐ Allow override of the signature algorithm and message digest algorithm in Xamarin helper - https://github.com/fsharp/FAKE/pull/1025
- ๐ฆ Expose excluded templates in Pack helper - https://github.com/fsharp/FAKE/pull/1026
- โ Added initial implementation of DynamicsCRMHelper - https://github.com/fsharp/FAKE/pull/1009
-
v4.10.0 Changes
November 30, 2015- โ Added support for Squirrel's --no-msi option - https://github.com/fsharp/FAKE/pull/1013
- โฑ Upload has longer timeout - https://github.com/fsharp/FAKE/pull/1004
- โ Added the History Directory argument of ReportGenerator - https://github.com/fsharp/FAKE/pull/1003
- ๐ Support for Bamboo build server - https://github.com/fsharp/FAKE/pull/1015
- ๐ท Added APPVEYOR_JOB_NAME appveyor environment variable - https://github.com/fsharp/FAKE/pull/1022
- โก๏ธ Updated octopus sample to reflect 3.3.0 package - https://github.com/fsharp/FAKE/pull/1021
- โ Added functionality for deleting files and folders in FTP Helper - https://github.com/fsharp/FAKE/pull/1018
- BASH completion for FAKE targets - https://github.com/fsharp/FAKE/pull/1020
- ๐ BUGFIX: Fix case on MsBuild LogFile option - https://github.com/fsharp/FAKE/pull/1008
- ๐ BUGFIX: Fix git version on Mac - https://github.com/fsharp/FAKE/pull/1006
-
v4.9.1 Changes
November 11, 2015- โ Added support for channels to OctoTools - https://github.com/fsharp/FAKE/pull/1001
- ๐ BUGFIX: Create AssemblyInfo directory only where required - https://github.com/fsharp/FAKE/pull/997
- ๐ COSMETICS: Renamed confusing parameter in FSI helper - https://github.com/fsharp/FAKE/pull/1000
-
v4.8.0 Changes
November 04, 2015- ๐ Basic npm support - https://github.com/fsharp/FAKE/pull/993
- ๐ New RoboCopy helper - https://github.com/fsharp/FAKE/pull/988
- โ Option ignore failing tests DotCover https://github.com/fsharp/FAKE/pull/990
- โ Add code to replace new assemblyinfo attributes - https://github.com/fsharp/FAKE/pull/991
- Cleanup Registry helpers - https://github.com/fsharp/FAKE/pull/980
- ๐ FAKE.Deploy scans for default scripts - https://github.com/fsharp/FAKE/pull/981
- ๐ BUGFIX: Use WorkingDir in Paket helpers
- ๐ BUGFIX: support caching even when running RazorEngine as part of the build script - https://github.com/fsharp/FAKE/pull/979
-
v4.6.0 Changes
October 14, 2015- ๐ New Registry functions - https://github.com/fsharp/FAKE/pull/976
- โ Add attribute filters to DotCover - https://github.com/fsharp/FAKE/pull/974
- Always use FullName of nuspec for NuGet pack
- โ DotCover support for MSTest - https://github.com/fsharp/FAKE/pull/972
- โ Added new functions: replace and poke for inner xml - https://github.com/fsharp/FAKE/pull/970
- โ Adding TestFile helper - https://github.com/fsharp/FAKE/pull/962
-
v4.5.0 Changes
October 07, 2015- Ensure FSI-ASSEMBLY.dll path exists - https://github.com/fsharp/FAKE/pull/969
- ๐ New dotCover runner for Xunit2 - https://github.com/fsharp/FAKE/pull/965
- ๐ Make FAKE compatible with Microsoft Dynamics 2016
- Don't assume that mono is on the path for El Capitan - https://github.com/fsharp/FAKE/pull/963/files
- ๐ Better target handling - https://github.com/fsharp/FAKE/pull/954
- ๐ Ignore group lines in paket.references parser
- โช Revert breaking change in FCS
- ๐ Support for Android-MultiPackages - https://github.com/fsharp/FAKE/pull/964
- ๐ BUGFIX: Exclude long directories from globbing - https://github.com/fsharp/FAKE/pull/955
- ๐ BUGFIX: Encode script path in cache - https://github.com/fsharp/FAKE/pull/956
-
v4.4.0 Changes
September 11, 2015- iOSBuild relies on xbuild instead of mdtool - https://github.com/fsharp/FAKE/pull/945
- ๐ New method to return whether or not a value exists for a registry key - https://github.com/fsharp/FAKE/pull/944
- Extended ReportGeneratorHelper to add Badges report type - https://github.com/fsharp/FAKE/pull/943
- HockeyAppHelper download team restriction - https://github.com/fsharp/FAKE/pull/939
- ๐ Use TFS variables as fallback, fixes #933 - https://github.com/fsharp/FAKE/pull/937
- ๐ Deployment configurable timeouts in FAKE.Deploy - https://github.com/fsharp/FAKE/pull/927
- ๐ Fixed bug where only first 1024 bytes were uploaded using FTP - https://github.com/fsharp/FAKE/pull/932
- FAKE 4.2 or newer started with wrong Target - https://github.com/fsharp/FAKE/pull/931
- ๐ Better user input helper - https://github.com/fsharp/FAKE/pull/930
- โ Add support for new Xunit2 runner -noappdomain flag - https://github.com/fsharp/FAKE/pull/928