v0.3 Patch Release Notes
2012-10-22 00:00:00 -0700
v0.3.6
- Hotfix for the RubyZip 1.0.0 dependency API change! (thanks varou & b-dean)
v0.3.5
- Added symbols for .NET Framework 3.0 and 4.5 (
:net3
, :net30
, & :net45
), for tasks that provide a use(netversion)
method.
- Added the
skip_test_failures
method to the NUnit task configuration to replace the boolean property.
- Added SQL Server 2012 (v110) path to the SQLCmd task. Thanks, Travis!
- Added support for
assembly_information_version
to the AssemblyInfo task. Thanks, Steven!
- Added a
keep_to
option in the Output task that will preserve the "to" directory contents. Thanks, Maxim!
- Fixed a nasty bug in the Output task that caused failures on Ruby 1.9.3.
v0.3.4
v0.3.3
v0.3.2
- Fixed MSBuild task specs
- Added
other_switches
support to the MSBuild task.
v0.3.1
- Bundler-only gem management
- Added
max_cpu_count
parameter and nologo
switch to the MSBuild task. Thanks, Neil!