APE.Umbraco 3.2.0-beta004

This is a prerelease version of APE.Umbraco.
dotnet add package APE.Umbraco --version 3.2.0-beta004
NuGet\Install-Package APE.Umbraco -Version 3.2.0-beta004
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="APE.Umbraco" Version="3.2.0-beta004" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add APE.Umbraco --version 3.2.0-beta004
#r "nuget: APE.Umbraco, 3.2.0-beta004"
#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 APE.Umbraco as a Cake Addin
#addin nuget:?package=APE.Umbraco&version=3.2.0-beta004&prerelease

// Install APE.Umbraco as a Cake Tool
#tool nuget:?package=APE.Umbraco&version=3.2.0-beta004&prerelease

Awesome Property Extractor, (APE), is a framework for extracting property values in a generic and simple way, primarily from umbraco and affiliated libraries.

Product Compatible and additional computed target framework versions.
.NET Framework net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.2.0-beta004 1,665 12/9/2016
3.2.0-beta003 910 12/8/2016
3.2.0-beta002 954 11/17/2016
3.2.0-beta001 1,053 11/14/2016
3.1.0 6,529 5/4/2016
3.0.3-alpha 1,379 2/24/2016
3.0.2-alpha 978 2/23/2016
2.1.0 14,231 10/23/2014
2.0.0 3,983 6/9/2014
1.0.0 1,566 6/9/2014

3.2.0-beta003:Major overhaul of the way DocType properties are loaded and identified.
Assemblies are now loaded in an isolated app domain and GetValueType method is now mandatory and non-static on DocTypeProperties.
Assemblies are now build against .NET 4.6.1
       
       3.2.0-beta003: Fixed issue where APE did not recognize custom property types.
           Fixed issue where mediatypes and member types did not support features introduced in 3.2.0.
       3.2.0-beta002: Changed reference to Json.NET, for backward compatibility with older Umbraco installs.
       3.2.0:Extended how doctype property types are generated, making them able to change their return type, based on configuration.Introduced two breaking changes:
           Multi node tree picker property types, now returns single item when maxNumber == "1"Multi media picker, now returns single item, when multiPicker = "1"
       3.1.0:Fixed minor namespace issue.        
       3.0.3-alpha: Bug fixes. Multiline property descriptions will no longer cause invalid .cs to be generated.Added content type descriptions as xml comments on the classes.Cleaned up and added several DocTypeProperty<...> classes. 3.0.2-alpha:Bug fixes.NuGet feed test.3.0.1-alpha:Some bug fixes.3.0.0-alpha:Added support for content type compositions. This means some refactoring has been made where inheritance has been removed from the content types.Added support for media and member types.2.1.0:Fixed issue with our published content extension class, conflicted with Umbracos.Fixed issue where a doctype with dash or whitespace in alias made build errors.2.0.0:Initial release for Umbraco 7