update of local deps cache

This commit is contained in:
master
2025-11-21 06:52:58 +00:00
parent 79b8e53441
commit ca35db9ef4
786 changed files with 1749002 additions and 1740601 deletions

View File

@@ -1,26 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Polly</id>
<version>7.1.0</version>
<authors>Michael Wolfenden, App vNext</authors>
<owners>Michael Wolfenden, App vNext</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">BSD-3-Clause</license>
<licenseUrl>https://licenses.nuget.org/BSD-3-Clause</licenseUrl>
<projectUrl>https://github.com/App-vNext/Polly</projectUrl>
<iconUrl>https://raw.github.com/App-vNext/Polly/master/Polly.png</iconUrl>
<description>Polly is a library that allows developers to express resilience and transient fault handling policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner.</description>
<releaseNotes>See https://github.com/App-vNext/Polly/blob/master/CHANGELOG.md for details</releaseNotes>
<copyright>Copyright (c) 2019, App vNext</copyright>
<tags>Exception Handling Resilience Transient Fault Policy Circuit Breaker CircuitBreaker Retry Wait Cache Cache-aside Bulkhead Fallback Timeout Throttle Parallelization</tags>
<repository type="git" url="https://github.com/App-vNext/Polly.git" commit="521728bc19d8390a9dd043d77b13096d3b49326e" />
<dependencies>
<group targetFramework=".NETStandard1.1">
<dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" />
<dependency id="System.ValueTuple" version="4.5.0" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETStandard2.0" />
</dependencies>
</metadata>
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Polly</id>
<version>7.1.0</version>
<authors>Michael Wolfenden, App vNext</authors>
<owners>Michael Wolfenden, App vNext</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">BSD-3-Clause</license>
<licenseUrl>https://licenses.nuget.org/BSD-3-Clause</licenseUrl>
<projectUrl>https://github.com/App-vNext/Polly</projectUrl>
<iconUrl>https://raw.github.com/App-vNext/Polly/master/Polly.png</iconUrl>
<description>Polly is a library that allows developers to express resilience and transient fault handling policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner.</description>
<releaseNotes>See https://github.com/App-vNext/Polly/blob/master/CHANGELOG.md for details</releaseNotes>
<copyright>Copyright (c) 2019, App vNext</copyright>
<tags>Exception Handling Resilience Transient Fault Policy Circuit Breaker CircuitBreaker Retry Wait Cache Cache-aside Bulkhead Fallback Timeout Throttle Parallelization</tags>
<repository type="git" url="https://github.com/App-vNext/Polly.git" commit="521728bc19d8390a9dd043d77b13096d3b49326e" />
<dependencies>
<group targetFramework=".NETStandard1.1">
<dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" />
<dependency id="System.ValueTuple" version="4.5.0" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETStandard2.0" />
</dependencies>
</metadata>
</package>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,29 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Polly</id>
<version>7.2.4</version>
<authors>Michael Wolfenden, App vNext</authors>
<license type="expression">BSD-3-Clause</license>
<licenseUrl>https://licenses.nuget.org/BSD-3-Clause</licenseUrl>
<icon>package-icon.png</icon>
<readme>README.md</readme>
<projectUrl>https://github.com/App-vNext/Polly</projectUrl>
<description>Polly is a library that allows developers to express resilience and transient fault handling policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner.</description>
<releaseNotes>See https://github.com/App-vNext/Polly/blob/main/CHANGELOG.md for details</releaseNotes>
<copyright>Copyright (c) 2023, App vNext</copyright>
<tags>Exception Handling Resilience Transient Fault Policy Circuit Breaker CircuitBreaker Retry Wait Cache Cache-aside Bulkhead Rate-limit Fallback Timeout Throttle Parallelization</tags>
<repository type="git" url="https://github.com/App-vNext/Polly" commit="b1a5a17de8ef5d0bc86e5a4502ad30891e674379" />
<dependencies>
<group targetFramework=".NETFramework4.6.1">
<dependency id="System.ValueTuple" version="4.5.0" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETFramework4.7.2" />
<group targetFramework=".NETStandard1.1">
<dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" />
<dependency id="System.ValueTuple" version="4.5.0" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETStandard2.0" />
</dependencies>
</metadata>
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Polly</id>
<version>7.2.4</version>
<authors>Michael Wolfenden, App vNext</authors>
<license type="expression">BSD-3-Clause</license>
<licenseUrl>https://licenses.nuget.org/BSD-3-Clause</licenseUrl>
<icon>package-icon.png</icon>
<readme>README.md</readme>
<projectUrl>https://github.com/App-vNext/Polly</projectUrl>
<description>Polly is a library that allows developers to express resilience and transient fault handling policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner.</description>
<releaseNotes>See https://github.com/App-vNext/Polly/blob/main/CHANGELOG.md for details</releaseNotes>
<copyright>Copyright (c) 2023, App vNext</copyright>
<tags>Exception Handling Resilience Transient Fault Policy Circuit Breaker CircuitBreaker Retry Wait Cache Cache-aside Bulkhead Rate-limit Fallback Timeout Throttle Parallelization</tags>
<repository type="git" url="https://github.com/App-vNext/Polly" commit="b1a5a17de8ef5d0bc86e5a4502ad30891e674379" />
<dependencies>
<group targetFramework=".NETFramework4.6.1">
<dependency id="System.ValueTuple" version="4.5.0" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETFramework4.7.2" />
<group targetFramework=".NETStandard1.1">
<dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" />
<dependency id="System.ValueTuple" version="4.5.0" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETStandard2.0" />
</dependencies>
</metadata>
</package>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff