Glass.Sitecore.Mapper 2.0.9.1

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Glass.Sitecore.Mapper --version 2.0.9.1
NuGet\Install-Package Glass.Sitecore.Mapper -Version 2.0.9.1
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="Glass.Sitecore.Mapper" Version="2.0.9.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Glass.Sitecore.Mapper --version 2.0.9.1
#r "nuget: Glass.Sitecore.Mapper, 2.0.9.1"
#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 Glass.Sitecore.Mapper as a Cake Addin
#addin nuget:?package=Glass.Sitecore.Mapper&version=2.0.9.1

// Install Glass.Sitecore.Mapper as a Cake Tool
#tool nuget:?package=Glass.Sitecore.Mapper&version=2.0.9.1

Glass Sitecore Mapper is an object mapping framework for mapping Sitecore items directly onto an object model allowing you to model your entire Sitecore solution as a data model. The framework handles converting data to and from fields and pulling data from related items.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  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 (1)

Showing the top 1 NuGet packages that depend on Glass.Sitecore.Mapper:

Package Downloads
Lucinq.Glass.SitecoreIntegration

Glass & Sitecore 6.6 extensions for Lucinq 2.9

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

Changes to allow properties with a private setter from an inherited class to be set.
Thanks to James Coleman for spotting this bug.
(Pull 20) Several fixes and improvements to Code First items:
Shared and Unversioned Fields
Ability to override the template name.
Stop duplicate languages
Standard value tokens
Thanks to Tom Dudfield for these improvements.
(Pull 19) Support for MVC views. Code contributed by Petr Waclawek.
Glass Dashboard – Tutorial to come
Corrections to inferred types where a template could be inferred as multiple types.