Cedita.One.Base
0.1.9
Cedita.One.Base represents base libraries that can be used to build generic applications and Cedita.One components using a common shared, extensible platform.
These libraries are used by Cedita when creating new applications that are to follow certain standards of development and practices. Continually updated with new features and bugfixes as necessary.
Install-Package Cedita.One.Base -Version 0.1.9
dotnet add package Cedita.One.Base --version 0.1.9
<PackageReference Include="Cedita.One.Base" Version="0.1.9" />
paket add Cedita.One.Base --version 0.1.9
Release Notes
0.1.9 - Change GetDisplayAttribute to work on all extensions from MemberInfo rather than just FieldInfo.
0.1.8 - Refactor Property Helpers and EnumExtension to be more generic.
0.1.7 - Add EnumExtension to assist with DisplayAttributes in non-MVC code.
0.1.6 - Add KeyedDataStore<TData, TKey> to Data framework. Add IQueryable<TData> to DataStore<TData>. Incompatible with previous versions.
Dependencies
This package has no dependencies.
GitHub Usage
This package is not used by any popular GitHub repositories.