Assembly Versioning

In order to create a new version of existing assembly...

  • In AssemblyInfo.cs of existing assembly change [assembly: AssemblyVersion("1.0.0.0")] to [assembly: AssemblyVersion("2.0.0.0")]
  • Rebuild the class library and publish again using gacutil.
  • Recompile the application , it now uses Version 2.0
  • Verify at C:\Windows\assembly , two entries for the class library exists.

0 comments :

Post a Comment

> Related Posts with Thumbnails
 

Copyright © 2012. GS dot net - All Rights Reserved - Design by BTDesigner - Proudly powered by Blogger