Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

  1. replace the old set of assemblies (let's say 1.13.6.2) with the new set of assemblies (let's say 1.13.13.2)
  2. overwrite all the old references for the new ones in each of the three subprojects
    • PhoneBook.Domain
    • PhoneBook.Sample
    • PhoneBook.Web
  3. overwrite all the old reference for the old ones in the Web.config file

Tools exist for these steps, of course:

  • newversion.cmd replaces assemblies by copying them from a source directory to a target directory
  • replacer.exe substitutes strings for other strings in files
Note
titleClose Visual Studio with the PhoneBook project

... thereby avoiding a mess (it should work with Visual Studio open, too,
but hitting the "Reload" again and again is BORING.

...