Re: [Nant-users] Potential Patch

2004-12-15 Thread Ian MacLean
Christian Gross wrote: Is it possible in the file SysInfo.cs to add the source code: protected override void ExecuteTask() { ... Properties[ Prefix + "clr.version.major"] = Environment.Version.Major.ToString(); Properties[ Prefix + "clr.version.minor"] = Environment.Version.Minor.ToStrin

[Nant-users] Potential Patch

2004-12-15 Thread Christian Gross
Is it possible in the file SysInfo.cs to add the source code: protected override void ExecuteTask() { ... Properties[ Prefix + "clr.version.major"] = Environment.Version.Major.ToString(); Properties[ Prefix + "clr.version.minor"] = Environment.Version.Minor.ToString(); ... } The reas