Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: hakose/Polly

Tags

6.0.0-v6alpha.1+17

Toggle 6.0.0-v6alpha.1+17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request App-vNext#445 from reisenberger/v6StrongNamePackage

Create V6 strong-name package in pre-release branch

5.9.0+33-(Build-596)

Toggle 5.9.0+33-(Build-596)'s commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request App-vNext#435 from App-vNext/v590

Merge Polly v5.9.0 to master

5.8.0+8-(Build-554)

Toggle 5.8.0+8-(Build-554)'s commit message
Make DebuggerStepThrough attributes consistent

... and add missing intellisense

5.7.0+17-(Build-537)

Toggle 5.7.0+17-(Build-537)'s commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request App-vNext#394 from App-vNext/v570dev

Merge v5.7.0dev branch to master

5.6.1+4-(Build-513)

Toggle 5.6.1+4-(Build-513)'s commit message
Remove magic string from test collection specification

v5.6.0

Toggle v5.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge development branch for v5.6.0

5.5.0+5-(Build-444)

Toggle 5.5.0+5-(Build-444)'s commit message
(intellisense correction)

v5.4.0

Toggle v5.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Readme - add note for twitter notification (App-vNext#339)

v5.3.1

Toggle v5.3.1's commit message
Escape symbols in nuspec (App-vNext#291)

v5.3.0

Toggle v5.3.0's commit message
Add interface providing read-only access to a policy registry (App-vN…

…ext#283)

* Add interface providing read-only access to a policy registry

Adds an interface providing read-only access to a policy registry. Useful to prevent consumers changing policies in registry; for example to enforce separation of population of policy registry from usage.

* Add IReadOnlyPolicyRegistrySpecs