Why version your assemblies?Having version information on your assemblies that are deployed with your application can be useful for determining what code was actually used to create a compiled asset. Unfortunately the default versioning msbuild provides during a compilation is not extremely useful. You can enable auto-increment on the version numbers, but unless you track … Continue reading Assembly Versioning with Team City and Git