biz.dfch.Appclusive.Products
3.16.0
See the version list below for details.
dotnet add package biz.dfch.Appclusive.Products --version 3.16.0
NuGet\Install-Package biz.dfch.Appclusive.Products -Version 3.16.0
<PackageReference Include="biz.dfch.Appclusive.Products" Version="3.16.0" />
paket add biz.dfch.Appclusive.Products --version 3.16.0
#r "nuget: biz.dfch.Appclusive.Products, 3.16.0"
// Install biz.dfch.Appclusive.Products as a Cake Addin #addin nuget:?package=biz.dfch.Appclusive.Products&version=3.16.0 // Install biz.dfch.Appclusive.Products as a Cake Tool #tool nuget:?package=biz.dfch.Appclusive.Products&version=3.16.0
biz.dfch.Appclusive.Products
========================
EntityKinds and Data Transfer Objects for intrinsic Products of the Appclusive Framework.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- biz.dfch.CS.Appclusive.Public (>= 3.16.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.20.0 | 1,242 | 10/13/2016 |
3.19.0 | 1,027 | 9/27/2016 |
3.18.0 | 1,236 | 9/21/2016 |
3.17.0 | 1,013 | 9/16/2016 |
3.16.0 | 988 | 9/15/2016 |
3.15.0 | 1,036 | 9/8/2016 |
3.14.0 | 1,009 | 9/5/2016 |
3.13.0 | 1,024 | 8/30/2016 |
3.12.0 | 1,072 | 8/30/2016 |
3.11.0 | 1,009 | 8/29/2016 |
3.10.0 | 1,011 | 8/25/2016 |
3.9.0 | 1,086 | 8/24/2016 |
3.8.0 | 987 | 8/23/2016 |
3.7.5 | 1,042 | 8/12/2016 |
3.7.4 | 1,032 | 8/10/2016 |
3.7.3 | 1,033 | 8/8/2016 |
20160915
# BUGFIXES
DataType
* Fixed Icon validation
Permissions
* added missing permissions
# FEATURES
VirtualMachine
* Added icons
* StateMachine definitions modeled in DTOs
DataType
* Constants
* Added product type to AppclusiveProduct attribute
* ExecutionType
* Added ExecutionType attribute to support specifying execution technology
* UserInterface
* Added UserInterface attribute to specify type of user interface and artifact
* DateRange, DateTimeRange
* Added DateTimeRange data type
* Added DateRange data type
* Updatd converter to handle new data types
CimiTargetsController
* Get machines with machine image
* Impersonation implemented
ExecutionContext
* Added object for product script parameter
ProductsController
* Allow tenant specific Products
Nodes
* Hide nodes in final state
CostInformation
* added controller for cost information retrieval
MultiAuthenticationFilter
* extended MultiAuthenticationFilter to support multiple JWT Providers
MessagesController
* added RoleId field to model
* changed ordering by id desc (instead of Modified desc)
BaseEntityManager
* added setting different filter context
# NOTES
DataType
* Constants
* Moved Icon types to separate constants class
* Moved comstrap glyphs to constants class
* Moved currency codes to constants class
* Icon
* Added more meaningful error message for input validation
* Changed Icon attribute to only accept enum as icon type
* added Workflow attribute to support specifiying workflow technology
* changed Icon attribute to only accept enum as icon type
* added UserInterface attribute to specify type of user interface and artifact
* added parameter for specifying artifact names
* added DateTimeRange data type
* added DateRange data type
* updated converter to handle new data types
* added IsReadOnly flag
* added IsHidden flag
DataType ValidateSet
* Changed separator to "|" (was ",")
* Added more meaningful error message
* Added support for enum sets
MetadataManager
* Moved and renamed product types to separate class in constants
* Changed validation to use IsValid from BaseDto
MetadataManagerTranslation
* Changed base class to derive from BaseDto
* Changed input validation logic to use on BaseDto.IsValid
VirtualMachine
* Updated disk index in diskCollection constants
* added icons
* fixed incorrect icons
VirtualMachine and VirtualMachineExtensions
* added VirtualMachineExtensions entity kind for cimi
* moved Availability to VirtualMachineExtensions
* moved HostGroupsto VirtualMachineExtensions
ExecutionContext
* added object for product script parameter
# MIGRATION MANUAL
* none