Tagged Questions
17
votes
2answers
2k views
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 the application) all their settings are reset the the defaults (or more accurately a new ...
8
votes
5answers
3k views
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/deserialization works fine, however if I were to change the ...
3
votes
2answers
257 views
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 on our network, something like this (the version number 1.0.0.0. is specified inside the ...
1
vote
1answer
47 views
AssemblyVersion(“1.0.*”) one hour behind on the Revision value?
I'm using the following syntax to place into my assembly version's Revision value half the number of seconds in the day which have passed at the moment of compilation:
[assembly: ...