Skip to content

taohonggou/spring-net-retry

 
 

Repository files navigation

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).

About

Spring.Retry for .NET

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 97.9%
  • HTML 2.1%