Add AssemblyInfo files to all .Net assemblies, with version 1.5
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
OBJS=\
|
||||
AssemblyInfo\
|
||||
miCasaException\
|
||||
BasicCredential\
|
||||
miCASA\
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
SRC=\
|
||||
AssemblyInfo.cs\
|
||||
miCasaException.cs\
|
||||
BasicCredential.cs\
|
||||
miCASA.cs\
|
||||
|
||||
Reference in New Issue
Block a user