Is there an easy way to get properties of开发者_运维技巧 a .NET assembly including its public key token and culture info using windows explorer on my windows 7 PC.
Currently I use Reflector to get this info, but surely there should be an easier way that I am not aware of.
I made a tool for just that purpose, you can get it at http://asgaard.homelinux.org/AssemblyInfo/ , the code is at http://asgaard.homelinux.org/svn/csharp/AssemblyInfo/ . There's nothing smart about the tool - you might need to compile it for .NET 4.0 if you want to check .NET 4.0 assemblies, or change it to x64 to check x64 assemblies though.
精彩评论