-
DOCS: Remove Issue Stats - fsprojects#2393
-
tbd.
- BUGFIX: Fix that
generate_load_scriptsprevents restore after update - fsprojects#2382 - BUGFIX: Fix FAKE unable to load assemblies in some scenarios - fsprojects#2381
- BUGFIX: Fix File.getVersion fails if version is not set, thanks @SCullman - fsprojects#2378
- ENHANCEMENT: make
Fake.DotNet.Paketwork with the dotnet tool based version of Paket, thanks @seanamosw - fsprojects#2364 - ENHANCEMENT: add
Organizationfield toFake.Testing.SonarQube, thanks @Lutando - fsprojects#2358 - ENHANCEMENT: Added
Arguments.appendRaw*functions to handle weird microsoft escaping. - ENHANCEMENT: Added
Environment.getNuGetPackagesCacheFolder(), returns the NuGet packages path. - ENHANCEMENT: Added
ProcessUtils.tryFindLocalToolto resolve tools via a common logic (Fake.IO.Globbing.Toolsis now obsolete) - DOCS: Fix some broken links - fsprojects#2351
- LEGACY: Remove
Fake.Deployfrom repository and NuGet package, see fsprojects#1820 - LEGACY: Update to
net461to support latestFSharp.Compiler.Serviceto fix fsprojects#2362 - LEGACY: Release a new version of
FakeLib.dll(the original FAKE NuGet package) - BUGFIX: Fake.Api.Slack uses
UsernamenotFrom, thanks @mastion - fsprojects#2360 - ENHANCEMENT: add rollforward policy to next-major to make
fake-cliwork in future dotnet sdk major version, thanks @baronfel - fsprojects#2372 - ENHANCEMENT:
ProcessUtilsnow considersPATHEXTon windows - fsprojects#2368 - ENHANCEMENT: [
Fake.Api.GitHub] AddedTargetCommitishparameter to theCreateReleaseParamsrecord. This parameter is passed to Octokit's 'NewRelease', and allows for the creation of releases from arbitrary commits when the release tag does not exist yet, thanks @nikolamilekic - fsprojects#2367 - (Minor) BREAKING: Drop support for
netstandard1.6andnet46(please open an issue if that actually hits you). All fake modules are now compiled fornetstandard2.0,net462andFSharp.Core 4.7, you should consider to upgrade your runtime. - ENHANCEMENT:
Fake.DotNet.FscandFake.DotNet.Fsinow use latestFSharp.Compiler.Service - ENHANCEMENT: The fake runtime now supports
FSharp.Core 4.7, thanks @drssoccer55 - fsprojects#2373
- BUGFIX: Fix high memory use and slowness with a large number of targets/dependencies - fsprojects#2354
- BUGFIX: Disable fast restore for MSBuild version < 15.8 - fsprojects/Paket#3611
- BUGFIX: Fast Restore (bugfix from paket) - fsprojects/Paket#3608
- ENHANCEMENT: Some internal improvements in
Fake.Runtimefor Ionide - fsprojects#2341 - ENHANCEMENT: Add new
Target.getArguments()function in order to retrieve arguments globally - fsprojects#2341 - BUGFIX: Make sure to detect proper code locations when using
#load(Ionide tooling,Fake.Core.Target) - fsprojects#2341 - DOCS: Consolidate getting started, recommend Ionide, add FAQ section to menu and some feature updates - fsprojects#2341
- ENHANCEMENT: Add
--write-info <file>command line toFake.Core.Targetin order to support tooling in Ionide see ionide/ionide-vscode-fsharp#1137 - fsprojects#2335 - BUGFIX: Fake 5 runner now recompiles the script when
--fsiargshave changed (invalidates the cache) - fsprojects#2335
- BUGFIX: Fake 5 native libraries support now works on unix - fsprojects#2334
- BREAKING: Renamed
CliVersion.LkgtoCliVersion.Coherentas it was renamed on the installer. If you use an old installer with this flag you can still useCliVersion.Version "lkg"- fsprojects#2318 - BREAKING: Renamed
NuGet.feedUrltoNuGet.galleryV1and marked it as obsolete. AddedgalleryV2andgalleryV3- fsprojects#2323 - ENHANCEMENT: Fake 5 now supports native libraries (like SQL and SQLite NuGet packages) - fsprojects#2007
- BUGFIX: DotNet.exec (dotnet installer) fails when username has a blank - fsprojects#2319
- BUGFIX: Error when invoking fake run with different casings - fsprojects#2314
- BUGFIX: Potential fix for incorrect console colors after running fake - fsprojects#2173
- DOCS: Document difference between
@@and</>as well asPath.combineTrimEndandPath.combine- fsprojects#2329
- BUGFIX: Xamarin Android x86_64 build fails - fsprojects#2313
- BUGFIX: update dependencies (Paket.Core update to 5.206)
- BUGFIX:
Shell.mvnow has the correct documented behavior (5.13.3 was still broken) - fsprojects#2309 - BUGFIX:
Shell.renamenow works for files and directories as documented - fsprojects#2309
- ENHANCEMENT: Use NuGet Libraries for
getLastNuGetVersion- see NuGet/NuGetGallery#7085 - ENHANCEMENT: TeamCitySummary, added in ReportGenerator 4.1.3 Fixes #2300 - fsprojects#2301
- BUGFIX:
Shell.mvnow has the correct documented behavior, consistent with parameter names - fsprojects#2293 - BUGFIX: NuGet Push command syntax. Fixes #2299 - fsprojects#2304
- ENHANCEMENT: Update .NET Core runtime
- BUGFIX: Do not print dotnet --version errors - fsprojects#2295
- ENHANCEMENT: Support F# 4.6 syntax in scripts
- ENHANCEMENT: Add hint when runner is older than 6 months and warning after 12 months
- NEW: Add dotnet nuget push command and arguments - fsprojects#2229
- NEW: Add
Target.initEnvironment()in order to initialize environment - fsprojects#2283 - ENHANCEMENT: Update dependencies - fsprojects#2286
- ENHANCEMENT: Return the latest msbuild version by default when using vswhere - fsprojects#2287
- ENHANCEMENT: Improve help message - fsprojects#2282
- BUGFIX: Retry GitHub asset upload on failure
- BUGFIX: No such variable
CI_BUILD_ID- fsprojects#2290
- ENHANCEMENT: Add Support for MSBuild 16 / VS 2019 - fsprojects#2274
- ENHANCEMENT: Throw more helpful exception when directory not a git repository - fsprojects#2275
- BUGFIX: Thread safe for
Path.toRelativeFrom- fsprojects#2268 - DOCS: Re-Add NuGet link - fsprojects#2278
- DOCS: Fix broken link in getting-started - fsprojects#2276
- Update dependencies
- Re-release of 5.12.2 (which failed)
- ENHANCEMENT: Allow multiple FSI Defines - fsprojects#2260
- BUGFIX: Fix TeamCity logging. - fsprojects#2258
- TESTSUITE improvements - fsprojects#2264
- ENHANCEMENT: Allow multiple FSI Defines - fsprojects#2260
- BUGFIX: Fix TeamCity logging. - fsprojects#2258
- ENHANCEMENT: Add dotnet cli options (--no-restore) and (--blame) - fsprojects#2250
- ENHANCEMENT: Update FSharp.Core and Paket to latest. - fsprojects#2253
- BUGFIX: Correct quoting used by sendPublishNamedArtifact - fsprojects#2240
- BUGFIX: Fixed getBaseDirectoryInclude when one directory name include the oth… - fsprojects#2235
- DOCS: Resort TraceSecrets.register indexed parameters - fsprojects#2254
- DOCS: fix broken links #2241 - fsprojects#2241
- Add Dynamics NAV FullCompile function
- Add DynamicsNAV 365 Business Central support - fsprojects#2224
- NEW: module
Fake.DotNet.Xdt- fsprojects#2218 - IMPROVEMENT: DotNet take version into account when determining dotnet cli path - fsprojects#2220
Usages of the
DotNetmight yield different results than what you would get in the command line to ensure the given version is used. - DOCUMENTATION:
StreamSpecificationdoc improvements - fsprojects#2222 - DOCUMENTATION: Various improvements to the contributors guide - fsprojects#2232
- Update dependencies
- DOCUMENTATION: Further fixes on the website - fsprojects#2196 & fsprojects#2202
- DOCUMENTATION: Fix DotNet.NuGet samples - https://github.com/fsharp/FAKE/pull/2198/files
- DOCUMENTATION: Smaller fixes - fsprojects#2211 & fsprojects#2213 & fsprojects#2212 & fsprojects#2217 & fsprojects#2208 & fsprojects#2209
- NEW: module
Fake.DotNet.ILMerge- fsprojects#2195 - ENHANCEMENT: Support netcore paket (global tool) - fsprojects#2191
- ENHANCEMENT: Properly fail when using FxCop on non-windows
- (Minor) BREAKING: Drop support for
netstandard1.6(please open an issue if that actually hits you). - BUGFIX: Fail on non-windows - fsprojects#2200
- BUGFIX: Globbing fails when directory is deleted at the same time - fsprojects#2203
- BUGFIX: Custom escaping was not working with
fromRawWindowsCommandLine- fsprojects#2197
- DOCUMENTATION: New homepage design for fake.build, huge thanks to @FlorianBaderDE (with help from @JarnoNijboer) - fsprojects#2164 fsprojects#2175 fsprojects#2178 fsprojects#2179
- ICON: Fake has a new icon (again huge thanks to @FlorianBaderDE)
- NEW: Add tab-completion for powershell and bash - fsprojects#2157
- NEW: module
Fake.DotNet.FxCop- fsprojects#2174 - ENHANCEMENT: add new ReportType "Cobertura" to
Fake.Testing.ReportGenerator- fsprojects#2163 - ENHANCEMENT: the fake template now supports the buildtask-dsl - fsprojects#2177
- ENHANCEMENT: add new fake hints for fsprojects#2097, fsprojects#2099 and fsprojects#2181
- BUGFIX: Dispose streams created by File.create - https://github.com/fsharp/FAKE/pull/2184/files
- BUGFIX: NuGet.Version.getLastNuGetVersion failed for some servers - fsprojects#2170
- BUGFIX: Fake.DotNet.Tesing.NUnit failed to work when temporary-directory contains spaces (for example if windows username contains spaces) - fsprojects#2180
- BUGFIX:
--silentnow disables fake hints as well - (Minor) BREAKING: Refactor & cleanup
Fake.Runtimeinternals - make sure to open an issue if you are hit by this. - OTHER: Internal code cleanup - fsprojects#2162
- DOCUMENTATION: New homepage design for fake.build, huge thanks to @FlorianBaderDE (with help from @JarnoNijboer) - fsprojects#2164 fsprojects#2175 fsprojects#2178 fsprojects#2179
- ICON: Fake has a new icon (again huge thanks to @FlorianBaderDE)
- NEW: Add tab-completion for powershell and bash - fsprojects#2157
- NEW: module
Fake.DotNet.FxCop- fsprojects#2174 - ENHANCEMENT: add new ReportType "Cobertura" to
Fake.Testing.ReportGenerator- fsprojects#2163 - ENHANCEMENT: the fake template now supports the buildtask-dsl - fsprojects#2177
- ENHANCEMENT: add new fake hints for fsprojects#2097, fsprojects#2099 and fsprojects#2181
- BUGFIX: Dispose streams created by File.create - https://github.com/fsharp/FAKE/pull/2184/files
- BUGFIX: NuGet.Version.getLastNuGetVersion failed for some servers - fsprojects#2170
- BUGFIX: Fake.DotNet.Tesing.NUnit failed to work when temporary-directory contains spaces (for example if windows username contains spaces) - fsprojects#2180
- BUGFIX:
--silentnow disables fake hints as well - (Minor) BREAKING: Refactor & cleanup
Fake.Runtimeinternals - make sure to open an issue if you are hit by this. - OTHER: Internal code cleanup - fsprojects#2162
- BUGFIX:
/restorewas missing from msbuild command line - fsprojects#2160
- BUGFIX:
Fake.Core.Targetmodule no longer crashes with stackoverflow on some occations - fsprojects#2156 - PERFORMANCE: The
Fake.Core.Targetmodule is now several orders of magnitude faster when using lots of targets - fsprojects#2156
- BUGFIX: Add a null-check to remove fake warning
- ENHANCEMENT: Write NUnit arguments to an arguments file, fixes problems with long command lines - fsprojects#2114
- ENHANCEMENT: Added
SpecFlowNextmodule toFake.DotNet.Testing.SpecFlowwith improved API and missing arguments - fsprojects#2143 - ENHANCEMENT (BREAKING): Updated and finalized the new (and undocumented) process API which is more unit-testable - fsprojects#2131
- ENHANCEMENT: Updated
Fake.Testing.ReportGeneratorto includeClassFilterandFileFilter- fsprojects#2120 - ENHANCEMENT: Improve TeamCity integrations - fsprojects#2138
- ENHANCEMENT: Update
Fake.Tools.Picklesto include latest CLI additions - fsprojects#2133 - ENHANCEMENT: The
Tracemodule can now report build-state with a message - fsprojects#2139 - ENHANCEMENT: The target module not supports a
Trace.WithContextmode to retrieve the context and handle potenial problems manually - fsprojects#2140 - ENHANCEMENT: The target module now allows to set the build-state by using the new
WithContext-mode - fsprojects#2141 - BUGFIX: Fix TeamCity (named) Artifact upload - fsprojects#2147
- BUGFIX: AppVeyor module should not trace
appveyor.execalls - fsprojects#2137 - BUGFIX: Always print the stack-trace when in verbose mode - fsprojects#2136
- DOCUMENTATION: Some smaller fixes
- BUGFIX: PATH Variable was overwritten when using the
DotNet.Climodule - fsprojects#2134 - BUGFIX: Fix an instance where TraceSecrets did not work - fsprojects#2122
- WORKAROUND: Do not try to publish artifacts on github PRs when using Azure Pipelines - https://github.com/fsharp/FAKE/pull/2129/commits/bb723c41160f60002169246cb70ecbb9aad45fa3
- ENHANCEMENT: Some modules are now usable without FAKE context (ie. in your regular projects)
- ENHANCEMENT: Inform when the
targetenvironment variable is used - fsprojects#2107 - ENHANCEMENT: Improve TeamCity support - fsprojects#2111
- ENHANCEMENT: Update Netstandard.Library package to
2.0.3- fsprojects#2106 - ENHANCEMENT: Add
Process.getFileNameapi to retrieve the full-path of a given process - ENHANCEMENT: Kill existing running
dotnet.exeprocesses 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 - fsprojects#2112
- BUGFIX: Improve error message when release notes are invalid - fsprojects#2085
- BUGFIX: Improve error message when globbing pattern is invalid - fsprojects#2073
- BUGFIX: Do no longer provide the
--parallelargument by default when running expecto - fsprojects#2039 - DOCS: Fix syntax errors in dacpac docs - fsprojects#2115
- ENHANCEMENT: TeamFoundation now reports errors as errors instead of warnings - fsprojects#2103
- BUGFIX: Ignore some arguments when running
dotnet msbuild /version- fsprojects#2102
- ENHANCEMENT: Use VSWhere to detect msbuild location - fsprojects#2077
- ENHANCEMENT: Add Dotnet SDK 2.1.400, 2.1.401 and 2.1.402 - fsprojects#2089
- ENHANCEMENT: Improve error reporting of msbuild errors across all CI servers - fsprojects#2096
- ENHANCEMENT: Add /logger support for MSBuild - fsprojects#1712
- ENHANCEMENT: Add /consoleloggerparameters support for MSBuild - fsprojects#1607
- ENHANCEMENT: Added
DotNet.msbuildto calldotnet msbuild- fsprojects#2098 - ENHANCEMENT: Added
MSBuildParamstoDotNet.restore,DotNet.build,DotNet.pack,DotNet.publishandDotNet.testin order to add regular msbuild parameters - fsprojects#2098 - ENHANCEMENT: AppVeyor now reports errors and warnings to the 'Messages'-tab - fsprojects#2098
- BUGFIX: dotnet restore with configfile did not work - fsprojects#2082
- BUGFIX: Fake cache was broken - fsprojects#2083
- DOCS: various improvements in the documentation - fsprojects#2081
- NEW: Fake.DotNet.Testing.DotCover module - fsprojects#2058
- NEW: Fake.Installer.Squirrel module - fsprojects#2076
- ENHANCEMENT: Fake.BuildServer.TeamCity now contains all parameters - fsprojects#2069
- BUGFIX: template now contains
storage: none- fsprojects#2070 - BUGFIX: Improve error message when nuget cache is possibly broken - fsprojects#2070
- BUGFIX: Invalidate cache if files don't exist - fsprojects#2070
- BUGFIX: Vault.fs was not decrypting/encrypting properly - fsprojects#2070
- BUGFIX: Fix an issue with empty arguments in command line parsing - fsprojects#2070
- BUGFIX: Do not allow tripple quotes in command line - fsprojects#2070
- DOCS: Update core-targets.md - fsprojects#2067
- NEW: module Fake.Tools.Octo to use Octopus Deploy - fsprojects#2048
- NEW: module Fake.Core.Vault to store secrets - https://github.com/fsharp/FAKE/pull/2068/commits/929ec55bcb05b0d9ece0066c4d2c4f0ad2bce783
- ENHANCEMENT: Fake.BuildServer.TeamFoundation now supports secret variables - isaacabraham/vsts-fsharp#16
- BUGFIX: Support naming of artifacts in TFS/VSTS - fsprojects#2060
- BUGFIX: Detect when expecto should use the .NET CLI - fsprojects#2064
- ENHANCEMENT: Template always uses latest version now - fsprojects#2055
- ENHANCEMENT: Add all GITLAB environment variables - fsprojects#2059
- ENHANCEMENT: Support naming of artifacts in TFS/VSTS - fsprojects#2056
- BUGFIX: Use UTF8 without BOM by default - fsprojects#2032
- BUGFIX: Improve error message when starting dotnet-cli with incorrect working directory - fsprojects#2046
- BUGFIX: Minor code improvements - fsprojects#2045
- BUGFIX: Adding newline to fix 'fake --help' formatting - fsprojects#2051
- BUGFIX: Proper quotations in
Fake.DotNet.Climodule - fsprojects#2053 - BUGFIX: Proper quotations in
Process.quoteandProcess.quoteIfNeeded- fsprojects#2045 - BUGFIX: The latest template now always installs the latest stable of fake - fsprojects#2045
- BUGFIX: Support white spaces in paths when using the template on unix shell - fsprojects#2054
- DOCS: Add SemVer module to the docs
- DOCS: Fix Rsync link in the docs
- NEW: module Fake.Tools.Rsync - fsprojects#1987
- NEW: module Fake.Installer.Wix - fsprojects#2002
- NEW: module Fake.DotNet.Testing.VSTest - fsprojects#2008
- ENHANCEMENT: Add .NET Sdk 2.1.302 version to Fake.DotNet.Cli - fsprojects#2034
- ENHANCEMENT: Add extended commit message to Fake.Tools.Git - fsprojects#2038
- ENHANCEMENT: GlobbingPattern.createFrom in Fake.IO.FileSystem - fsprojects#2030
- ENHANCEMENT: Add
BuildConfiguration.fromEnvironmentVarOrDefaultto Fake.DotNet.Cli - fsprojects#2031 - ENHANCEMENT: Add
withAdditionalArgshelper to Fake.DotNet.Cli - fsprojects#2044 - BUGFIX: Unbreak outdir on older mono - fsprojects#2021
- BUGFIX: Fix Expecto ParallelWorkers - fsprojects#2028
- BUGFIX: Environment setup error when running fake from a subdirectory - fsprojects#2025
- BUGFIX: Fix signature of
Zip.createZip- fsprojects#2024 - BUGFIX: Call gitversion with mono if required - fsprojects#2041
- ENHANCEMENT: Improve output around empty target descriptions - fsprojects#1996
- BUGFIX: Proper handling of dotnet SDK versioning - fsprojects#1963
- NEW: Add debian package (maintainer wanted for hosting!) - fsprojects#1863
- BUGFIX: Fix ambiguity in new octokit release - fsprojects#2004
- BUGFIX: Fix XML poke - fsprojects#2005
- BUGFIX: Fix SQLPackage path with VS2017 - fsprojects#2006
- BUGFIX: Warn when resolved FSharp.Core doesn't match - fsprojects#2001
- ENHANCEMENT: Upgrade runner to FSharp.Core 4.5
- ENHANCEMENT: Fix tracing of final and failure targets and add new
Trace.useWithAPI - fsprojects#2009 and fsprojects#2016
- NEW: module Fake.DotNet.Fsi to start fsharpi/fsi.exe on a F# script - fsprojects#1970
- NEW:
dotnet new -i "fake-template::*"anddotnet new faketo get started via SDK-template - fsprojects#1989 and fsprojects#1990 - NEW: module Fake.Tools.GitVersion to interact with gitversion.exe - fsprojects#1988
- ENHANCEMENT: Add
traceImportantfandtraceErrorf- fsprojects#1986 - ENHANCEMENT: Minimalize dependencies between FAKE packages - fsprojects#1980
- ENHANCEMENT: Change chocolatey package according to feedback - fsprojects#1983
- BUGFIX: Fix locating kudusync.cmd in Fake.Azure.Kudu - fsprojects#1995
- NEW: module Fake.Core.UserInput - fsprojects#1997
- Deep integration into the .NET SDK and .Net Core
- Global dotnet cli-tool
dotnet tool install fake-cli -g --version 5.* dotnet-fakecli tool viaDotNetCliToolReference- Standalone
.zipxcopy deployment and various package manager integrations (for example chocolatey). - The old runner (
FAKEnuget package) is obsolete - FakeLib and FAKE.Deploy are obsolete - fsprojects#1820
- Clean and modularized API - A lot of stuff is obsolete now as it moved to a different location and will be removed with version 6
- Feature to import fake modules - https://fake.build/fake-fake5-modules.html
- Migration guide - https://fake.build/fake-migrate-to-fake-5.html
- New and clean CLI interface - https://fake.build/fake-commandline.html
build.shandbuild.cmdare no longer required- Modules can be used in regular projects
- You can extend FAKE more easily - https://fake.build/fake-fake5-custom-modules.html
- API Guideline - https://fake.build/contributing.html#API-Design
- Improved F# scripting support including support for command-line arguments
- Learn more - https://fake.build/fake-fake5-learn-more.html
- FAKE5: New module Fake.Core.FakeVar - fsprojects#1978
- ENHANCEMENT: Upgrade to final release of global tools - fsprojects#1972
- ENHANCEMENT: Upgrade to netcore2.1 - fsprojects#1972
- BUGFIX: Fix issue to hide secrets in output - fsprojects#1969
- BREAKING: Add some
[<RequireQualifiedAccess>]attributes according to API-Guidelines (Target, Globbing, AssemblyInfoFile) - ENHANCEMENT: Mark
Target.DoNothingas obsolete - ENHANCEMENT: Mark
Target.Descriptionas obsolete and addTarget.description - BUGFIX: Includes fixes from 4.64.12
- BUGFIX: Quoting in NuGet Restore task - fsprojects#1962
- BUGFIX: Fix several bugs in AssemblyInfo reader - fsprojects#1959
- BUGFIX: Workaround System.Reactive v4 release breaking us - fsprojects#1966
- ENHANCEMENT: Make caches more portable - fsprojects#1924
- ENHANCEMENT: Handle Ctrl+C to properly shutdown (for example run final targets) - fsprojects#1946
- ENHANCEMENT: Add
Target.deactivateBuildFailureandTarget.deactivateFinal- fsprojects#1949 - BUGFIX: Fake had problems with
#loaddirectives in some scenarios - fsprojects#1947 - BUGFIX: Parallel Builds on Team-Foundation would sometimes fail because of racy output of
#vso[]commands - fsprojects#1949 - BUGFIX: Parallel runner would run more targets than needed in error case - fsprojects#1949
- FAKE5: Global dotnet cli-tool
fake-cli- fsprojects#1932 Install viadotnet tool install fake-cli -g --version 5.0.0-* - BUGFIX: Some issues when running latest
dotnet clivia the Fake.DotNet.Cli module. - BUGFIX: Fake.Core.Xml changed DOCTYPE - fsprojects#1692
- ENHANCEMENT: Add API to set the build state - fsprojects#1936
- ENHANCEMENT: Add
Shell.copyFilesWithSubFolderto copy files while keeping relative directories in place - fsprojects#1937 - ENHANCEMENT: Fake runner will now hint you into success when dependencies are missing - fsprojects#1783
- BUGFIX: Globbing is now more robust (especially outside the working directory) - fsprojects#1925 fsprojects#1750 and some not tracked issues
- COSMETICS: Fake is printing target description twice - fsprojects#1931
- ENHANCEMENT: Fake parallel logic is not even smarter in running targets parallel - fsprojects#1934
- DOCS: We now have a full staging environment in place - https://fake.build/contributing.html#Staging-environment
- DOCS: We now have a place to thank our supporters - https://fake.build/help-supporters.html
- ENHANCEMENT: Add partial restore (to improve the speed when using in a release-pipeline) - fsprojects#1926
- FAKE5: Xake now supports FAKE 5 and is advertised as module - https://github.com/xakebuild/Xake
- ENHANCEMENT: Parallelize targets even more - fsprojects#1934
- COSMETICS: Targets are always shown as "failed" - fsprojects#1929
- COSMETICS: Target description was printed twice - fsprojects#1931
- FAKE5: New module
Fake.Windows.Registry- fsprojects#1909 - BUGFIX: Fix MSBuild parameter parsing - fsprojects#1918
- BUGFIX: DocoptException was not reported correctly - MangelMaxime/fulma-demo#4
- FAKE5: New module
Fake.DotNet.Fsc- fsprojects#1919 - ENHANCEMENT: Improve GitLab and VSTS CI Support - fsprojects#1920
- FAKE5: New module
Fake.BuildServer.GitLab- fsprojects#1919 - BUGFIX: Zip.unzip was flattening the result - fsprojects#1920
- BUGFIX: Fake complained that Intellisense.fsx didn't exist - fsprojects#1917
- ENHANCEMENT: Targets now retrieve the current execution list as context parameter - fsprojects#1920
- DOCS: Huge update to the documentation, adds obsolete warnings thanks @kblohm - fsprojects#1923
- ENHANCEMENT: Add Verbosity setting for NuGet restore - fsprojects#1904
- BUGFIX: Fix msbuild helper OutputPath with trailing
\- fsprojects#1905 - BUGFIX: Make
Fake.Tools.Picklesrun on unix (with mono) - fsprojects#1901 - DOCS: Add docs on how to test modules locally - fsprojects#1906
- DOCS: Added some links to the documentation of SpecFlow, Pickles and ReportGenerator - fsprojects#1907
- BUGFIX: API-Reference documentation showing invalid tool-tips - fsprojects#1912
- BUGFIX: Fake being unable to compile when
intellisense.fsxdoesn't exist - fsprojects#1908 - ENHANCEMENT: Some improvements to the target build order algorithm - fsprojects#1903
- Download x86 version of dotnet core on win x86 - SAFE-Stack/SAFE-BookStore#328
- BUGFIX: Some minor issues after last performance release - fsprojects#1902
- FAKE5: New module
Fake.Installer.InnoSetup- fsprojects#1890 - DOCS: Order module-namespaces alphabetically - fsprojects#1891
- BUGFIX: Make sure ReportGenerator is run with mono on unix - fsprojects#1894
- DOCS: Make sure API docs for new modules and FAKE 4 is available - fsprojects#1893
- PERFORMANCE: A lot of shortcuts have been added to improve the speed of some common use-cases - fsprojects#1891
- BUGFIX:
tryFindFileOnPathnot working properly on windows - fsprojects#1899 - BREAKING: Change --environmentvariable to --environment-variable and --singletarget to --single-target - fsprojects#1896
- BREAKING: Targets with arguments are not opt-in to make the command line parser fail on spurious inputs by default - fsprojects#1896
See https://fake.build/core-targets.html#Targets-with-arguments for details, basically you need to use
Target.runOrDefaultWithArgumentsinstead ofTarget.runOrDefaultto opt-in. - DOCS: Fix missing modules on documentation page - fsprojects#1895
- DOCS: Documentation can now be hosted locally via
fake build target HostDocs(after it has been built) - fsprojects#1891
- FAKE4: Bundle System.ValueTuple to prevent some issues - fsprojects#1883
- DOCS: Various improvements - fsprojects#1883
- FAKE5: New module
Fake.Tools.Pickles- fsprojects#1884 - FAKE5: New module
Fake.Tools.Mage- fsprojects#1885 - FAKE5: New module
Fake.DotNet.Testing.SpecFlow- fsprojects#1886 - FAKE5: New module
Fake.Testing.ReportGenerator- fsprojects#1887 - BUGFIX: Some fixes in TeamFoundation integration - fsprojects#1883
- DOCS: Update documentation issues - fsprojects#1881
- BUGFIX: Improve error message when groups doesn't exist - fsprojects#1874
- BUGFIX: Improve error message when file doesn't exist (
Process.start) - fsprojects#1875 - ENHANCEMENT: Make
Shellmodule conform to API-guidelines. Mark existing functions as obsolete - fsprojects#1882
- FAKE5: New module
Fake.DotNet.Testing.Expecto- fsprojects#1871 - FAKE5: New module
Fake.Sql.DacPac- fsprojects#1878 - FAKE5: New module
Fake.Documentation.DocFx- fsprojects#1872 - FAKE5: Add ChangeLog module to
Fake.Core.ReleaseNotes- fsprojects#1876 - DOCS: Fix some documentation - fsprojects#1877
- [DOCS] Improve NPM documentation - fsprojects#1867
- [FAKE 5] Add yarn module 'Fake.JavaScript.Yarn' - fsprojects#1868
- [FAKE 5] Add HockeyApp module 'Fake.Api.HockeyApp' - fsprojects#1870
- [BUGFIX] Properly handle '.' in file-names - fsprojects#1865
- Add some missing RequireQualifiedAccess Attributes - fsprojects#1862
- Same as rc002
- [BUGFIX] Fake could no longer find fsi after sdk upgrade - fsprojects#1857
- [BUGFIX] Some hotfixes merged from fake 4 - fsprojects#1849
- [DOCS] Fix various documentation issues - fsprojects#1849
- [BREAKING] New runner is not compatible with old
Fake.Core.Targetpackage. Make sure to upgrade your packages before updating the runner! - [BREAKING] Fix inconsistent naming of MSBuild package (MsBuild -> MSBuild), add setParams to run* methods - fsprojects#1837
- [BREAKING] Update to the CLI, see https://fake.build/fake-commandline.html
- [FAKE 5] Implement MSBuild /nowarn command line option - fsprojects#1840
- [FAKE 5] Target Parameters (closes fsprojects#1830)
- [FAKE 5] Scripts can now have/use their own CLI.
- [FAKE 5] Performance numbers (closes fsprojects#1831)
- [FAKE 5] new module
Fake.Core.CommandLineParsing, see https://fake.build/core-commandlineparsing.html - [DOCS] fixes fsprojects#1845
- [BUGFIX] fix various migration messages and fix ChangeWatcher according to API-Guideline
- [BUGFIX] Remove content-disposition from Azure.Webjobs - fsprojects#1844
- [BUGFIX] Don't alter global shell var $cur - fsprojects#1844
- [BUGFIX] Fix docs and traces for dotnet version - fsprojects#1835
- BUGFIX: Fix mono version detection on netcore.
- ENHANCEMENT: Fix API Guidelines on various modules
- BREAKING: API changes, cleanup and redesign Process module slightly
- BUGFIX: Crash on
DotNet.Installwhen no dotnet was found.
- ENHANCEMENT: Allow to wire
DotNet.InstallandDotNet.<Command>such that they work together, see https://fake.build/dotnet-cli.html - DOCS: Document how to run fake 5 scripts via
fsi, see https://fake.build/fake-debugging.html
- BUGFIX: remove
Killing <id> failed with Process...messages after Build - BUGFIX: change the upload uri for AzureWebJobs - fsprojects#1826
- BUGFIX:
fake run build.fsx --fsiargs "--debug:portable --optimize-"will now actually create a pdb file and enable debugging
- BREAKING: Update ReleaseNotes module to match new API Guidelines.
- FAKE5: Concept for Build-Server Support
- FAKE5: New module
Fake.BuildServer.TeamCity - FAKE5: New module
Fake.BuildServer.AppVeyor - FAKE5: New module
Fake.BuildServer.Travis - FAKE5: New module
Fake.BuildServer.TeamFoundation - FAKE5: New module
Fake.JavaScript.Npm- fsprojects#1822 - BUGFIX: setKillCreatedProcesses was not working as expected - fsprojects#1814
- ANNOUNCEMENT: Fake.Deploy is obsolete.
- ENHANCEMENT: Refactor Dotnet API - fsprojects#1812
- BUGFIX: Find
dotnetonPATH- fsprojects#1813 - FAKE5: New modules
Fake.Azure.CloudServices,Fake.Azure.Emulators,Fake.Azure.KuduandFake.Azure.WebJobs- fsprojects#1757
- [CORE-PROCESS] ENHANCEMENT: Experiment with new Process API
- [CORE-TRACE] ENHANCEMENT: Add
TraceSecrets-API to prevent FAKE from printing secrets
- FAKE5: New module "ChangeWatcher"
- FAKE5: Reduce number of modules by combining some modules:
Fake.Core.BuildServermoved toFake.Core.EnvironmentFake.Core.Globbingmoved toFake.IO.FileSystem(includes the namespace change fromFake.CoretoFake.IO)
- BREAKING: Refactor Process API according to FAKE5 guidelines
- BREAKING: Add
RequireQualifiedAccessto some core modules in order to lead users into the new API-Usage - ENHANCEMENT: Refactor
Fake.Core.Targetmodule and improve summary output and error reporting. - BUGFIX: Use "defines" for the
#r "paket:..."tokenizer - BUGFIX: Fake5 did not properly handle the --fsiargs command line argument.
- BUGFIX: Backslashes in paths wheren't escaped in intellisense.fsx - fsprojects/Paket#3093
- BUGFIX: Fake now works without
.paketfolder - fsprojects#1778 and fsprojects#1564 - BUGFIX: fsprojects#1744
- ENHANCEMENT: Fake now supports Credential Providers (like paket, see https://fsprojects.github.io/Paket/credential-providers.html)
- BUGFIX: Added VS 2017 MSTest location - fsprojects#1794 and fsprojects#1604
- BUGFIX: Fix DotNetCompile - fsprojects#1793
- BUGFIX: Fix fsprojects#1776 again for dotnet cli helpers.
- ENHANCEMENT: Fix chocolatey warning and add VERIFICATION.txt
- BUGFIX: Fix fsprojects#1776 again for dotnet cli helpers.
- BREAKING: the
Fake.Core.Tracingnuget package has been renamed toFake.Core.Trace - BREAKING: Some functions/types with the name
Dotnethave been renamed toDotNetfor overall consistency. - BUGFIX: ArgumentException in FtpHelper.uploadAFolder - fsprojects#1785
- BUGFIX: Fix bug in Cli.DotNetPack
- INFRA: Add unit-test-suite for dotnetcore
- ENHANCEMENT: Add zip-helpers to allow more complex zip structures, fixes #1014
- BREAKING: Hide globbing behind an interface to make stuff more testable.
- BREAKING: Change Environment Map behavior in Process to allow removal of environment variables, required to fix #1776
- BREAKING: Change Fake.DotNet.Cli API according to latest changes and add
dotnet test - BREAKING: Change Fake.DotNet.MsBuild API according to new API-Guidelines
- BUGFIX: msbuild doesn't work within dotnet-fake - fsprojects#1776
- ENHANCEMENT: Fix SemVer - fsprojects#848
- ENHANCEMENT: Add Nuget.RequireRange - https://github.com/fsharp/FAKE/pull/1775/commits/0c5b86b747285c596de0fff68002df422fabf15e
- FAKE5: partial support for FST-1027 instead of FAKE Header (now obsolete and will be removed on release).
This adds support for writing
#r "paket: nuget Fake.Module prerelease"in your scripts, see fsprojects#1770 - FAKE5: Self-Contained scripts (not using/referencing external paket.dependencies) will now write a
<script>.fsx.lockfile for the dependencies, see fsprojects#1769 - FAKE5:
fake build <target>is now a shortcut forfake run build.fsx -t <target>, see fsprojects#1569
- FAKE5: New distribution as dotnet-cli-tool
dotnet-fake- fsprojects#1766 - ENHANCEMENT: added GetDotNetSDKVersionFromGlobalJson - fsprojects#1754
- BUGFIX: Include pdb and xml files again - fsprojects#1766
- BUGFIX: Change default dotnet-cli-installer branch to
master- fsprojects#1739
- ENHANCEMENT: Fake now writes load-scripts to provide intellisense - fsprojects#1763
- BUGFIX: Fix version normalization - fsprojects#1742
- DOCS: Fix documentation of SonarCube.End - fsprojects#1743
- BUGFIX: Paket.Pack uses outdated syntax - fsprojects#1737
- ENHANCEMENT: New Fake.Net.Http API to download files - fsprojects#1746
- DOCS: Add simple Hello-World example - fsprojects#1748
- FAKE4: fix custom proxy credentials in DotNetCLIHelper - fsprojects#1741
- FAKE4: added executeFSIWithArgsAndReturnMessages fsprojects#1719
- DOCS: Fix path to migration guide - fsprojects#1755
- NEW MODULE: Fake.Net.Http to download files - fsprojects#1759
- ENHANCEMENT: Add Force parameter to Choco Push - fsprojects#1735
- ENHANCEMENT: Refactor GitHub API - fsprojects#1726
- BUGFIX: Fix Overwrite in Fake.Core.Xml and arguments in Fake.DotNet.Paket - fsprojects#1725
- ENHANCEMENT: New property ToolPath in MsBuild - fsprojects#1703
- BUGFIX: Fix error on mono when starting processes
- BUGFIX: Fix error on mono when starting processes
- BUGFIX: Add
Process.withFrameworkto indicate that a process might need to be started with mono and use it in kown wrappers like test-runners - fsprojects#1697 - DOCS: Typo (fsprojects#1701), Canopy docs (fsprojects#1704), some Urls (fsprojects#1708)
- DOCS: Migrate Slack API documentation for FAKE 5 - fsprojects#1706
- ENHANCEMENT: Provide full fidelity of build options in Xamarin helpers - fsprojects#1702
- ENHANCEMENT: Added WarnAsError to MSBuild options - fsprojects#1691
- ENHANCEMENT: Improve error messages of Fake.Core.Process - fsprojects#1696
- BUGFIX:
fake --versionwas printing the wrong version - fsprojects#1696 - BUGFIX:
Fake.Api.GitHubwas not part of FakeLib - fsprojects#1696
- BUILD: Remove hardcoded paths to FSharpTargets, replace with FSharp.Compiler.Tools - fsprojects#1693
- ENHANCEMENT: Fake.IO.FileSystem Rework, functionality moved from
Fake.IO.FileSystemtoFake.IOand APIs have been adapted to the new design guideline - fsprojects#1670 - PERFORMANCE: Fake should be a lot faster now - fsprojects#1694
- ENHANCEMENT: Scripts are now compiled agains netstandard20 which allows a lot more APIs to be used - fsprojects#1694
- DOCS: A lot of 404 pages have been filled in the fake.build website - fsprojects#1694
- ENHANCEMENT: Fix some migration warnings, Docs and bugs - fsprojects#1686
- BREAKING-CHANGE: Rework Fake.Core.Target package - fsprojects#1664
- ENHANCEMENT: Update fake 5 to netcoreapp20 - fsprojects#1678
- BUGFIX: Fix Zip.Unzip
- BREAKING-CHANGE: Rework Fake.Core.Target package - fsprojects#1664
- ENHANCEMENT: Update fake 5 to netcoreapp20 - fsprojects#1678
- BUGFIX: Cache loaded assemblies and redirect later calls.
- BUGFIX: try to fallback to load framework assemblies from the default AssemblyLoadContext.
- BREAKING-CHANGE: Renew AssemblyInfo API - fsprojects#1619
- ENHANCEMENT: Add XML to FakeLib - fsprojects#1641
- ENHANCEMENT: Move Paket.Paket() over to use flag arguments - fsprojects#1627
- ENHANCEMENT: MSTest detail switch - fsprojects#1625
- API: StringBuilder functionality moved into a StringBuilder module
- ENHANCEMENT: Remove logfn from Compress and Extract - fsprojects#1624
- BUGFIX: Correctly determine the 64-bit "Program Files" folder - fsprojects#1623
- ENHANCEMENT: Bitbucket Environment variables - fsprojects#1563
- ENHANCEMENT: AppVeyor Environment variables - fsprojects#1560
- ENHANCEMENT: Change how npm.cmd is located in NpmHelper - fsprojects#1629
- NEW MODULE: Fake.Api.Slack - fsprojects#1648
- ENHANCEMENT: Add MSBuild binary logger support - fsprojects#1649
- ENHANCEMENT: Add BasePath support for NuGet pack - fsprojects#1651
- DOCS: fix code in FAKE5 modules doc - https://github.com/fsharp/FAKE/pull/1653/files
- ENHANCEMENT: Paket 5.5.0+: GNU-compatible Paket commands - fsprojects#1655
- BUGFIX: Target: update DoNothing signature - fsprojects#1658
- DOCS: Review discussion channels in contributing page - fsprojects#1661
- DOCS: Fixed the tooltip position and improved the styling in the api reference pages - fsprojects#1663
- NEW MODULE: Fake.Api.GitHub previously known as Octokit.fsx - fsprojects#1667
- DOCS: Fix menu on mobile - fsprojects#1668
- ENHANCEMENT: Add Paket helper to push specific files - fsprojects#1665
- Update Paket.core
- Disable MSBuild NodeReuse by default - fsprojects#1600
- MSTest: add Tests parameter to specify list of tests - fsprojects#1615
- ENHANCEMENT: Support for Microsoft Dynamics NAV 2017
- ENHANCEMENT: (NETCORE) Prefer msbuild over xbuild when we detect a mono installation > 5
- BUGFIX: Restore console encoding on .NET Framework - fsprojects#1587
- FAKE5: Copy missing changes from legacy NuGet helpers - fsprojects#1596
- ENHANCEMENT: Rename intellisense script - fsprojects#1594
- NEW MODULE: Opencover migration - fsprojects#1586
- PERFORMANCE: Fake 5 - Update Paket
- PERFORMANCE: Use Paket cache to increase warm start (with existing cache)
- PERFORMANCE: Remove runtime dependency resolution be default.
- DOCS Update comment fsprojects#1602
- Added SkipNonTestAssemblies to NUnit3Params fsprojects#1608
- BREAKING CHANGE: Change Targets API to be compatible with new API-Guidelines
- DOCS: Fix chocolatey docs and some links in footer fsprojects#1584
- DOCS: Spelling, grammar, and emphasis changes fsprojects#1575
- NEW MODULE: Sonarqube migration fsprojects#1583
- BUGFIX: Restore the output encoding fsprojects#1580
- BUGFIX: Fix Fake.IO.Zip creating invalid zip packages (empty folder at root level)
- Fake.exe -> fake.exe (windows) and Fake -> fake (unix)
- Change fake group feature because of fsprojects/Paket#2374
- Add Fake.DotNet.FSFormatting module
- Add Fake.DotNet.Paket module
- DotnetCore Support, version 6 will only have the netcore version the old way of using FAKE is obsolete, but supported for now Migration guide is available in the documentation.
- Cleanup API - A lot of stuff is obsolete now as it moved to a different location and will be removed with version 6
- New CLI interface - The netcore version has a new cleaned-up CLI interface
- No more 'build.sh' and 'build.cmd' files required (though you still can use them of you want a 'zero' dependency build)
- Chocolatey Helper now supports Self-Contained packages
- Fix NuGet key leak if push fails - matthid#2
- Coreclr nunit3 params - matthid#3
- Added SynchronizeSchemaChanges for DynamicsNAV
- Added RunCodeunitWithSettings for DynamicsNAV - fsprojects#1811
- CompileWithFilter for DynamicsNAV
- Allow REST calls without credentials
- ConvertFileFromWin7ToWin8 reads file line by line
- Support for Dynamics NAV 2018 - fsprojects#1758
- New helper: GetDotNetSDKVersionFromGlobalJson
- Do not download DotNet SDK when it's already in temp
- Use "dotnet --info" to determine DotNet SDK version
- Update PaketHelper to use new-style arguments - fsprojects#1628
- Do not use "file" parameter for paket push
- Download .NET SDK to temp path
- Disable MSBuild NodeReuse by default - fsprojects#1600
- Support for Microsoft Dynamics NAV 2017
- Allow to download SDK from release page
- Allow to set process encoding and fix issues with node tools - fsprojects#1606
- Fix msbuild 15 resolution - fixes fsprojects/Paket#2345
- Upgrade assembly binding redirect for FluentMigrator - fsprojects#1558
- Allow to specify the default NuGet source - fsprojects#1551
- Add support for custom NuGet symbol feed during push fsprojects#1549
- BUGFIX: Stop AzureHelper throwing exceptions unnecessarily - fsprojects#1542
- BUGFIX: msbuild is no longer being used on mono < 5.0.0.0 instead of xbuild - fsprojects#1540
- Add support for NUnit3 --params parameter - fsprojects#1532
- New StyleCode helper - fsprojects#1526
- BUGFIX: Fixed FtpHelper.isFolderPresent - fsprojects#1529
- BUGFIX: Fixed NuGet key leak if publish fails - fsprojects#1530
- BUGFIX: Disable caching for now - mono 5 bug - fsprojects#1535, fsprojects#1536
- BUGFIX: Upgraded FSharp.Core and FSharp.Compiler.Service to support mono 5 - fsprojects#1534
- BUGFIX: Fixed Expecto TeamCity adapter - fsprojects#1520
- Added installer for dotnet SDK
- Revert single thread build order change - fsprojects#1516
- Added helper for Office 365 / MS Teams Notifications - fsprojects#1501
- Added options for better TC reporting of npm tasks - fsprojects#1510
- Added a way to set the --trace parameter on the NUnit3 command line - fsprojects#1513
- Add version-option to NugetUpdate in order to support explicit versions - fsprojects#1514
- Make exit code accessible - fsprojects#1502
- Additional Environment Vars for Appveyor - fsprojects#1497
- BUGFIX: TeamCityHelper report build status incorrect string - fsprojects#1503
- BUGFIX: Fixed Azure Storage Emulator path and arguments - fsprojects#1499
- USABILITY: Improved log integration with AppVeyor - fsprojects#1490
- USABILITY: Report target name if duplicate target is detected - fsprojects#1506
- Run parallel targets just in time - fsprojects#1396
- Yarn-Helper - fsprojects#1494
- Add F# 4.1 directory path to FSIHelper paths
- HockeyApp - create version and upload build to a specific version - fsprojects#1487
- Unix msbuild probing enhancements - fsprojects#1488
- New change log helper - fsprojects#1467
- New output parameter to Dotnet BuildParams - fsprojects#1481
- Added MSBuild location for VS2017 Build Tools - fsprojects#1484
- BUGFIX: Fixed bug in getLastNuGetVersion when result is in JSON - fsprojects#1482
- Implement --dotGraph command line option - fsprojects#1469
- USABILITY: Improve error handling on SqlPackage - fsprojects#1476
- USABILITY: Don't fail on git file status detection
- Teamcity build parameters - fsprojects#1475
- Added updating of build details to AppVeyor - fsprojects#1473
- New Expecto --parallel-workers and --summary-location parameters - fsprojects#1450
- BREAKING: Git: recognize renamed (and other status) files - fsprojects#1472
- BUGFIX: Using correct CLI parameter for silent xUnit output - fsprojects#1464
- BUGFIX: Use sequenced parameter for expecto
- Visual Studio aware msbuild selection - fsprojects#1453
- MSBuild 15.0/VS 2017RC support - fsprojects#1442
- Add DisableParallel to dotnet restore params - fsprojects#1443
- Added Expecto.CustomArgs property for new cli arguments - fsprojects#1441
- New Expecto --verion parameter
- New Expecto --fail-on-focused-tests parameter
- New Expecto --summary parameter
- USABILITY: More verbose kill of processes
- New Expecto helper - fsprojects#1435
- Displas original server response when failing to parse JSON in Fake.Deploy - fsprojects#1432
- Added SQLCMD variable support - fsprojects#1434
- USABILITY: Improve error logging in GitVersionHelper - fsprojects#1429
- Decorated all *Params helper records with [] for C# access - fsprojects#1428
- Added credentials parameter to ApplicationPoolConfig in IISHelper - fsprojects#1425
- BUGFIX: Added a delay to prevent object disposed exceptions from process on macosx - fsprojects#1426
- BUGFIX: Added try catch block to ignore error from setting console encoding - fsprojects#1422
- BUGFIX: Disable NodeReuse for MSBuild on Jenkins too - fsprojects#1418
- BREAKING CHANGE: Remove old DotNet helper and cleanup DotNetCli helper
- BUGFIX: Worked around breaking change in NuGet 3.5 - fsprojects#1415
- BUGFIX: Added logic to allow parsing of git branch names which track - fsprojects#1417
- BUGFIX: Set Console.OutputEncoding <- System.Text.Encoding.UTF8 - fsprojects#1414
- REVERT: Enable ServiceConfig element configuration in WixHelper - fsprojects#1412
- Enable ServiceConfig element configuration in WixHelper - fsprojects#1412
- BUGFIX: Moved process stdout encoding out of is silent check - fsprojects#1414
- Better tracing of tasks in TeamCity - fsprojects#1408
- BUGFIX: getBranchName works language independent - fsprojects#1409
- Add support for the pin-project-references switch to PaketHelper - fsprojects#1410
- Add option to emit SuppressMessage Attributes - fsprojects#1406
- Add language in NuGetParams - fsprojects#1407
- Change order of Dynamics NAV process killing
- New SSH helper - fsprojects#1405
- BUGFIX: FAKE should work with old and new commit messages
- BUGFIX: Fixed bug in assembly info variable name suffixes - fsprojects#1404
- BUGFIX: Make FAKE fail on failing git push
- BUGFIX: When generating AssemblyMetadata_XYZ for AssemblyInfo, pass just value - fsprojects#1399
- BUGFIX: Fixed AssemblyVersion bug - fsprojects#1397
- BUGFIX: Fixing the famous chinese FAKE bug
- Add all assembly metadata to AssemblyVersionInformation type - fsprojects#1392
- Allow additional properties to be specified when running the SQL dacpac tooling - fsprojects#1386
- Support for dotnet publish
- BUGFIX: wixHelper AllowDowngrades - fsprojects#1389
- REVERT: Use nuget instead of referenced dlls. Fix SQL Server version issue - fsprojects#1377
- Allow to pass parameter to SonarQube end - fsprojects#1381
- New helper: Search for files with a given pattern also in subdirectories - fsprojects#1354
- Adds comment on top of auto-generated AssemblyInfo.fs files - fsprojects#1373
- Use nuget instead of referenced dlls. Fix SQL Server version issue - fsprojects#1377
- BUGFIX: NuGetVersion: adds application/xml to request accept header - fsprojects#1383
- BUGFIX: Replace process cache with safe alternative - fsprojects#1378
- BUGFIX: Call 'traceEndTask' in the finally block of a try-finally, so that it is always closed, even if the task throws an exception. fsprojects#1379
- USABILITY: Check for npm on path variable in NpmHelper on Windows - fsprojects#1371
- Added Checksum[64][Type] in ChocoHelper - fsprojects#1367
- Better support for multiple versions of SqlPackage - fsprojects#1368
- Hint shown in for ArgumentException #1355 instead of trying to set it directly - fsprojects#1366
- Added isWindows helper - fsprojects#1356
- BUGFIX: Made GitVersionHelper PreReleaseNumber Nullable - fsprojects#1365
- BUGFIX: TERM environment property should be upper case - fsprojects#1363
- BUGFIX: System.ArgumentNullException thrown for colored output on mono - fsprojects#1362
- BUGFIX: Trim assembly info attribute value - fsprojects#1361
- BUGFIX: Not printing MSBUILD command line twice - fsprojects#1359
- BUGFIX: Semver parse fix to handle prereleases and build parts - fsprojects#1325
- BUGFIX: Fixed FSCHelper - fsprojects#1351, fsprojects#1352
- New Octopus command for push - fsprojects#1349
- New GitVersionHelper - fsprojects#1319
- BUGFIX: Fixed multiple references for DLL in Fsc helper - fsprojects#1350
- BUGFIX: Fixed NugetHelper.fs: GetPackageVersion - fsprojects#1343
- BUGFIX: Fixed detection of GitLab CI with current multi-runner - fsprojects#1345
- Added methods to cover manipulation of Content Nodes in project files - fsprojects#1335
- BUGFIX: Fix Fsc short toggle argument format - fsprojects#1339
- BUGFIX: Update search pattern in NuGet helper - fsprojects#1334
- BUGFIX: Expanded typescript search paths on windows to cover all new typescript compilers - fsprojects#1308
- New registry support in WiXHelper - fsprojects#1331
- BREAKING CHANGE: Changed DotNet helper to DotNetCLI - fsprojects#1332
- BUGFIX: Fixed exception when dotnet cli is not installed - fsprojects#1332
- BUGFIX: Fixed git reset helper to use checkout when file resets are requested - fsprojects#1326
- BUGFIX: Masked octo api key when tracing - fsprojects#1327
- DotNet version support - fsprojects#1310
- DotNet test support - fsprojects#1311
- DotNet build support - fsprojects#1318
- DotNet pack support - https://github.com/fsharp/FAKE/pull/1313
- Allows to set version in project.json
- Allow to run arbitrary dotnet CLI commands
- Allow to add arbitrary args to all dotnet CLI commands
- DotNet restore support - https://github.com/fsharp/FAKE/pull/1309
- BUGFIX: Update DACPAC module - https://github.com/fsharp/FAKE/pull/1307
- BUGFIX: Convert relative path to absolute path when creating NAntXmlTraceListen - https://github.com/fsharp/FAKE/pull/1305
- BUGFIX: Update DACPAC module - https://github.com/fsharp/FAKE/pull/1306
- BUGFIX: Fixed FscParam.References issue - https://github.com/fsharp/FAKE/pull/1304
- REVERT: Better Old-Style Arg parsing - https://github.com/fsharp/FAKE/pull/1301
- BUGFIX: Better Old-Style Arg parsing - https://github.com/fsharp/FAKE/pull/1301
- BUGFIX: Fixed typo in continuous web job path - https://github.com/fsharp/FAKE/pull/1297 https://github.com/fsharp/FAKE/pull/1300
- COSMETICS: Update XUnit2 module to fail gracefully - https://github.com/fsharp/FAKE/pull/1302
- Improved default npm path handling - https://github.com/fsharp/FAKE/pull/1278
- BUGFIX: Fixed Fake.Deploy downloadString - https://github.com/fsharp/FAKE/pull/1288
- BUGFIX: update fix for mono encoding in ProcessHelper.fs - https://github.com/fsharp/FAKE/pull/1276
- BUGFIX: XamarinHelper - file name was not quoted by calling zipalign - https://github.com/fsharp/FAKE/pull/1294
- New helper to execute Sysinternals PsExec - https://github.com/fsharp/FAKE/pull/1266
- Add initial support for Fuchu tests - https://github.com/fsharp/FAKE/pull/1268
- New Bower helper - https://github.com/fsharp/FAKE/pull/1258
- FAKE cache is now local to the build script - https://github.com/fsharp/FAKE/pull/1250
- BUGFIX: Correct waiting for android packaging and fix for mono processes encoding - https://github.com/fsharp/FAKE/pull/1275
- BUGFIX: Fixed issue in bulk component creation functions where IDs where invalid - https://github.com/fsharp/FAKE/pull/1264
- BUGFIX: Support VB.NET's case-insensitive assembly attributes - https://github.com/fsharp/FAKE/pull/1255
- BUGFIX: Bamboo buildNumber environment variable in case sensitive behavior - https://github.com/fsharp/FAKE/pull/1252
- BUGFIX: Final Targets are no longer lowercased - https://github.com/fsharp/FAKE/pull/1261
- New DocFx helper - https://github.com/fsharp/FAKE/pull/1251
- Added basic support for bitbuckets piplines CI - https://github.com/fsharp/FAKE/pull/1248
- BUGFIX: XamarinHelper: surround jarsigner input file path with quotes - https://github.com/fsharp/FAKE/pull/1249
- BUGFIX: NUnit3: don't set a timeout on the nunit3-console process - https://github.com/fsharp/FAKE/pull/1247
- BUGFIX: Changed the cache path to be relative to script location - https://github.com/fsharp/FAKE/pull/1250
- New Slack argument for Link_Names - https://github.com/fsharp/FAKE/pull/1245
- Extended WiXHelper types for supporting creation of 64bit setups - https://github.com/fsharp/FAKE/pull/1244
- BUGFIX: Corrected NuGet install verbosity parameter - https://github.com/fsharp/FAKE/pull/1239
- Added new function for appending signatures - https://github.com/fsharp/FAKE/pull/1223
- New separate environ variable helpers - https://github.com/fsharp/FAKE/pull/1133
- Reversed the order of actions in traceStartTarget - https://github.com/fsharp/FAKE/pull/1222
- Update Pickles helper to reflect the latest changes to pickles - https://github.com/fsharp/FAKE/pull/1236
- New parameter 'AppId' in HockeyAppHelper - https://github.com/fsharp/FAKE/pull/1234
- MSBuildHelper: Add BuildWebsite(s)Config - https://github.com/fsharp/FAKE/pull/1230
- BUGFIX: OpenCoverHelper does not assume AppData and ProgramFiles exists by default - https://github.com/fsharp/FAKE/pull/1229
- BUGFIX: Disable node reuse on Team foundation builds - https://github.com/fsharp/FAKE/pull/1237
- BUGFIX: Fixed FAKE parameter split - https://github.com/fsharp/FAKE/pull/1228
- USABILITY: Look into packages folder for findToolPath
- COSMETICS: Added open/close block to teamcity target tracing - https://github.com/fsharp/FAKE/pull/1219
- Use FSharp.Compiler.Service 3.0
- BUGFIX: Added TeamCity to the list of build servers that fails on error stream output - https://github.com/fsharp/FAKE/pull/1216
- BUGFIX: Fixed failure to handle spaces or other special characters when running mono exes - https://github.com/fsharp/FAKE/pull/1214
- BUGFIX: Use UTF-8 encoding for process output on Mono - https://github.com/fsharp/FAKE/pull/1215
- New Kudu feature to copy recursively - https://github.com/fsharp/FAKE/pull/1203
- Support for source code deployments on Azure websites through KuduSync - https://github.com/fsharp/FAKE/pull/1200
- Expose 'GetErrors' on TargetHelper - https://github.com/fsharp/FAKE/pull/1209
- BUGFIX: Call WaitForExit twice to catch all output - https://github.com/fsharp/FAKE/pull/1211
- BUGFIX: Only write to STDERR if an error happened - https://github.com/fsharp/FAKE/pull/1210
- BUGFIX: Prevent false-positive in EnvironmentHelper.isMacOS on Windows - https://github.com/fsharp/FAKE/pull/1204
- BUGFIX: Accept the cached assembly when the public token of the given assembly is null - https://github.com/fsharp/FAKE/pull/1205
- Make a new method for sending a coverage file to TeamCity - https://github.com/fsharp/FAKE/pull/1195
- Added more deployment options for OctoTools - https://github.com/fsharp/FAKE/pull/1192
- Added contents of
AssemblyInformationalVersionAttributeto theAssemblyVersionInformationclass - https://github.com/fsharp/FAKE/pull/1183 - Added HarvestDirectory helper to the WixHelper Library - https://github.com/fsharp/FAKE/pull/1179
- Added support for SQL DacPac - https://github.com/fsharp/FAKE/pull/1185
- Provide CurrentTargetOrder for build scripts
- Added namespace/class/method args for xunit2 - https://github.com/fsharp/FAKE/pull/1180
- If build failed then kill all created processes at end of build
- Make DynamicsNAV errors a known FAKE exception
- BUGFIX: Fixed hard coded path in artifact publishing to AppVeyor - https://github.com/fsharp/FAKE/pull/1176
- Added artifact publishing to AppVeyor - https://github.com/fsharp/FAKE/pull/1173
- Azure Web Jobs now get created during deploy if they do not already exist - https://github.com/fsharp/FAKE/pull/1174
- BUGFIX: New Sonar options - https://github.com/fsharp/FAKE/pull/1172
- BUGFIX: Fixed issue with IDs that did not start with a letter - https://github.com/fsharp/FAKE/pull/1167
- BUGFIX: Fixed IgnoreTestCase helper - https://github.com/fsharp/FAKE/pull/1159
- BUGFIX: use compileFiles in compile - https://github.com/fsharp/FAKE/pull/1165
- BUGFIX: Fixed bug in WiXDir function, that would set plain directory name as id - https://github.com/fsharp/FAKE/pull/1164
- BUGFIX: Fixed bug that prevented using directory names with spaces in WiX - https://github.com/fsharp/FAKE/pull/1160
- New helper for chocolatey - http://fsharp.github.io/FAKE/chocolatey.html
- New helper for Slack - http://fsharp.github.io/FAKE/slacknotification.html
- New helper for SonarQube - http://fsharp.github.io/FAKE/sonarcube.html
- New helper for creating paket.template files for Paket - https://github.com/fsharp/FAKE/pull/1148
- New version of WatchChanges that support options - https://github.com/fsharp/FAKE/pull/1144
- Improved AppVeyor test results upload - https://github.com/fsharp/FAKE/pull/1138
- Added support for Paket's minimum-from-lock-file in pack command - https://github.com/fsharp/FAKE/pull/1149
- Added support for NUnit3 --labels parameter - https://github.com/fsharp/FAKE/pull/1153
- BUGFIX: Fixed Issue #1142: Arguments of CombinePaths are switched in WixHelper - https://github.com/fsharp/FAKE/pull/1145
- BUGFIX: NuGet auto version bug fix - https://github.com/fsharp/FAKE/pull/1146
- WORKAROUND: nuget.org changed base url
- Allows to create full Wix directory hierarchy - https://github.com/fsharp/FAKE/pull/1116
- New PicklesHelper for generating living documentation with Pickles - https://github.com/fsharp/FAKE/pull/1126
- BUGFIX: Replaced system directory separator with "/" in ArchiveHelper - https://github.com/fsharp/FAKE/pull/1127
- New FSC task - https://github.com/fsharp/FAKE/pull/1122
- Disable warning from #1082 for now because it created lots of confusion
- New helpers which allow to send .NET coverage settings to TeamCity - https://github.com/fsharp/FAKE/pull/1117
- Disabled NodeReuse on TeamCity, it can lead to consecutive builds failing - https://github.com/fsharp/FAKE/pull/1110
- Added IncludeReferencedProjects property to the Packet.Pack params - https://github.com/fsharp/FAKE/pull/1112
- BUGFIX: Ensure that traceEndTask is called in DotCover - https://github.com/fsharp/FAKE/pull/1118
- BUGFIX: WiXHelper: fixed typos in WiXDir.ToString - https://github.com/fsharp/FAKE/pull/1120
- Renamed internal FSharp.Compiler.Service to avoid clashes - https://github.com/fsharp/FAKE/pull/1097
- Added support for "paket restore" - https://github.com/fsharp/FAKE/pull/1108
- WiX service install - https://github.com/fsharp/FAKE/pull/1099
- Passing timeout value also to solution exchanger in DynamicsCRMHelper - https://github.com/fsharp/FAKE/pull/1102
- BUGFIX: Fallback to recompile when caching of build script fails - https://github.com/fsharp/FAKE/pull/1093
- BUGFIX: Commit message will be retrieved for older and newer git versions - https://github.com/fsharp/FAKE/pull/1098
- BUGFIX: Fixed case sensitivity on package name when search references in Paket.lock - https://github.com/fsharp/FAKE/pull/1089
- COSMETICS: Don't show the obsolete usage - https://github.com/fsharp/FAKE/pull/1094
- General FAKE improvements - https://github.com/fsharp/FAKE/pull/1088
- Hockey app UploadTimeout - https://github.com/fsharp/FAKE/pull/1087
- Add support for appcast generation - https://github.com/fsharp/FAKE/pull/1057
- Function to remove Compile elems missing files - https://github.com/fsharp/FAKE/pull/1078
- AssemblyInfoFile: added functions to read and update attributes -https://github.com/fsharp/FAKE/pull/1073
- Added support for packing symbols via PaketHelper - https://github.com/fsharp/FAKE/pull/1071
- Tell the clr to use the cached assemblies even when it tries to reload them with a different context - https://github.com/fsharp/FAKE/pull/1056
- BUGFIX: Fix failure when space in temp path - https://github.com/fsharp/FAKE/pull/1076
- BUGFIX: Fix app.config files
- BUGFIX: Cache invalidate on changing fsiOptions - https://github.com/fsprojects/ProjectScaffold/issues/231
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- FluentMigrator helper library - http://fsharp.github.io/FAKE/fluentmigrator.html
- Support for soft dependencies for targets - http://fsharp.github.io/FAKE/soft-dependencies.html
- Added support for builds within Team Foundation Server (and VSO) - https://github.com/fsharp/FAKE/pull/915
- New options in the SquirrelHelper - https://github.com/fsharp/FAKE/pull/910
- Logging improvement in Fake.Deploy - https://github.com/fsharp/FAKE/pull/914
- New RunTargetOrListTargets function - https://github.com/fsharp/FAKE/pull/921
- Added date to ReleaseNotes type definition - https://github.com/fsharp/FAKE/pull/917
- Added
createClientWithToken&createReleaseto Octokit.fsx - https://github.com/fsharp/FAKE/pull/913 - Fixed WatchChanges not properly removing subdirectories from watch list - https://github.com/fsharp/FAKE/pull/908
- Added ability to optionally pass in SiteId to configure IIS Site - https://github.com/fsharp/FAKE/pull/905
- Pass OutputDataReceived to logfn instead of trace in shellExec - https://github.com/fsharp/FAKE/pull/906
- Add GetDependenciesForReferencesFile
- Using FSharp.Compiler.Server for F# 4.0
- Added Squirrel helpers to generate Squirrel installers - https://github.com/fsharp/FAKE/pull/899
- Added Ability to specify Identity for AppPool - https://github.com/fsharp/FAKE/pull/902
- Dynamics NAV: version helpers - https://github.com/fsharp/FAKE/pull/900
- Added ReleaseNotes to NugetHelper - https://github.com/fsharp/FAKE/pull/893
- BUGFIX: running from a network drive - https://github.com/fsharp/FAKE/pull/892
- BUGFIX: Align NUnitDomainModel with NUnit documentation - https://github.com/fsharp/FAKE/pull/897
- BUGFIX: Skip Octokit retry logic on Mono where it causes a crash - https://github.com/fsharp/FAKE/pull/895
- BUGFIX: FAKE removes mono debug file after cache is saved - https://github.com/fsharp/FAKE/pull/891
- BUGFIX: Nunit Domain Fix - https://github.com/fsharp/FAKE/pull/883
- BUGGFIX: Dynamic assembly handling for caching - https://github.com/fsharp/FAKE/pull/884
- BUGFIX: Loaded dlls versions are used to invalidate FAKE's cache - https://github.com/fsharp/FAKE/pull/882
- Automatic caching of FAKE build scripts - https://github.com/fsharp/FAKE/pull/859
- Added MSBuild properties to AndroidPackageParams - https://github.com/fsharp/FAKE/pull/863
- Add support for outputting NUnit style test result XML to Fake.Testing.XUnit2 - https://github.com/fsharp/FAKE/pull/870
- Add support for VS2015 VSTest executable - https://github.com/fsharp/FAKE/pull/877
- Add lock-dependencies parameter to Paket.Pack - https://github.com/fsharp/FAKE/pull/876
- NoLogo parameter for MSBuildHelper - https://github.com/fsharp/FAKE/pull/850
- Expose Globbing.isMatch for use by external code - https://github.com/fsharp/FAKE/pull/860
- VB6 dependency updater - https://github.com/fsharp/FAKE/pull/857
- Added BuildConfig/TemplateFile options to PaketHelper's Pack command - https://github.com/fsharp/FAKE/pull/854
- Add a UserInputHelper to allow interactive input - https://github.com/fsharp/FAKE/pull/858
- Look for MSTest in VS2015 location - https://github.com/fsharp/FAKE/pull/843
- Add caching to globbing
- BUGFIX: Fix for single * glob not working - https://github.com/fsharp/FAKE/pull/836
- BUGFIX: Get package version from nuspec file - https://github.com/fsharp/FAKE/pull/829
- Report all NuGet errors, even if ExitCode = 0
- Added Raygun.io helper - https://github.com/fsharp/FAKE/pull/826
- Re-added internal class generated for AssemblyInfo.vb - https://github.com/fsharp/FAKE/pull/827
- Allow test nUnit test assemblies containing SetupFixture attributes be compatible with NUnitParallel - https://github.com/fsharp/FAKE/pull/824
- Fix FtpHelper
- Trace no. of files in a patch
- CMake support improvements - https://github.com/fsharp/FAKE/pull/821
- Wix Helper Improvements - https://github.com/fsharp/FAKE/pull/818
- Wix Helper Improvements - https://github.com/fsharp/FAKE/pull/817
- Wix Helper Improvements - https://github.com/fsharp/FAKE/pull/815
- Added SemVerHelper.isValidSemVer - https://github.com/fsharp/FAKE/pull/811
- Support for CMake configuration and builds - https://github.com/fsharp/FAKE/pull/785
- New task to create C++ AssemblyInfo files - https://github.com/fsharp/FAKE/pull/812
- New environVarOrFail helper - https://github.com/fsharp/FAKE/pull/814
- New WiX helper functions - https://github.com/fsharp/FAKE/pull/804
- IMPORTANT: Rewrite of the xUnit tasks. Deprecating existing xUnit and xUnit2 tasks - https://github.com/fsharp/FAKE/pull/800
- Better NUnit docs - https://github.com/fsharp/FAKE/pull/802
- Add test adapter path to vs test params - https://github.com/fsharp/FAKE/pull/793
- BUGFIX: Fix WatchChanges on Mac, fix Dispose, improve Timer usage - https://github.com/fsharp/FAKE/pull/799
- REVERT: FCS simplification - https://github.com/fsharp/FAKE/pull/773
- BUGFIX: Don't use MSBuild from invalid path
- BUGFIX: Improved detection of MSBuild.exe on TeamCity - https://github.com/fsharp/FAKE/pull/789
- BUGFIX: close stdin in asyncShellExec to avoid hangs - https://github.com/fsharp/FAKE/pull/786
- Fix FAKE not working on machines with only F# 4.0 installed - https://github.com/fsharp/FAKE/pull/784
- Fix for watching files via relative paths - https://github.com/fsharp/FAKE/pull/782
- Fix package id parsing and avoid NPE when feed is missing some properties - https://github.com/fsharp/FAKE/pull/776
- FCS simplification - https://github.com/fsharp/FAKE/pull/773
- Paket push task runs in parallel - https://github.com/fsharp/FAKE/pull/768
- New file system change watcher - http://fsharp.github.io/FAKE/watch.html
- NuGet pack task treats non csproj files as nuspec files - https://github.com/fsharp/FAKE/pull/767
- New helpers to start and stop DynamicsNAV ServiceTiers
- Automatically replace Win7ToWin8 import files for Dynamics NAV during Import
- OpenSourced DynamicsNAV replacement helpers
- Use Microsoft.AspNet.Razor 2.0.30506 for FAKE.Deploy - https://github.com/fsharp/FAKE/pull/756
- New build parameter functions
- Fix http://stackoverflow.com/questions/29572870/f-fake-unable-to-get-fake-to-merge-placeholder-arguments-in-nuspec-file
- New environment variable helpers
- Don't run package restore during MSBuild run from FAKE - https://github.com/fsharp/FAKE/pull/753
- Added support for Mage's CertHash parameter - https://github.com/fsharp/FAKE/pull/750
- Force build server output in xUnit2 if the user wishes to - https://github.com/fsharp/FAKE/pull/749
- Reverting 0df4569b3bdeef99edf2eec6013dab784e338b7e due to backwards compat issues
- Improvements for FAKE.Deploy - https://github.com/fsharp/FAKE/pull/745
- Set debug flag on mono - https://github.com/fsharp/FAKE/pull/744
- New Android publisher - http://fsharp.github.io/FAKE/androidpublisher.html
- New Archive helpers allow to build zip, gzip, bzip2, tar, and tar.gz/tar.bz2 - https://github.com/fsharp/FAKE/pull/727
- Download Status Parameter for HockeyAppHelper - https://github.com/fsharp/FAKE/pull/741
- Added more parameters for HockeyApp Upload API - https://github.com/fsharp/FAKE/pull/723
NuGetPacktask allows to set framework references - https://github.com/fsharp/FAKE/pull/721- New task
NuGetPackDirectlyworks without template files. - Find NuGet.exe in current folder (and sub-folders) first, then look in PATH - https://github.com/fsharp/FAKE/pull/718
- New tutorial about Vagrant - http://fsharp.github.io/FAKE/vagrant.html
- REVERTING: SystemRoot also works on mono - https://github.com/fsharp/FAKE/pull/706 (see https://github.com/fsharp/FAKE/issues/715)
- BUGFIX: Use DocumentNamespace for Nuspec files - https://github.com/fsharp/FAKE/pull/736
- BUGFIX: Display agent success / error messages in UI for FAKE.Deploy - https://github.com/fsharp/FAKE/pull/735
- BUGFIX: Add build directory for doc generation - https://github.com/fsharp/FAKE/pull/734
- Detect GitLab CI as build server - https://github.com/fsharp/FAKE/pull/712
- Look into PATH when scanning for NuGet.exe - https://github.com/fsharp/FAKE/pull/708
- SystemRoot also works on mono - https://github.com/fsharp/FAKE/pull/706
- Use EditorConfig - http://editorconfig.org/
- More AppVeyor properties added - https://github.com/fsharp/FAKE/pull/704
- Look into PATH when scanning for tools - https://github.com/fsharp/FAKE/pull/703
- BREAKING CHANGE: Better support for AssemblyMetadata in AssemblyInfoHelper - https://github.com/fsharp/FAKE/pull/694
- Added modules for building VB6 projects with SxS manifest - https://github.com/fsharp/FAKE/pull/697
- Use parameter quoting for Paket helpers
- BREAKING CHANGE: Adjusted Xamarin.iOS archive helper params - https://github.com/fsharp/FAKE/pull/693
- New operator </> allows to combine paths similar to @@ but with no trimming operations - https://github.com/fsharp/FAKE/pull/695
- Globbing allows to grab folders without a trailing slash
- Removed long time obsolete globbing functions
- FAKE allows to run parallel builds - http://fsharp.github.io/FAKE/parallel-build.html
- Proper source index - https://github.com/fsharp/FAKE/issues/678
- Always use FCS in FAKE and FSI in FAke.Deploy
- Modify VM size on a .csdef for Azure Cloud Services - https://github.com/fsharp/FAKE/pull/687
- Added ZipHelper.ZipOfIncludes - https://github.com/fsharp/FAKE/pull/686
- Added AppVeyorEnvironment.RepoTag & .RepoTagName - https://github.com/fsharp/FAKE/pull/685
- New tutorial about Azure Cloud Service - http://fsharp.github.io/FAKE/azurecloudservices.html
- Added basic support for creating Azure Cloud Services - http://fsharp.github.io/FAKE/apidocs/v5/fake-azure-cloudservices.html
- Added metadata property for AssemblyInfoReplacementParams - https://github.com/fsharp/FAKE/pull/675
- Remvoved internal class generated in AssemblyInfo.Vb - https://github.com/fsharp/FAKE/pull/673
- Adding ability to control type library export (/tlb flag) of RegAsm - https://github.com/fsharp/FAKE/pull/668
- Adding ability to run nuget package restore on a visual studio solution - https://github.com/fsharp/FAKE/pull/662
- Add OwnerId, type docs, and better error handling for HockeyAppHelper - https://github.com/fsharp/FAKE/pull/661
- Don't report unit test failure twice to TeamCity - https://github.com/fsharp/FAKE/pull/659
- New tasks for
paket packandpaket push- http://fsprojects.github.io/Paket/index.html - Allow csproj being passed as a NuSpec file - https://github.com/fsharp/FAKE/pull/644
- Helper for uploading mobile apps to HockeyApp - https://github.com/fsharp/FAKE/pull/656
- SCPHelper does allow copying single files - https://github.com/fsharp/FAKE/issues/671
- BUGFIX: Paket helper should not submit the endpoint if no endpoint was given - https://github.com/fsharp/FAKE/issues/667
- BUGFIX: Paket helper should not override version for project packages - https://github.com/fsharp/FAKE/issues/666
- BUGFIX: Allow endpoint in push task - https://github.com/fsprojects/Paket/pull/652
- BUGFIX: Use correct apikey for paket push - https://github.com/fsharp/FAKE/pull/664
- Revert to fsi in Fake.Deploy - https://github.com/fsharp/FAKE/pull/653
- Added MergeByHash option for OpenCover - https://github.com/fsharp/FAKE/pull/650
- New functions to replace text in one or more files using regular expressions - https://github.com/fsharp/FAKE/pull/649
- BUGFIX: Fix SpecFlow MSTest integration - https://github.com/fsharp/FAKE/pull/652
- BUGFIX: Fix TeamCity integration - https://github.com/fsharp/FAKE/pull/651
- New VSTest module for working with VSTest.Console - https://github.com/fsharp/FAKE/pull/648
- Add Verbose to argument list for NuGet update - https://github.com/fsharp/FAKE/pull/645
- BUGFIX: Fix jarsigner executing on Windows environment - https://github.com/fsharp/FAKE/pull/640
- Adding UploadTestResultsXml function to the AppVeyor module - https://github.com/fsharp/FAKE/pull/636
- Adding the NoDefaultExcludes NugGet parameter - https://github.com/fsharp/FAKE/pull/637
- Adding
SpecificMachinesoption to OctoTools - https://github.com/fsharp/FAKE/pull/631 - Allow to run gacutil on mono
- Ignore unknown project references in MSBuild task - https://github.com/fsharp/FAKE/pull/630
- BUGFIX: Added a reset step before starting a deployment - https://github.com/fsharp/FAKE/pull/621
- Report fatal git errors to command line
- New FAKE.Lib nuget package which contains the FakeLib - https://github.com/fsharp/FAKE/pull/607
- New AppVeyor properties - https://github.com/fsharp/FAKE/pull/605
- Use FSharp.Core from NuGet - https://github.com/fsharp/FAKE/pull/602
- Build and deploy Azure web jobs - https://github.com/fsharp/FAKE/pull/613
- Dual-license under Apache 2 and MS-PL, with Apache as default - https://github.com/fsharp/FAKE/pull/598
- BUGFIX: FSC compilation fix - https://github.com/fsharp/FAKE/pull/601
- BUGFIX: Unescape special MSBuild characters - https://github.com/fsharp/FAKE/pull/600
- Support for MSBuild 14.0 - https://github.com/fsharp/FAKE/pull/595
- New C# compiler helper - https://github.com/fsharp/FAKE/pull/592/files
- Added support for NUnit Fixture parameter - https://github.com/fsharp/FAKE/pull/591
- OpenSourcing some DynamicsNAV helpers from gitnav
- BUGFIX: Fix 64bit mode
- BUGFIX: Dynamics NAV helper - "Ignored" tests should report the message
- Create a new package with a x64 version - https://github.com/fsharp/FAKE/pull/582
- Added a Xamarin.iOS Archiving helper - https://github.com/fsharp/FAKE/pull/581
- DynamicsNAV helper should use the correct ServiveTier
- xUnit 2 support - https://github.com/fsharp/FAKE/pull/575
- New RegistryKey helpers for a 64bit System - https://github.com/fsharp/FAKE/pull/580
- New XDTHelper - https://github.com/fsharp/FAKE/pull/556
- Version NAV 800 added - https://github.com/fsharp/FAKE/pull/576
- Feature/list targets in command line - http://fsharp.github.io/FAKE/specifictargets.html
- Use priority list for nuget.exe selection - https://github.com/fsharp/FAKE/issues/572
- BUGFIX: RoundhouseHelper was setting an incorrect switch for CommandTimoutAdmin - https://github.com/fsharp/FAKE/pull/566
- BUGFIX: --single-target didn't work
- NDepend support - https://github.com/fsharp/FAKE/pull/564
- FAKE got a new logo - https://github.com/fsharp/FAKE/pull/553
- Use Paket to handle dependencies - http://fsprojects.github.io/Paket/
- Single target mode --single-target - http://fsharp.github.io/FAKE/specifictargets.html
- New recursive copy functions - https://github.com/fsharp/FAKE/pull/559
- NuGetPack allows to manipulate nuspec files - https://github.com/fsharp/FAKE/pull/554
- Support for MSpec --xml parameter - https://github.com/fsharp/FAKE/pull/545
- Make GetPackageVersion work with Paket - http://fsprojects.github.io/Paket/
- Added missing schemaName parameter for Roundhouse helper - https://github.com/fsharp/FAKE/pull/551
- Roundhouse Cleanup - https://github.com/fsharp/FAKE/pull/550
- Update FSharp.Compiler.Service to 0.0.62
- BUGFIX: If site exists then the site will be modified by IISHelper with the given parameters - https://github.com/fsharp/FAKE/pull/548
- BUGFIX: Messages in FSC task to stderr stream can break the build - https://github.com/fsharp/FAKE/pull/546
- BUGFIX: Use AppVeyor's build version instead of the build number - https://github.com/fsharp/FAKE/pull/560
- Added new SignToolHelper - https://github.com/fsharp/FAKE/pull/535
- Look first in default path for a tool - https://github.com/fsharp/FAKE/pull/542
- Add support for MSBuild Distributed Loggers - https://github.com/fsharp/FAKE/pull/536
- Don't fail on nuget path scanning - https://github.com/fsharp/FAKE/pull/537
- New Xamarin.iOS and Xamarin.Android helpers - https://github.com/fsharp/FAKE/pull/527
- Using JSON.NET 6.0.4
- FAKE.Deploy switched to FCS - https://github.com/fsharp/FAKE/pull/519
- FAKE.Deploy WorkDirectory fix - https://github.com/fsharp/FAKE/pull/520
- HipChat notification helper - https://github.com/fsharp/FAKE/pull/523
- Don't crash during tool discovery
- NuGet: support fallback framework groups - https://github.com/fsharp/FAKE/pull/514
- New pushd/popd command in FileUtils - https://github.com/fsharp/FAKE/pull/513
- New AppVeyor properties
- FSC - support of compilation for different versions of F#
- Provide env var access to --fsiargs build script args so works on FAKE
- Adding NGen Install task
- Allow to use gacutil
- Allow to use ngen.exe
- Allow to use all sn.exe features
- Adding DisableVerification for StrongNames
- Adding helpers which allow to strong name assemblies
- Allow to use empty MSBuild targets
- Adding setProcessEnvironVar and clearProcessEnvironVar
- Try to reference local nuspec in order to fix https://github.com/fsprojects/FSharp.TypeProviders.StarterPack/pull/33
- Better log messages to fix https://github.com/fsprojects/FSharp.TypeProviders.StarterPack/pull/33
- Fix fsiargs and -d options - https://github.com/fsharp/FAKE/pull/498 https://github.com/fsharp/FAKE/pull/500
- Change RemoveDuplicateFiles & FixMissingFiles to only save on change - https://github.com/fsharp/FAKE/pull/499
- BREAKING CHANGE: API for CreateAssemblyInfoWithConfig was set back to original version This resets the breaking change introduced in https://github.com/fsharp/FAKE/pull/471
- Automatic tool search for SpecFlowHelper - https://github.com/fsharp/FAKE/pull/496
- GuardedAwaitObservable was made public by accident - this was fixed
- Add support for remote service admin - https://github.com/fsharp/FAKE/pull/492
- New FSC helper allows to call F# compiler directly from FAKE - https://github.com/fsharp/FAKE/pull/485
- "CustomDictionary" support for FxCop - https://github.com/fsharp/FAKE/pull/489
- Check if file exists before delete in AssemblyInfoFile
- Use FSharp.Compiler.Service 0.0.58
- Report all targets if a target error occurs
- Use FSharp.Compiler.Service with better FSharp.Core resolution - https://github.com/fsharp/FSharp.Compiler.Service/issues/156
- Don't break in MSBuildHelper
- Put FSharp.Core.optdata and FSharp.Core.sigdata into nuget package
- Fixed TargetTracing
- Fixed SourceLinking of FAKE
- Added new exception trap for Fsi creation
- -br in command line will run debugger in F# scripts - https://github.com/fsharp/FAKE/pull/483
- Null check in NuGet helper - https://github.com/fsharp/FAKE/pull/482
- Use FSharp.Compiler.Service 0.0.57 instead of fsi.exe
- Better error message for registry access
- Fall back to 32bit registry keys if 64bit cannot be found
- Improved SqlServer Disconnect error message
- Log "kill all processes" only when needed
- Try to run as x86 due to Dynamics NAV problems
- Allow to use /gac for FxCop
- Make NuGet description fit into single line
- Use Nuget.Core 2.8.2
- Fix NUnitProcessModel.SeparateProcessModel - https://github.com/fsharp/FAKE/pull/474
- Improved CLI documentation - https://github.com/fsharp/FAKE/pull/472
- Added Visual Basic support to AssemblyFileInfo task and make Namespace optional in config - https://github.com/fsharp/FAKE/pull/471
- Added support for OctoTools ignoreExisting flag - https://github.com/fsharp/FAKE/pull/470
- OctoTools samples fixed - https://github.com/fsharp/FAKE/pull/468 https://github.com/fsharp/FAKE/pull/469
- Added support for FxCop /ignoregeneratedcode parameter - https://github.com/fsharp/FAKE/pull/467
- CreateAssemblyInfo works with nonexisting directories - https://github.com/fsharp/FAKE/pull/466
- New (backwards compat) CLI for FAKE that includes FSI cmd args passing - https://github.com/fsharp/FAKE/pull/455
- New updateApplicationSetting method - https://github.com/fsharp/FAKE/pull/462
- Support for msbuild /noconlog - https://github.com/fsharp/FAKE/pull/463
- RoundhouseHelper - https://github.com/fsharp/FAKE/pull/456
- Pass optional arguments to deployment scripts
- Support building source packages without project file
- Display messages when deploy fails
- Fix formatting in FAKE.Deploy docs
- Fix memory usage in FAKE.Deploy
- Increase WebClient's request timeout to 20 minutes - https://github.com/fsharp/FAKE/pull/442
- Mainly Layout fixes and disabling authenticate in FAKE.Deploy https://github.com/fsharp/FAKE/pull/441
- Deploy PDBs via nuget https://github.com/fsharp/FAKE/issues/435
- Release Notes parser should not drop asterisk at end of lines
- Corrected location of @files@ in nuspec sample
- Allow to report tests to AppVeyor
- fix appveyor msbuild logger
- Don't add Teamcity logger if not needed
- Fake.Deploy agent requires user authentication
- Remove AutoOpen von AppVeyor
- fix order of arguments in call to CopyFile
- Support MSTest test settings - https://github.com/fsharp/FAKE/pull/428
- If the NAV error file contains no compile errors return the length
- Promoted the master branch as default branch and removed develop branch
- Remove AutoOpen from TaskRunnerHelper
- Adding Metadata to AsssemblyInfo
- Analyze the Dynamics NAV log file and report the real error count
- Allow to retrieve version no. from assemblies
- Fix issue with symbol packages in NugetHelper
- Fix issues in the ProcessHelper - https://github.com/fsharp/FAKE/pull/412 and https://github.com/fsharp/FAKE/pull/411
- Allow to register BuildFailureTargets - https://github.com/fsharp/FAKE/issues/407
- UnionConverter no longer needed for Json.Net
- Handle problems with ProgramFilesX86 on mono - https://github.com/tpetricek/FsLab/pull/32
- Change the MSBuild 12.0 path settings according to https://github.com/tpetricek/FsLab/pull/32
- Silent mode for MSIHelper - https://github.com/fsharp/FAKE/issues/400
- Support for OpenCover - https://github.com/fsharp/FAKE/pull/398
- Support for ReportsGenerator - https://github.com/fsharp/FAKE/pull/399
- Adding AppVeyor environment variables
- New BulkReplaceAssemblyInfoVersions task - https://github.com/fsharp/FAKE/pull/394
- Fixed default nuspec file
- "Getting started" tutorial uses better folder structure
- Allows explicit file specification on the NuGetParams Type
- Fix TypeScript output dir
- Add better docs for the TypeScript compiler.
- Don't call the TypeScript compiler more than once
- New parameters for TypeScript
- Enumerate the files lazily in the File|Directory active pattern
- Using Nuget 2.8.1
- Added TypeScript 1.0 support
- Added TypeScript support
- Fixed ProcessTestRunner
- Fixed mono build on Travis
- Add getDependencies to NugetHelper
- SourceLink support
- NancyFx instead of ASP.NET MVC for Fake.Deploy
- Allows to execute processes as unit tests.
- Adding SourceLinks
- Move release management back to the local machine (using this document)
- Allow to run MsTest test in isolation
- Fixed Nuget.packSymbols
- Fixed bug in SemVer parser
- New title property in Nuspec parameters
- Added option to disabled FAKE's automatic process killing
- Better AppyVeyor integration
- Added ability to define custom MSBuild loggers
- Fix for getting the branch name with Git >= 1.9
- Added functions to write and delete from registry
- NUnit NoThread, Domain and StopOnError parameters
- Add support for VS2013 MSTest
- Lots of small fixes
- Created new packages on nuget:
- Fake.Deploy - allows to use FAKE scripts in deployment.
- Fake.Experimental - new stuff where we aren't sure if we want to support it.
- Fake.Gallio - contains the Gallio runner support.
- Fake.SQL - Contains tasks for SQL Server.
- Fake.Core - All the basic features and FAKE.exe.
- Created documentation and tutorials - see http://fsharp.github.io/FAKE/
- New tasks:
- Added ReleaseNotes parser
- Added Dynamics NAV helper
- Added support for MSTest and fixie
- Parallel NUnit task
- New AssemblyInfoFile task
- Support for Octopus Deploy
- Support for MAGE
- Suppport for Xamarin's xpkg
- Many other new tasks
- Fake.Boot
- New Globbing system
- Tons of bug fixes
- Bundles F# 3.0 compiler and FSI.
- "RestorePackages" allows to restore nuget packages
- FAKE nuget package comes bundles with a fsi.exe
- Self build downloads latest FAKE master via nuget
- Fixed bug where FAKE.Deploy didn't run the deploy scripts where used as a windows service
- It's possible to add file loggers for MSBuild
- Fixed path resolution for fsi on *nix
- BREAKING CHANGE: Removed version normalization from NuGet package creation
- Fixes for NUNit compatibility on mono
- Fixes in ProcessHelper for mono compatibility
- Fixes in the mono build
- Improved error reporting in Fake.exe
- Added a SpecFlow helper
- Fixed some issues in file helper routines when working with no existing directory chain
- Fixed bug where FAKE didn't run the correct build script
- New conditional dependency operator =?>
- BREAKING CHANGE: Some AssemblyInfo task parameters are now option types. See type hints.
- New RegAsm task, allows to create TLBs from a dll.
- New MSI task, allows to install or uninstall msi files.
- StringHelper.NormalizeVersion fixed for WiX.
- Allow to choose specific nunit-console runner.
- Using nuget packages for mspec.
- FAKE tries to kill all MSBuild and FSI processes at the end of a build.
- Removed message system for build output. Back to simpler tracing.
- ReplaceAssemblyInfoVersions task allows to replace version info in AssemblyVersion-files
- New task ConvertFileToWindowsLineBreaks
- Allows to build .sln files
- Allows to publish symbols via nuget.exe
- Autotrim trailing .0 from version in order to fullfill nuget standards.
- If the publishment of a Nuget package fails, then FAKE will try it again.
- Added Changelog.markdown to FAKE deployment
- Added RequireExactly helper function in order to require a specific nuget dependency.
- NugetHelper.GetPackageVersion - Gets the version no. for a given package in the packages folder.
- EnvironmentHelper.getTargetPlatformDir - Gets the directory for the given target platform.
- Some smaller bugfixes
- New dependency syntax with ==> and <=>
- Tracing of StackTrace only if TargetHelper.PrintStackTraceOnError was set to true
- New task DeleteDirs allows to delete multiple directories.
- New parameter for NuGet dependencies.
- Bundled with docu.exe compiled against .Net 4.0.
- Fixed docu calls to run with full filenames.
- Added targetplatform, target and log switches for ILMerge task.
- Added Git.Information.getLastTag() which gets the last git tag by calling git describe.
- Added Git.Information.getCurrentHash() which gets the last current sha1.
- Fixed Nuget support and allows automatic push.
- Tracing of all external process starts.
- MSpec support.