Skip to content

Releases: fsprojects/FAKE

5.13.0-alpha.987

14 Apr 16:50
Compare
Choose a tag to compare
5.13.0-alpha.987 Pre-release
Pre-release

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

5.13.0-alpha.975

14 Apr 13:59
Compare
Choose a tag to compare
5.13.0-alpha.975 Pre-release
Pre-release

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

5.12.6

17 Mar 22:31
Compare
Choose a tag to compare

ENHANCEMENT: Add Support for MSBuild 16 / VS 2019 - #2274
ENHANCEMENT: Throw more helpful exception when directory not a git repository - #2275
BUGFIX: Thread safe for Path.toRelativeFrom - #2268
DOCS: Re-Add NuGet link - #2278
DOCS: Fix broken link in getting-started - #2276

5.12.4

27 Feb 22:59
692d8bc
Compare
Choose a tag to compare

Update dependencies

5.12.1

15 Feb 16:52
Compare
Choose a tag to compare

ENHANCEMENT: Add dotnet cli options (--no-restore) and (--blame) - #2250
ENHANCEMENT: Update FSharp.Core and Paket to latest. - #2253
BUGFIX: Correct quoting used by sendPublishNamedArtifact - #2240
BUGFIX: Fixed getBaseDirectoryInclude when one directory name include the oth… - #2235
DOCS: Resort TraceSecrets.register indexed parameters - #2254
DOCS: fix broken links #2241 - #2241

5.12.0

12 Jan 16:25
Compare
Choose a tag to compare

NEW: module Fake.DotNet.Xdt - #2218
IMPROVEMENT: DotNet take version into account when determining dotnet cli path - #2220
Usages of the DotNet might yield different results than what you would get in the command line to ensure the given version is used.
DOCUMENTATION: StreamSpecification doc improvements - #2222
DOCUMENTATION: Various improvements to the contributors guide - #2232

5.11.1

07 Dec 16:48
0836add
Compare
Choose a tag to compare

Update dependencies

5.11.0

04 Dec 12:54
Compare
Choose a tag to compare

DOCUMENTATION: Further fixes on the website - #2196 & #2202
DOCUMENTATION: Fix DotNet.NuGet samples - https://github.com/fsharp/FAKE/pull/2198/files
DOCUMENTATION: Smaller fixes - #2211 & #2213 & #2212 & #2217 & #2208 & #2209
NEW: module Fake.DotNet.ILMerge - #2195
ENHANCEMENT: Support netcore paket (global tool) - #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 - #2200
BUGFIX: Globbing fails when directory is deleted at the same time - #2203
BUGFIX: Custom escaping was not working with fromRawWindowsCommandLine - #2197

5.10.1

11 Nov 09:29
Compare
Choose a tag to compare

DOCUMENTATION: New homepage design for fake.build, huge thanks to @FlorianBaderDE (with help from @JarnoNijboer) - #2164 #2175 #2178 #2179
ICON: Fake has a new icon (again huge thanks to @FlorianBaderDE)
NEW: Add tab-completion for powershell and bash - #2157
NEW: module Fake.DotNet.FxCop - #2174
ENHANCEMENT: add new ReportType "Cobertura" to Fake.Testing.ReportGenerator - #2163
ENHANCEMENT: the fake template now supports the buildtask-dsl - #2177
ENHANCEMENT: add new fake hints for #2097, #2099 and #2181
BUGFIX: Dispose streams created by File.create - https://github.com/fsharp/FAKE/pull/2184/files
BUGFIX: NuGet.Version.getLastNuGetVersion failed for some servers - #2170
BUGFIX: Fake.DotNet.Tesing.NUnit failed to work when temporary-directory contains spaces (for example if windows username contains spaces) - #2180
BUGFIX: --silent now disables fake hints as well
(Minor) BREAKING: Refactor & cleanup Fake.Runtime internals - make sure to open an issue if you are hit by this.
OTHER: Internal code cleanup - #2162

5.9.3

15 Oct 18:30
Compare
Choose a tag to compare

BUGFIX: /restore was missing from msbuild command line - #2160