Assembly Versioning and Dll Versioning in Team City
问题 I want to have these Versions in a format like this.. {Major}.{Minor}.{Build}.{patch} how to set this in the assembly info patcher in team city? so that it will automatically increment the versions for each time it builds... i want some guidance and help in this...?!? 回答1: TeamCity can version assemblies for you with the AssemblyInfo Patcher build feature. To take advantage of this: Create a build parameter called %Major.Minor% . Set this manually to some value, e.g. 1.0 . On the General