Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

spring-attic/spring-net-retry

spring-net-retry is no longer actively maintained by VMware, Inc.

Spring Retry for .NET

A .NET port of Spring Retry (https://github.com/SpringSource/spring-retry) that enables support for retry.

NuGet Packages

To use Spring Retry for .NET in your applications, you should use the NuGet Packages found at the NuGet Gallery:

  • An initial release has not yet been created. Check back here periodically for news of a release

Checking out and Building

To check out the project from GitHub and build from source using MSBuild, do the following from a command prompt:

git clone git://github.com/SpringSource/spring-net-retry.git
cd spring-net-retry
build

Supported .NET Framework Versions

Spring Retry for .NET supports .NET 4.0 and 4.5.

License

Spring Retry for .NET is released under the terms of the Apache Software License Version 2.0 (see license.txt).

Releases

No releases published

Packages

No packages published