I am unable to get asminfo to update the version in my
AssemblyInfo.cs file. It updates the VersionInfo.txt
file but never goes into the asminfo task (put echo's
in there to trace him). Here's my script. Any help?
<project name="getVersion" default="getVersion" >
<target name="getVersion">
<version path="VersionInfo.txt"
buildtype="noincrement" prefix="assembly."
revisiontype="automatic" />
<asminfo output="AssemblyInfo.cs"
language="CSharp">
<imports>
<import name="System.Reflection" />
</imports>
<attributes>
<attribute type="AssemblyVersionAttribute"
value="${assembly.version}" />
</attributes>
</asminfo>
</target>
</project>
__________________________________
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears
http://launch.yahoo.com/promos/britneyspears/
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users