Skip to content

Commit

Permalink
Bump Polly from 8.2.0 to 8.3.1 in /Source (#196)
Browse files Browse the repository at this point in the history
Bumps [Polly](https://github.com/App-vNext/Polly) from 8.2.0 to 8.3.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/App-vNext/Polly/releases">Polly's
releases</a>.</em></p>
<blockquote>
<h2>8.3.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Add example for chaos engineering by <a
href="https://github.com/martintmk"><code>@​martintmk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1956">App-vNext/Polly#1956</a></li>
<li>Fix CA1806 by <a
href="https://github.com/gintsk"><code>@​gintsk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1963">App-vNext/Polly#1963</a></li>
<li>Fix SA1129 by <a
href="https://github.com/gintsk"><code>@​gintsk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1964">App-vNext/Polly#1964</a></li>
<li>Fix S3717 by <a
href="https://github.com/gintsk"><code>@​gintsk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1965">App-vNext/Polly#1965</a></li>
<li>Add link to chaos engineering blog post by <a
href="https://github.com/martintmk"><code>@​martintmk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1966">App-vNext/Polly#1966</a></li>
<li>Fix SA1501/IDE0055 by <a
href="https://github.com/baranyaimate"><code>@​baranyaimate</code></a>
in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1957">App-vNext/Polly#1957</a></li>
<li>[Docs] Add cheat sheet for fault chaos by <a
href="https://github.com/peter-csala"><code>@​peter-csala</code></a> in
<a
href="https://redirect.github.com/App-vNext/Polly/pull/1972">App-vNext/Polly#1972</a></li>
<li>Improve unit test coverage in <code>Polly.Specs</code> by <a
href="https://github.com/gintsk"><code>@​gintsk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1974">App-vNext/Polly#1974</a></li>
<li>[Docs] Fix antipattern sample code by <a
href="https://github.com/peter-csala"><code>@​peter-csala</code></a> in
<a
href="https://redirect.github.com/App-vNext/Polly/pull/1976">App-vNext/Polly#1976</a></li>
<li>[Docs] Improve diagrams for hedging cancellation by <a
href="https://github.com/martintmk"><code>@​martintmk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1975">App-vNext/Polly#1975</a></li>
<li>Add short description to each package by <a
href="https://github.com/martintmk"><code>@​martintmk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1977">App-vNext/Polly#1977</a></li>
<li>Update NuGet tools by <a
href="https://github.com/martincostello"><code>@​martincostello</code></a>
in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1992">App-vNext/Polly#1992</a></li>
<li>Move simmy from unshipped to shipped by <a
href="https://github.com/peter-csala"><code>@​peter-csala</code></a> in
<a
href="https://redirect.github.com/App-vNext/Polly/pull/1993">App-vNext/Polly#1993</a></li>
<li>Fix issue <a
href="https://redirect.github.com/App-vNext/Polly/issues/1979">#1979</a>:
an unhandled exception in half open state must transition to closed and
not prevent leaving half open state forever by <a
href="https://github.com/DominicUllmann"><code>@​DominicUllmann</code></a>
in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1991">App-vNext/Polly#1991</a></li>
<li>Update samples to .NET 8 by <a
href="https://github.com/martincostello"><code>@​martincostello</code></a>
in <a
href="https://redirect.github.com/App-vNext/Polly/pull/2004">App-vNext/Polly#2004</a></li>
<li>[Docs] Fix calculation of exponential delay in flow chart by <a
href="https://github.com/janher"><code>@​janher</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/2005">App-vNext/Polly#2005</a></li>
<li>Use collection expressions in Cake script by <a
href="https://github.com/martincostello"><code>@​martincostello</code></a>
in <a
href="https://redirect.github.com/App-vNext/Polly/pull/2006">App-vNext/Polly#2006</a></li>
<li>Xml comments cleanup and improvement by <a
href="https://github.com/gintsk"><code>@​gintsk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/2007">App-vNext/Polly#2007</a></li>
<li>Xml documentation cleanup by <a
href="https://github.com/gintsk"><code>@​gintsk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/2008">App-vNext/Polly#2008</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/DominicUllmann"><code>@​DominicUllmann</code></a>
made their first contribution in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1991">App-vNext/Polly#1991</a></li>
<li><a href="https://github.com/janher"><code>@​janher</code></a> made
their first contribution in <a
href="https://redirect.github.com/App-vNext/Polly/pull/2005">App-vNext/Polly#2005</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/App-vNext/Polly/compare/8.3.0...8.3.1">https://github.com/App-vNext/Polly/compare/8.3.0...8.3.1</a></p>
<h2>8.3.0</h2>
<h2>What's Changed</h2>
<p>This release makes <a
href="https://github.com/Polly-Contrib/Simmy">Simmy</a> <em>chaos
engineering</em> strategies part of the <a
href="https://www.nuget.org/packages/Polly.Core">Polly.Core</a> package.
🐵🚀</p>
<p><img
src="https://github.com/App-vNext/Polly/assets/1439341/1a93cdcd-e158-46fe-ab84-c130961c7f87"
alt="image" /></p>
<ul>
<li>Update CHANGELOG for 8.2.1 by <a
href="https://github.com/martincostello"><code>@​martincostello</code></a>
in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1882">App-vNext/Polly#1882</a></li>
<li>[Feature] Add support for keyed services by <a
href="https://github.com/martintmk"><code>@​martintmk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1881">App-vNext/Polly#1881</a></li>
<li>Run benchmarks on .NET 8 by <a
href="https://github.com/martintmk"><code>@​martintmk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1887">App-vNext/Polly#1887</a></li>
<li>Decrease the minimum allowed timeout by <a
href="https://github.com/martintmk"><code>@​martintmk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1888">App-vNext/Polly#1888</a></li>
<li>Fix typo by <a
href="https://github.com/martincostello"><code>@​martincostello</code></a>
in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1897">App-vNext/Polly#1897</a></li>
<li>BreakDurationGeneratorArguments now includes half-open attempts by
<a href="https://github.com/martintmk"><code>@​martintmk</code></a> in
<a
href="https://redirect.github.com/App-vNext/Polly/pull/1898">App-vNext/Polly#1898</a></li>
<li>Do not encourage returning the same instance from chaos strategies
by <a href="https://github.com/martintmk"><code>@​martintmk</code></a>
in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1899">App-vNext/Polly#1899</a></li>
<li>Do not encourage re-throwing the same exception instance by <a
href="https://github.com/martintmk"><code>@​martintmk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1900">App-vNext/Polly#1900</a></li>
<li>Simmy docs by <a
href="https://github.com/vany0114"><code>@​vany0114</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1883">App-vNext/Polly#1883</a></li>
<li>[Docs] Add banner to chaos docs by <a
href="https://github.com/peter-csala"><code>@​peter-csala</code></a> in
<a
href="https://redirect.github.com/App-vNext/Polly/pull/1910">App-vNext/Polly#1910</a></li>
<li>Introduce <code>FaultGenerator</code> and
<code>OutcomeGenerator&lt;T&gt;</code> by <a
href="https://github.com/martintmk"><code>@​martintmk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1911">App-vNext/Polly#1911</a></li>
<li>Use new chaos APIs to simplify the usage examples by <a
href="https://github.com/martintmk"><code>@​martintmk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1912">App-vNext/Polly#1912</a></li>
<li>Simmy API review Part 1 by <a
href="https://github.com/peter-csala"><code>@​peter-csala</code></a> in
<a
href="https://redirect.github.com/App-vNext/Polly/pull/1909">App-vNext/Polly#1909</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/App-vNext/Polly/blob/main/CHANGELOG.md">Polly's
changelog</a>.</em></p>
<blockquote>
<h2>8.3.1</h2>
<ul>
<li>Add example for chaos engineering by <a
href="https://github.com/martintmk"><code>@​martintmk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1956">App-vNext/Polly#1956</a></li>
<li>Fix CA1806 by <a
href="https://github.com/gintsk"><code>@​gintsk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1963">App-vNext/Polly#1963</a></li>
<li>Fix SA1129 by <a
href="https://github.com/gintsk"><code>@​gintsk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1964">App-vNext/Polly#1964</a></li>
<li>Fix S3717 by <a
href="https://github.com/gintsk"><code>@​gintsk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1965">App-vNext/Polly#1965</a></li>
<li>Add link to chaos engineering blog post by <a
href="https://github.com/martintmk"><code>@​martintmk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1966">App-vNext/Polly#1966</a></li>
<li>Fix SA1501/IDE0055 by <a
href="https://github.com/baranyaimate"><code>@​baranyaimate</code></a>
in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1957">App-vNext/Polly#1957</a></li>
<li>[Docs] Add cheat sheet for fault chaos by <a
href="https://github.com/peter-csala"><code>@​peter-csala</code></a> in
<a
href="https://redirect.github.com/App-vNext/Polly/pull/1972">App-vNext/Polly#1972</a></li>
<li>Improve unit test coverage in <code>Polly.Specs</code> by <a
href="https://github.com/gintsk"><code>@​gintsk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1974">App-vNext/Polly#1974</a></li>
<li>[Docs] Fix antipattern sample code by <a
href="https://github.com/peter-csala"><code>@​peter-csala</code></a> in
<a
href="https://redirect.github.com/App-vNext/Polly/pull/1976">App-vNext/Polly#1976</a></li>
<li>[Docs] Improve diagrams for hedging cancellation by <a
href="https://github.com/martintmk"><code>@​martintmk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1975">App-vNext/Polly#1975</a></li>
<li>Add short description to each package by <a
href="https://github.com/martintmk"><code>@​martintmk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1977">App-vNext/Polly#1977</a></li>
<li>Update NuGet tools by <a
href="https://github.com/martincostello"><code>@​martincostello</code></a>
in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1992">App-vNext/Polly#1992</a></li>
<li>Move simmy from unshipped to shipped by <a
href="https://github.com/peter-csala"><code>@​peter-csala</code></a> in
<a
href="https://redirect.github.com/App-vNext/Polly/pull/1993">App-vNext/Polly#1993</a></li>
<li>Fix issue <a
href="https://redirect.github.com/App-vNext/Polly/issues/1979">#1979</a>:
an unhandled exception in half open state must transition to closed and
not prevent leaving half open state forever by <a
href="https://github.com/DominicUllmann"><code>@​DominicUllmann</code></a>
in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1991">App-vNext/Polly#1991</a></li>
<li>Update samples to .NET 8 by <a
href="https://github.com/martincostello"><code>@​martincostello</code></a>
in <a
href="https://redirect.github.com/App-vNext/Polly/pull/2004">App-vNext/Polly#2004</a></li>
<li>[Docs] Fix calculation of exponential delay in flow chart by <a
href="https://github.com/janher"><code>@​janher</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/2005">App-vNext/Polly#2005</a></li>
<li>Use collection expressions in Cake script by <a
href="https://github.com/martincostello"><code>@​martincostello</code></a>
in <a
href="https://redirect.github.com/App-vNext/Polly/pull/2006">App-vNext/Polly#2006</a></li>
<li>Xml comments cleanup and improvement by <a
href="https://github.com/gintsk"><code>@​gintsk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/2007">App-vNext/Polly#2007</a></li>
<li>Xml documentation cleanup by <a
href="https://github.com/gintsk"><code>@​gintsk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/2008">App-vNext/Polly#2008</a></li>
</ul>
<h2>8.3.0</h2>
<ul>
<li>Update CHANGELOG for 8.2.1 by <a
href="https://github.com/martincostello"><code>@​martincostello</code></a>
in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1882">App-vNext/Polly#1882</a></li>
<li>Add support for keyed services by <a
href="https://github.com/martintmk"><code>@​martintmk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1881">App-vNext/Polly#1881</a></li>
<li>Run benchmarks on .NET 8 by <a
href="https://github.com/martintmk"><code>@​martintmk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1887">App-vNext/Polly#1887</a></li>
<li>Decrease the minimum allowed timeout by <a
href="https://github.com/martintmk"><code>@​martintmk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1888">App-vNext/Polly#1888</a></li>
<li>Fix typo by <a
href="https://github.com/martincostello"><code>@​martincostello</code></a>
in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1897">App-vNext/Polly#1897</a></li>
<li>BreakDurationGeneratorArguments now includes half-open attempts by
<a href="https://github.com/martintmk"><code>@​martintmk</code></a> in
<a
href="https://redirect.github.com/App-vNext/Polly/pull/1898">App-vNext/Polly#1898</a></li>
<li>Do not encourage returning the same instance from chaos strategies
by <a href="https://github.com/martintmk"><code>@​martintmk</code></a>
in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1899">App-vNext/Polly#1899</a></li>
<li>Do not encourage re-throwing the same exception instance by <a
href="https://github.com/martintmk"><code>@​martintmk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1900">App-vNext/Polly#1900</a></li>
<li>Simmy docs by <a
href="https://github.com/vany0114"><code>@​vany0114</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1883">App-vNext/Polly#1883</a></li>
<li>Add banner to chaos docs by <a
href="https://github.com/peter-csala"><code>@​peter-csala</code></a> in
<a
href="https://redirect.github.com/App-vNext/Polly/pull/1910">App-vNext/Polly#1910</a></li>
<li>Introduce <code>FaultGenerator</code> and
<code>OutcomeGenerator&lt;T&gt;</code> by <a
href="https://github.com/martintmk"><code>@​martintmk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1911">App-vNext/Polly#1911</a></li>
<li>Use new chaos APIs to simplify the usage examples by <a
href="https://github.com/martintmk"><code>@​martintmk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1912">App-vNext/Polly#1912</a></li>
<li>Simmy API review Part 1 by <a
href="https://github.com/peter-csala"><code>@​peter-csala</code></a> in
<a
href="https://redirect.github.com/App-vNext/Polly/pull/1909">App-vNext/Polly#1909</a></li>
<li>Simmy API review Part 2 - Prefer Chaos over Monkey by <a
href="https://github.com/peter-csala"><code>@​peter-csala</code></a> in
<a
href="https://redirect.github.com/App-vNext/Polly/pull/1913">App-vNext/Polly#1913</a></li>
<li>Update docs and cleanup some chaos API by <a
href="https://github.com/martintmk"><code>@​martintmk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1914">App-vNext/Polly#1914</a></li>
<li>Simmy API review Part 4 - Rename BehaviorAction to BehaviorGenerator
by <a
href="https://github.com/peter-csala"><code>@​peter-csala</code></a> in
<a
href="https://redirect.github.com/App-vNext/Polly/pull/1917">App-vNext/Polly#1917</a></li>
<li>Simmy API review Part 3 - Set enabled to true by default by <a
href="https://github.com/peter-csala"><code>@​peter-csala</code></a> in
<a
href="https://redirect.github.com/App-vNext/Polly/pull/1916">App-vNext/Polly#1916</a></li>
<li>Add clarification about property precedence by <a
href="https://github.com/peter-csala"><code>@​peter-csala</code></a> in
<a
href="https://redirect.github.com/App-vNext/Polly/pull/1918">App-vNext/Polly#1918</a></li>
<li>Replace textual descriptions of next delay calculation with diagrams
by <a
href="https://github.com/peter-csala"><code>@​peter-csala</code></a> in
<a
href="https://redirect.github.com/App-vNext/Polly/pull/1922">App-vNext/Polly#1922</a></li>
<li>Apply chaos selectively by <a
href="https://github.com/martintmk"><code>@​martintmk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1923">App-vNext/Polly#1923</a></li>
<li>Got rid of IDE0044 warnings by <a
href="https://github.com/baranyaimate"><code>@​baranyaimate</code></a>
in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1928">App-vNext/Polly#1928</a></li>
<li>Integrating chaos pipeline by <a
href="https://github.com/martintmk"><code>@​martintmk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1927">App-vNext/Polly#1927</a></li>
<li>Got rid of IDE0066, IDE0250, IDE0063 warnings by <a
href="https://github.com/baranyaimate"><code>@​baranyaimate</code></a>
in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1930">App-vNext/Polly#1930</a></li>
<li>Fix PipelineNameComparer example in documentation by <a
href="https://github.com/jwagon"><code>@​jwagon</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1931">App-vNext/Polly#1931</a></li>
<li>Chaos API review pass by <a
href="https://github.com/martintmk"><code>@​martintmk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1934">App-vNext/Polly#1934</a></li>
<li>Fix S6608/IDE1006/SA1414/CA1508 warnings in Polly.Specs project by
<a
href="https://github.com/baranyaimate"><code>@​baranyaimate</code></a>
in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1935">App-vNext/Polly#1935</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/App-vNext/Polly/commit/010a8cfb1aee55ab12a4334c5301c53eb234ca47"><code>010a8cf</code></a>
Update CHANGELOG</li>
<li><a
href="https://github.com/App-vNext/Polly/commit/613279e8f48c61c43939f71509efcf97b213b10d"><code>613279e</code></a>
XML documentation cleanup (<a
href="https://redirect.github.com/App-vNext/Polly/issues/2008">#2008</a>)</li>
<li><a
href="https://github.com/App-vNext/Polly/commit/8a1f2761d04f9d71dba059ab25374f3d791f60f6"><code>8a1f276</code></a>
Cleanup XML comments (<a
href="https://redirect.github.com/App-vNext/Polly/issues/2007">#2007</a>)</li>
<li><a
href="https://github.com/App-vNext/Polly/commit/1dba402d0d6c96a92794ac02be3d9d5ba320e685"><code>1dba402</code></a>
Use collection expressions</li>
<li><a
href="https://github.com/App-vNext/Polly/commit/8c2041d183dc510c194a21f9aea90ca6af1b7a05"><code>8c2041d</code></a>
Fix calculation of exponential delay in flow chart (<a
href="https://redirect.github.com/App-vNext/Polly/issues/2005">#2005</a>)</li>
<li><a
href="https://github.com/App-vNext/Polly/commit/44668fb2715d521f7d9564f964def70f942cb75b"><code>44668fb</code></a>
Update samples to .NET 8 (<a
href="https://redirect.github.com/App-vNext/Polly/issues/2004">#2004</a>)</li>
<li><a
href="https://github.com/App-vNext/Polly/commit/3336d1c1edd53d49414553c4f85dfd7ca34fe267"><code>3336d1c</code></a>
Bump codecov/codecov-action from 4.0.1 to 4.1.0 (<a
href="https://redirect.github.com/App-vNext/Polly/issues/1999">#1999</a>)</li>
<li><a
href="https://github.com/App-vNext/Polly/commit/769b0661d74acb38a84651fcbef4df251b49f497"><code>769b066</code></a>
Bump github/codeql-action from 3.24.4 to 3.24.6 (<a
href="https://redirect.github.com/App-vNext/Polly/issues/2001">#2001</a>)</li>
<li><a
href="https://github.com/App-vNext/Polly/commit/687cfad0f15a8d44b4b6ce69c840925a8a4398af"><code>687cfad</code></a>
Bump actions/download-artifact from 4.1.2 to 4.1.3 (<a
href="https://redirect.github.com/App-vNext/Polly/issues/2000">#2000</a>)</li>
<li><a
href="https://github.com/App-vNext/Polly/commit/61a767e9028d96b2eb0292cbb1ba3ec45e7b6167"><code>61a767e</code></a>
Update NuGet packages</li>
<li>Additional commits viewable in <a
href="https://github.com/App-vNext/Polly/compare/8.2.0...8.3.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Polly&package-manager=nuget&previous-version=8.2.0&new-version=8.3.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 6, 2024
1 parent 164a9a8 commit 807c1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/FaceOff/FaceOff.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageReference Include="Xam.Plugin.Media" Version="6.0.2" />
<PackageReference Include="Microsoft.Azure.CognitiveServices.Vision.Face" Version="2.8.0-preview.3" />
<PackageReference Include="AsyncAwaitBestPractices.MVVM" Version="7.0.0" />
<PackageReference Include="Polly" Version="8.2.0" />
<PackageReference Include="Polly" Version="8.3.1" />
<PackageReference Include="Xamarin.CommunityToolkit.Markup" Version="2.0.6" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 807c1d5

Please sign in to comment.