Phantom
Phantom copied to clipboard
A .NET build system written in C# and Boo
Bumps [log4net](https://github.com/apache/logging-log4net) from 1.2.11 to 2.0.10. Release notes Sourced from log4net's releases. Address CVE-2018-1285 and improve netstandard 2.0 support Apache log4net 2.0.10 improves netstandard2.0 support thanks to community member @NicholasNoise....
Add ability to set the AssemblyInformationalVersion attribute in an AssemblyInfo file. This is required to be able to use nuget to build pre-release packages: http://docs.nuget.org/docs/reference/versioning See "Creating Prerelease Packages" point...
with the following script: ``` target a: print "a" target b,(a,): print "b" target c,(a,): print "c" target d,(a,b,c): print "d" ``` building target 'd' results with target 'b' being...
Any updates for vs 2012 and vs2013 ? Automation using msdeploy and Powershell ?
Not really an issue but it would be really great if the core-dll's of Phantom could be distributed via NuGet. Useful when you want to extend it. //Daniel
When using the nant integration, if a nant task has the same name as one of Phantom's builtins then it will erroneously be converted into a Runnable.
Add XML Poke support.
Allow reporting of stats using the teamcity format.