Share

NAntContrib

File Release Notes and Changelog

Release Name: 0.84-rc1

Notes:
        <h4>New Tasks</h4>
        <h5>&lt;vssdif&gt;</h5>
        <ul>
            <li>
                Shows all changes to a Visual SourceSafe project after a specified label.
            </li>
        </ul>
        <h4>Task changes</h4>
        <h5>&lt;msi&gt; and &lt;msm&gt;</h5>
        <ul>
            <li>For entries in the File table, the language will now be supplied.</li>
            <li>Nullable columns for a custom table are now properly supported.</li>
            <li>Added checkinterop attributes to the component and fileoverride elements.</li>
            <li>Support pure registry components.</li>
            <li>Improved error reporting.</li>
        </ul>
        <h5>&lt;slingshot&gt;</h5>
        <ul>
            <li>
                Fixed bug with regards to parameters.
            </li>
            <li>
                Added support for Visual Studio.NET 2003 solutions.
            </li>
        </ul>
        <h5>&lt;sql&gt;</h5>
        <ul>
            <li>
                Made task less chatty.
            </li>
        </ul>
        <h5>&lt;validatexml&gt;</h5>
        <ul>
            <li>
                Renamed schemas child element name from <code>&lt;schemaref&gt;</code> to <code>&lt;schema&gt;</code>.
            </li>
        </ul>
        <h5>&lt;version&gt;</h5>
        <ul>
            <li>Improved error reporting and documentation.</li>
        </ul>
        <h5>&lt;vssget&gt;</h5>
        <ul>
            <li>
                Added <code>removedeleted</code> attribute to support removal of local files that
                were deleted files from the Visual SourceSafe repository.
            </li>
            <li>
                Added <code>usemodtime</code> attribute to support setting the timestamp of local
                files to the modification time of these files in the Visual SourceSafe repository.
            </li>
            <li>
                Added unit tests.
            </li>
        </ul>
        <h4>Removed Tasks</h4>
        <h5>&lt;tlbimp&gt;</h5>
        <ul>
            <li>
                Task has been moved to <a href="http://nant.sourceforge.net/">NAnt</a>.</li>
        </ul>
        <h5>&lt;tlbexp&gt;</h5>
        <ul>
            <li>
                Task has been moved to <a href="http://nant.sourceforge.net/">NAnt</a>.</li>
        </ul>
        <h5>&lt;rc&gt;</h5>
        <ul>
            <li>
                Task has been moved to <a href="http://nant.sourceforge.net/">NAnt</a>.</li>
        </ul>
        <h5>&lt;midl&gt;</h5>
        <ul>
            <li>
                Task has been moved to <a href="http://nant.sourceforge.net/">NAnt</a>.</li>
        </ul>
        <h5>&lt;mailex&gt;</h5>
        <ul>
            <li>
                All functionality has been merged into the <a href="http://nant.sourceforge.net/">NAnt</a>
                <code>&lt;mail&gt;</code> task.
            </li>
        </ul>
        <h5>&lt;asminfo&gt;</h5>
        <ul>
            <li>
                Task has been moved to <a href="http://nant.sourceforge.net/">NAnt</a>.</li>
        </ul>
        <h5>&lt;taskdef&gt;</h5>
        <ul>
            <li>
                Task has been moved to <a href="http://nant.sourceforge.net/">NAnt</a>.</li>
        </ul>


Changes: