hi i am working .net 2005.

i would like to create one assembly and have to install it in GAC.

for example this is a small function:


public class Class1
{
public int add(int value1, int value2)
{
return value1 + value2;
}
}
if i compile this i will get dll.then i dont know the further steps to create keypair and versioning and install it in to GAC.
please note down am working in .nt2005.
please show me some god links which have ellobrate procedures please