Releases: FakeBuild/Xake
Releases · FakeBuild/Xake
Fixed package metadata
v1.1.4 code/tests cleanup, updated project url for nuget
Update package icon, approach 2
v1.1.3 Updated icon URL
v0.13.0: Merge pull request #25 from OlegZee/dev
v0.12.2
- new feature: multitarget rules
- renamed assembly to Xake.dll
- deploying Xake.xml in nuget package (intellisense, tooltips etc)
- improvements in rule templates (obtain wildcarded parts, less restrictive named parts)
- progress indicator is on by default (use
-p-
to turn it off)
v0.11.0: New Rm, Cp, System tasks and massive public API cleanup (#17)
* new namespaces model for tasks * trying better DSL for Rm, Cp and Shell tasks * refactoring dotnet tasks (extract deps) * rename Action to Recipe, massive cleanup * cleanup of FileTasks module