Skip to content

Commit 5a59201

Browse files
author
alex.meyergleaves
committed
Build script now writes the package name and version into the AssemblyDescription attibute. This allows the package information to be seen in Visual Studio avoiding confusion with the assembly version that remains at the major.
1 parent 29d49ab commit 5a59201

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Properties/AssemblyInfo.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
using System;
2-
using System.Reflection;
1+
using System.Reflection;
32
using System.Runtime.InteropServices;
43

54
[assembly: AssemblyTitle("Autofac.Extras.EnterpriseLibraryConfigurator")]
6-
[assembly: AssemblyDescription("Autofac support for Enterprise Library container configuration.")]
75
[assembly: ComVisible(false)]

0 commit comments

Comments
 (0)