All Versions
287
Latest Version
Avg Release Cycle
43 days
Latest Release
1300 days ago
Changelog History
Page 29
Changelog History
Page 29
-
v1.56.0 Changes
- ๐ Allows to publish symbols via nuget.exe
- Autotrim trailing .0 from version in order to fullfill nuget standards.
-
v1.54.0 Changes
- ๐ฆ 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.
-
v1.52.0 Changes
- ๐ Some smaller bugfixes
- ๐ New dependency syntax with ==> and <=>
- ๐จ Tracing of StackTrace only if TargetHelper.PrintStackTraceOnError was set to true
-
v1.50.0 Changes
- ๐ New task DeleteDirs allows to delete multiple directories.
- ๐ New parameter for NuGet dependencies.
-
v1.48.0 Changes
- 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.
-
v1.46.0 Changes
- ๐ Fixed Nuget support and allows automatic push.
-
v1.44.0 Changes
- Tracing of all external process starts.
- ๐ MSpec support.