biz.dfch.CS.Appclusive.Public
3.8.0
See the version list below for details.
dotnet add package biz.dfch.CS.Appclusive.Public --version 3.8.0
NuGet\Install-Package biz.dfch.CS.Appclusive.Public -Version 3.8.0
<PackageReference Include="biz.dfch.CS.Appclusive.Public" Version="3.8.0" />
paket add biz.dfch.CS.Appclusive.Public --version 3.8.0
#r "nuget: biz.dfch.CS.Appclusive.Public, 3.8.0"
// Install biz.dfch.CS.Appclusive.Public as a Cake Addin #addin nuget:?package=biz.dfch.CS.Appclusive.Public&version=3.8.0 // Install biz.dfch.CS.Appclusive.Public as a Cake Tool #tool nuget:?package=biz.dfch.CS.Appclusive.Public&version=3.8.0
biz.dfch.CS.Appclusive.Public
========================
Interfaces, Dtos and Constants of the Appclusive Framework
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on biz.dfch.CS.Appclusive.Public:
Package | Downloads |
---|---|
biz.dfch.CS.Appclusive.Extensions
biz.dfch.CS.Appclusive.Extensions ======================== Extensions around the Appclusive Core. |
|
biz.dfch.Appclusive.Products
biz.dfch.Appclusive.Products ======================== EntityKinds and Data Transfer Objects for intrinsic Products of the Appclusive Framework. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.29.0 | 1,587 | 12/13/2016 |
3.28.0 | 1,044 | 12/7/2016 |
3.27.4 | 1,461 | 12/1/2016 |
3.27.1 | 1,036 | 11/25/2016 |
3.25.2 | 1,021 | 11/22/2016 |
3.24.1 | 1,419 | 11/15/2016 |
3.24.0 | 1,227 | 11/14/2016 |
3.23.0 | 1,549 | 11/7/2016 |
3.21.0 | 1,064 | 10/27/2016 |
3.20.1 | 1,383 | 10/7/2016 |
3.20.0 | 1,451 | 10/13/2016 |
3.19.0 | 1,076 | 9/27/2016 |
3.18.0 | 2,044 | 9/21/2016 |
3.17.0 | 1,050 | 9/16/2016 |
3.16.0 | 1,755 | 9/15/2016 |
3.15.0 | 1,018 | 9/8/2016 |
3.14.0 | 1,475 | 9/5/2016 |
3.13.0 | 1,026 | 8/30/2016 |
3.12.0 | 1,012 | 8/30/2016 |
3.11.0 | 1,031 | 8/29/2016 |
3.10.0 | 1,020 | 8/25/2016 |
3.9.0 | 3,387 | 8/24/2016 |
3.8.0 | 1,029 | 8/23/2016 |
3.7.5 | 1,027 | 8/12/2016 |
3.7.4 | 1,007 | 8/10/2016 |
3.7.3 | 1,024 | 8/8/2016 |
3.7.1 | 1,026 | 8/7/2016 |
3.6.0 | 2,143 | 7/28/2016 |
3.5.1 | 1,131 | 7/26/2016 |
3.5.0 | 1,065 | 7/26/2016 |
3.4.0 | 1,049 | 7/23/2016 |
3.3.1 | 1,100 | 7/21/2016 |
3.3.0 | 1,040 | 7/18/2016 |
3.2.9 | 1,037 | 7/17/2016 |
3.2.8 | 1,047 | 7/17/2016 |
3.2.7 | 1,044 | 7/16/2016 |
2.19.3 | 1,038 | 7/15/2016 |
2.19.2 | 1,210 | 7/13/2016 |
2.19.1 | 1,230 | 7/13/2016 |
2.19.0 | 1,179 | 7/13/2016 |
2.17.1 | 1,083 | 7/8/2016 |
2.17.0 | 1,080 | 7/7/2016 |
2.16.3 | 1,074 | 7/5/2016 |
2.15.4 | 1,067 | 7/3/2016 |
2.15.2 | 1,053 | 6/30/2016 |
2.15.1 | 1,044 | 6/29/2016 |
2.15.0 | 1,037 | 6/29/2016 |
2.13.0 | 1,049 | 6/22/2016 |
2.12.0 | 1,063 | 6/21/2016 |
2.11.0 | 1,053 | 6/20/2016 |
2.10.3 | 1,155 | 6/17/2016 |
2.10.2 | 1,027 | 6/17/2016 |
2.10.1 | 1,135 | 6/14/2016 |
2.10.0 | 1,375 | 6/14/2016 |
2.9.0 | 1,213 | 6/9/2016 |
2.8.4 | 1,179 | 6/8/2016 |
2.8.3 | 1,072 | 6/4/2016 |
2.8.0 | 1,087 | 5/31/2016 |
2.7.3 | 1,084 | 5/30/2016 |
20160823
# BUGFIXES
* Validation added to Nodes link method to avoid linking Node with itself
* Fixed Issue, where Networks were cached over the whole Tenants instead per User, per Tenant
# FEATURES
ScheduledJob
* Added Quartz.Net support
* Added validation of crontab and quartz expressions
* added DataType controller and model
* added dynamic data type validation from `DataType` model via compiled assemblies
* added `BaseDto` instance creation to set default values from `DefaultValue` attributes
* added validation attribute `ValidatePattern`
* added validation attribute `ValidateSet`
* added validation attribute `ValidateScript`
* added validation attribute `Type`
* added validation attribute `Increment`
* added validation attribute `Unit`
# NOTES
ScheduledJob
* Added constants for min, max ranges in model
* Added constants for default values in model
* Refactored some code for better readability
* Added Default JobAction
* Added tests
# MIGRATION MANUAL
* Adjust `Deploy-Apc.xml` according newest version in [`biz.dfch.PS.Appclusive.Setup`](https://github.com/dfensgmbh/biz.dfch.PS.Appclusive.Setup)