If you use Powershell you can grep a list of files: Get-Item?

and then use this logic to get the version

 [Reflection.AssemblyName]::GetAssemblyName('full path to the
assembly').Version

You shoul dbe able to grok something up quite quickly?


(from
http://oncoding.blogspot.co.nz/2012/04/net-assembly-version-numbers.html)


On 13 March 2013 16:39, <[email protected]> wrote:

> It would be great if their existed a find file tool that allows you to
> find a dotnet dll with a particular version no?****
>
> ** **
>
> I have many projects using the same dll reference but sometimes the
> versions differ, hence, having issues deploying.****
>
> ** **
>
> ** **
>
> Anthony****
>
> ** **
>



-- 
regards,
Preet, Overlooking the Ocean, Auckland

Reply via email to