Skip to content

Releases: FakeBuild/Xake

Fixed package metadata

15 May 17:54
Compare
Choose a tag to compare
Pre-release
v1.1.4

code/tests cleanup, updated project url for nuget

Update package icon, approach 2

15 May 03:21
f093ff8
Compare
Choose a tag to compare
Pre-release
v1.1.3

Updated icon URL

v0.13.0: Merge pull request #25 from OlegZee/dev

02 Aug 19:57
Compare
Choose a tag to compare
Publishing new features (cp + fixes)

v0.12.2

20 Jul 15:50
Compare
Choose a tag to compare
  • 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)

25 May 18:41
Compare
Choose a tag to compare
* 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

v0.10.0

16 May 18:35
Compare
Choose a tag to compare

New tasks (with builders) are added: Rm, Cp and Shell. All these tasks are available in Xake.Tasks namespace.
All previously implemented tasks related to these new ones, were doubtlessly removed.

v0.9.3

03 Mar 20:34
Compare
Choose a tag to compare
Merge branch 'dev'

v0.8.8

03 Mar 19:59
Compare
Choose a tag to compare
switch back to old nunit/nuget

v0.9.1

01 Mar 16:07
Compare
Choose a tag to compare
kick the build

v0.8.6

26 Jan 17:05
Compare
Choose a tag to compare
implemented CscPath for csc task, added csc6 sample