Anyone ever see this error with the UpdateAssemblyVersion Task?

Invalid element <UpdateAssemblyVersion>. Unknown task or datatype.


Here is how I have it in the script.

    <UpdateAssemblyVersion File="${ProjectInfoCS}"
VersionAttribute="AssemblyInformationalVersion" Version="${FileVersion}"
if="${file::exists(ProjectInfoCS)}"/>
    <UpdateAssemblyVersion File="${ProjectInfoVB}"
VersionAttribute="AssemblyInformationalVersion" Version="${FileVersion}"
if="${file::exists(ProjectInfoVB)}"/>

    <UpdateAssemblyVersion File="${ProjectInfoCS}"
VersionAttribute="AssemblyFileVersion" Version="${FileVersion}"
if="${file::exists(ProjectInfoCS)}"/>
    <UpdateAssemblyVersion File="${ProjectInfoVB}"
VersionAttribute="AssemblyFileVersion" Version="${FileVersion}"
if="${file::exists(ProjectInfoVB)}"/>


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to