Desktop Developer column
"Implement Versioning in .NET"
by Bill Wagner
Visual Studio Magazine
March 2002

These samples demonstrate how to create and use versioned components 
in your applications.

There are three projects in this zip file:

publicversions.zip:  Demonstrates how to add the MetaData information 
to create a public component.  Note:  You will need to generate your 
own key on your own machine for this project to work correctly.  To
generate your own key type:

sn -k sample.key

VBVersionTest:  A private component, to show how private components
fit into the version scheme.

VPPrintVersion.zip:  A test program that prints the versions of both
the private and public components.

