Top "Assemblyversions" questions

Best practices/guidance for maintaining assembly version numbers

I'm looking for pointers, suggestions, and even dictation on how to manage the three different assembly version numbers for a .…

.net version-control versioning .net-assembly assemblyversions
How do you keep user.config settings across different assembly versions in .net?

Basically the problem is that each time the assembly version changes (i.e. the user installs a new version of …

.net settings assemblyversions
Binary Deserialization with different assembly version

I have a project which uses BinaryFormatter to serialize a collection of structs with string and bool? datatypes. The serialization/…

.net serialization binaryformatter assemblyversions
How to get version number in post-build event

I want to use post-build event to automatically create a nuget package and then copy it to a shared folder …

.net visual-studio-2010 .net-4.0 post-build-event assemblyversions