[NAnt-users] Re: CSC task not including version info
Okay, I was in need of some sleep. This is because I had the type set to module not library. :) __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
[NAnt-users] CSC task not including version info
I am building a module using the csc task. It pulls in a local AssemblyInfo.cs and a CommonAssemblyInfo.cs file. The Common file contains version info written out by asminfo task. I am compiling using -t:net-2.0 which I updated to use the v2.0.50727 framework. The build seems to work fine bu