biz.dfch.CS.Appclusive.Public 3.16.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package biz.dfch.CS.Appclusive.Public --version 3.16.0
NuGet\Install-Package biz.dfch.CS.Appclusive.Public -Version 3.16.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="biz.dfch.CS.Appclusive.Public" Version="3.16.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add biz.dfch.CS.Appclusive.Public --version 3.16.0
#r "nuget: biz.dfch.CS.Appclusive.Public, 3.16.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install biz.dfch.CS.Appclusive.Public as a Cake Addin
#addin nuget:?package=biz.dfch.CS.Appclusive.Public&version=3.16.0

// Install biz.dfch.CS.Appclusive.Public as a Cake Tool
#tool nuget:?package=biz.dfch.CS.Appclusive.Public&version=3.16.0

biz.dfch.CS.Appclusive.Public
========================

Interfaces, Dtos and Constants of the Appclusive Framework

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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,523 12/13/2016
3.28.0 1,007 12/7/2016
3.27.4 1,402 12/1/2016
3.27.1 1,001 11/25/2016
3.25.2 985 11/22/2016
3.24.1 1,359 11/15/2016
3.24.0 1,177 11/14/2016
3.23.0 1,517 11/7/2016
3.21.0 1,035 10/27/2016
3.20.1 1,325 10/7/2016
3.20.0 1,389 10/13/2016
3.19.0 1,031 9/27/2016
3.18.0 1,969 9/21/2016
3.17.0 1,018 9/16/2016
3.16.0 1,674 9/15/2016
3.15.0 986 9/8/2016
3.14.0 1,414 9/5/2016
3.13.0 987 8/30/2016
3.12.0 979 8/30/2016
3.11.0 986 8/29/2016
3.10.0 985 8/25/2016
3.9.0 3,234 8/24/2016
3.8.0 989 8/23/2016
3.7.5 988 8/12/2016
3.7.4 972 8/10/2016
3.7.3 992 8/8/2016
3.7.1 985 8/7/2016
3.6.0 2,068 7/28/2016
3.5.1 1,098 7/26/2016
3.5.0 1,031 7/26/2016
3.4.0 1,014 7/23/2016
3.3.1 1,066 7/21/2016
3.3.0 1,005 7/18/2016
3.2.9 1,004 7/17/2016
3.2.8 1,010 7/17/2016
3.2.7 1,008 7/16/2016
2.19.3 999 7/15/2016
2.19.2 1,179 7/13/2016
2.19.1 1,193 7/13/2016
2.19.0 1,147 7/13/2016
2.17.1 1,052 7/8/2016
2.17.0 1,046 7/7/2016
2.16.3 1,038 7/5/2016
2.15.4 1,017 7/3/2016
2.15.2 1,016 6/30/2016
2.15.1 1,011 6/29/2016
2.15.0 999 6/29/2016
2.13.0 1,014 6/22/2016
2.12.0 1,031 6/21/2016
2.11.0 1,019 6/20/2016
2.10.3 1,117 6/17/2016
2.10.2 995 6/17/2016
2.10.1 1,101 6/14/2016
2.10.0 1,342 6/14/2016
2.9.0 1,169 6/9/2016
2.8.4 1,139 6/8/2016
2.8.3 1,038 6/4/2016
2.8.0 1,040 5/31/2016
2.7.3 1,047 5/30/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