Tag: assembly versioning

  • .tt files to maintain assembly version in sync

    Let’s suppose you have a medium-big application and you have several dll-assemblies-component that the main application references( DAL,BLL). You have several deployments of the application at clients and,when a client,you must find each version of each assembly deployed. I have developed a simple .tt file to  ensure that every component that you compile have the…