Changeset 2209 for trunk/eraser/Eraser.Manager/Plugins.cs
- Timestamp:
- 6/19/2010 10:47:54 AM (2 years ago)
- File:
-
- 1 edited
-
trunk/eraser/Eraser.Manager/Plugins.cs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser/Eraser.Manager/Plugins.cs
r2056 r2209 31 31 using System.Security.Cryptography; 32 32 using System.Security.Cryptography.X509Certificates; 33 33 34 using Eraser.Util; 35 using Eraser.Util.ExtensionMethods; 34 36 35 37 namespace Eraser.Manager.Plugin … … 438 440 439 441 AssemblyInfo info = new AssemblyInfo(); 440 info.Version = assembly.Get Name().Version;442 info.Version = assembly.GetFileVersion(); 441 443 IList<CustomAttributeData> attributes = CustomAttributeData.GetCustomAttributes(assembly); 442 444 foreach (CustomAttributeData attr in attributes)
Note: See TracChangeset
for help on using the changeset viewer.
