How to automatically generate many publisher policies ?

S

Seb LM

Hello,

I'd like to define a publisher policy which covers many versions of
assembly from which the "major.minor version" are different but it's not
possible to make a such publisher policy.
So it's necessary to create a publisher policy for each new "major.minor
version", which can take a long time to make manually.
Do there exist tools to generate publisher policy for many "major.minor
versions" from a simple and compact configuration file ?

Thank you for your assistance,

-- Seb LM
 
D

David Levine

For an application configuration file you should be able to specify a range
of versions all redirected to the same assembly. An xml snippet...

<bindingRedirect oldVersion="0.0.0.0-1.2.3.4" newVersion="1.2.3.4"/>

will redirect all binds up through version 1.2.3.4 to the same assembly
version 1.2.3.4

I believe a publisher policy file allows the same syntax.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top