I have a wcf contract that works with client v1.
Now I'm working on service v2, and i want to mark some of the fields as deprecated, So client v1 will see and use them, and client v2 will ignore them.
Are there any best practices for this issue? Are there any existing attributes in WCF that i should use?
thanks.