- 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.
Assembly Versioning
In order to create a new version of existing assembly...
Subscribe to:
Post Comments
(
Atom
)
0 comments :
Post a Comment