Skip to content

Commit

Permalink
Upgrade Nant to 0.92
Browse files Browse the repository at this point in the history
Needed to upgrade to build FM with .NET 4.
  • Loading branch information
daniellee committed Sep 4, 2012
1 parent 1ef1477 commit 625614f
Show file tree
Hide file tree
Showing 65 changed files with 11,493 additions and 6,395 deletions.
2 changes: 1 addition & 1 deletion default.build
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<property name="dir.bin" value="build" />
<property name="dir.sample" value="${path.base}\src\FluentMigrator.Example" />
<property name="path.dist" value="dist" />
<property name="build.platform" value="net-3.5" />
<property name="build.platform" value="net-4.0" />
<property name="build.config" value="release" />
<property name="major.version" value="1.0" />
<property name="complete.version" value="${major.version}.0.${build.number}" />
Expand Down
2 changes: 1 addition & 1 deletion src/SolutionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.5448
// Runtime Version:4.0.30319.17929
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
Expand Down
Binary file removed tools/nant/MSITaskErrors.mst
Binary file not shown.
Binary file removed tools/nant/MSITaskTemplate.msi
Binary file not shown.
Binary file removed tools/nant/MSMTaskErrors.mst
Binary file not shown.
Binary file removed tools/nant/MSMTaskTemplate.msm
Binary file not shown.
Binary file removed tools/nant/NAnt.CommentTasks.dll
Binary file not shown.
Binary file modified tools/nant/NAnt.CompressionTasks.dll
Binary file not shown.
214 changes: 165 additions & 49 deletions tools/nant/NAnt.CompressionTasks.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified tools/nant/NAnt.Contrib.Tasks.dll
Binary file not shown.
Loading

0 comments on commit 625614f

Please sign in to comment.