Skip to content

5.14.0

Compare
Choose a tag to compare
@matthid matthid released this 12 Jun 22:54
· 700 commits to release/next since this release

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