Releases: fsprojects/FAKE
5.15.0
ENHANCEMENT: Add --write-info <file>
command line to Fake.Core.Target
in order to support tooling in Ionide see ionide/ionide-vscode-fsharp#1137 - #2335
BUGFIX: Fake 5 runner now recompiles the script when --fsiargs
have changed (invalidates the cache) - #2335
5.14.1
5.14.0
BREAKING: Renamed CliVersion.Lkg
to CliVersion.Coherent
as it was renamed on the installer. If you use an old installer with this flag you can still use CliVersion.Version "lkg"
- #2318
BREAKING: Renamed NuGet.feedUrl
to NuGet.galleryV1
and marked it as obsolete. Added galleryV2
and galleryV3
- #2323
ENHANCEMENT: Fake 5 now supports native libraries (like SQL and SQLite NuGet packages) - #2007
BUGFIX: DotNet.exec (dotnet installer) fails when username has a blank - #2319
BUGFIX: Error when invoking fake run with different casings - #2314
BUGFIX: Potential fix for incorrect console colors after running fake - #2173
DOCS: Document difference between @@
and </>
as well as Path.combineTrimEnd
and Path.combine
- #2329
5.14.0-alpha.1085
BREAKING: Renamed NuGet.feedUrl
to NuGet.galleryV1
and marked it as obsolete. Added galleryV2
and galleryV3
- #2323
ENHANCEMENT: Fake 5 now supports native libraries (like SQL and SQLite NuGet packages) - #2007
BUGFIX: DotNet.exec (dotnet installer) fails when username has a blank - #2319
BUGFIX: Error when invoking fake run with different casings - #2314
BUGFIX: Potential fix for incorrect console colors after running fake - #2173
DOCS: Document difference between @@
and </>
as well as Path.combineTrimEnd
and Path.combine
- #2329
5.13.7
5.13.5
5.13.3
ENHANCEMENT: Use NuGet Libraries for getLastNuGetVersion
- see NuGet/NuGetGallery#7085
ENHANCEMENT: TeamCitySummary, added in ReportGenerator 4.1.3 Fixes #2300 - #2301
BUGFIX: Shell.mv
now has the correct documented behavior, consistent with parameter names - #2293
BUGFIX: NuGet Push command syntax. Fixes #2299 - #2304
5.13.2
5.13.1
5.13.0
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