J
Josh
is it possible to put a version/build number into the main dll for a web
site?
site?
Josh said:is it possible to put a version/build number into the main dll for a web
site?
Phill. W said:Specify an AssemblyVersion attribute in the AssemblyInfo.?? file, as in
<Assembly: AssemblyVersion("1.0.0.0")>
I don't know of any way to automate the inclusion of build numbers, but
I wouldn't be surprised if there's one out there somewhere
HTH,
Phill W.