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,12 +6,12 @@ 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.miCASAWrapper.dll")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Novell, Inc")]
[assembly: AssemblyProduct("miCASA Identity Store Wrapper")]
[assembly: AssemblyCopyright("All Rights Reserved")]
[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.0.*")]
[assembly: AssemblyVersion("1.5.*")]
//
// In order to sign your assembly you must specify a key to use. Refer to the

View File

@@ -1,4 +1,5 @@
OBJS=\
AssemblyInfo\
miCasaException\
BasicCredential\
miCASA\

View File

@@ -1,4 +1,5 @@
SRC=\
AssemblyInfo.cs\
miCasaException.cs\
BasicCredential.cs\
miCASA.cs\