Add AssemblyInfo files to all .Net assemblies, with version 1.5

This commit is contained in:
Jim Norman
2005-12-06 21:35:24 +00:00
parent 3cde28cadb
commit 4bc69df40c
32 changed files with 398 additions and 14 deletions

View File

@@ -6,11 +6,11 @@ using System.Runtime.CompilerServices;
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
//
[assembly: AssemblyTitle("")]
[assembly: AssemblyTitle("Novell.CASA.Common.dll")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("")]
[assembly: AssemblyCompany("Novell, Inc")]
[assembly: AssemblyProduct("CASA")]
[assembly: AssemblyCopyright("")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@@ -26,7 +26,7 @@ using System.Runtime.CompilerServices;
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.5.146.0")]
[assembly: AssemblyVersion("1.5.*")]
//
// In order to sign your assembly you must specify a key to use. Refer to the