RE: [Nant-users] Obtain project.version property

2003-03-27 Thread Larry Andersen
My understanding is that there is no built in way to do this, however, the following script will help

[Nant-users] Obtain project.version property

Is there a fairly simple way to get a project's version? Example, I want to get the value of the project.version property in the NAnt.build file. This is the code that I have currently, but it doesn't recognize project.version as an object.