We're using a library that needs to have a value updated in the web.config with every build. Is there a way to do this natively?
We're using a library that has a custom config section in the web.config
The version attribute needs to be updated with every build. Increment or even DateTime.Now equivalent would work.
<clientDependency version="6">
...
</clientDependency>