Apworks 2.5.4864.17368
See the version list below for details.
dotnet add package Apworks --version 2.5.4864.17368
NuGet\Install-Package Apworks -Version 2.5.4864.17368
<PackageReference Include="Apworks" Version="2.5.4864.17368" />
<PackageVersion Include="Apworks" Version="2.5.4864.17368" />
<PackageReference Include="Apworks" />
paket add Apworks --version 2.5.4864.17368
#r "nuget: Apworks, 2.5.4864.17368"
#:package Apworks@2.5.4864.17368
#addin nuget:?package=Apworks&version=2.5.4864.17368
#tool nuget:?package=Apworks&version=2.5.4864.17368
Apworks Application Development Framework
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Castle.Core (>= 3.2.0)
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.5.5164.37969 | 740 | 2/21/2014 |
| 2.5.4878.35266 | 270 | 5/10/2013 |
| 2.5.4878.31085 | 71 | 5/10/2013 |
| 2.5.4877.29343 | 70 | 5/10/2013 |
| 2.5.4864.17368 | 71 | 5/8/2013 |
Functional Updates:
1. Implemented the domain event framework.
2. Implemented an event bus that utilizes the event aggregator to publish events.
3. Fluent Interface configuration method has been implemented.
4. Implemented the transaction coordinator.
5. Fixed performance issues for NHibernate Repository.
6. Introduced the PagedResult generic type to hold the pagination information
returned by the repositories.
7. IBus interface has been changed from a generic interface to a normal one as this
is more proper way of handling events.
8. All the external references have been updated to the latest version.