Peasy 1.0.0.7
See the version list below for details.
dotnet add package Peasy --version 1.0.0.7
NuGet\Install-Package Peasy -Version 1.0.0.7
<PackageReference Include="Peasy" Version="1.0.0.7" />
paket add Peasy --version 1.0.0.7
#r "nuget: Peasy, 1.0.0.7"
// Install Peasy as a Cake Addin #addin nuget:?package=Peasy&version=1.0.0.7 // Install Peasy as a Cake Tool #tool nuget:?package=Peasy&version=1.0.0.7
Peasy is a middle tier framework that offers an easy to use and flexible rules engine and was designed to address common challenges such as threading, concurrency, scalability, fault tolerance, async and multiple client support, all without the huge learning curve!
Learn more about Target Frameworks and .NET Standard.
-
- Peasy.Core (>= 1.0.0.4)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Peasy:
Package | Downloads |
---|---|
Peasy.DataProxy.InMemory
Provides base class functionality that serves as a thread-safe in-memory data store implementation. Use this to create fake data proxies for state-based unit testing or to quickly develop peasy service classes. |
|
Peasy.DataProxy.Http
Provides base class functionality that serves as an HTTP data proxy implementation. Use this to quickly create peasy data proxies that communicate with HTTP services via GET, POST, PUT, and DELETE invocations. |
|
DynamicStore.Providers.Peasy
Compatibility library designed to allow using DynamicStore as backing storage for Peasy.NET projects |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
5.1.1 | 3,285 | 9/24/2022 |
5.1.0 | 570 | 11/14/2021 |
5.0.2 | 463 | 8/12/2021 |
5.0.1 | 12,039 | 3/26/2021 |
5.0.0 | 2,425 | 2/1/2021 |
4.2.0 | 16,916 | 5/17/2019 |
4.1.0 | 6,425 | 10/16/2018 |
4.0.0 | 1,446 | 10/4/2018 |
3.0.5 | 2,775 | 5/27/2018 |
3.0.4 | 1,574 | 4/8/2018 |
3.0.3 | 1,665 | 2/28/2018 |
3.0.2 | 1,592 | 2/17/2018 |
3.0.1 | 1,328 | 1/29/2018 |
2.0.2 | 2,534 | 6/19/2017 |
2.0.1 | 1,198 | 6/6/2017 |
2.0.0 | 1,238 | 6/6/2017 |
1.0.0.8 | 2,351 | 12/12/2015 |
1.0.0.7 | 1,710 | 11/18/2015 |
1.0.0.6 | 1,584 | 11/14/2015 |
1.0.0.5 | 1,710 | 10/13/2015 |
1.0.0.4 | 1,480 | 10/11/2015 |
1.0.0.3 | 1,789 | 10/10/2015 |
1.0.0.2 | 2,249 | 10/2/2015 |
1.0.0.1 | 1,749 | 10/1/2015 |
Update to reference latest Peasy.Core changes. This release does not present breaking changes