BoC.Glass.Mapper.Sc.Core by Chris van de Steeg, Michael Edwards, Nathanael Mann

<PackageReference Include="BoC.Glass.Mapper.Sc.Core" Version="4.2.4.2" />

.NET API 89,088 bytes

 BoC.Glass.Mapper.Sc.Core 4.2.4.2

This is a fork of Glass.Mapper, maintained by Chris van de Steeg. The fork contains several fixes for codefirst and contentsearch usage. ---------------------------------------------------------------------- An ORM for Sitecore. Map item data from Sitecore straight onto objects. Allows you to map fields, relationships and queries as well as supporting the Page Editor. Allows you to map data from Sitecore using the Castle Windsor DI Container.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>BoC.Glass.Mapper.Sc.Core</id>
    <version>4.2.4.2</version>
    <authors>Chris van de Steeg, Michael Edwards, Nathanael Mann</authors>
    <owners>Chris van de Steeg</owners>
    <licenseUrl>https://github.com/csteeg/Glass.Mapper/blob/develop/License.txt</licenseUrl>
    <projectUrl>https://github.com/csteeg/Glass.Mapper/</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>This is a fork of Glass.Mapper, maintained by Chris van de Steeg.
      The fork contains several fixes for codefirst and contentsearch usage.
      ----------------------------------------------------------------------
      An ORM for Sitecore. Map item data from Sitecore straight onto objects. Allows you to map fields,
      relationships and queries as well as supporting the Page Editor. Allows you to map data from 
      Sitecore using the Castle Windsor DI Container.</description>
    <releaseNotes>This is a forked version of the Mike Edwards package with better support for codefirst and contentsearch integration.</releaseNotes>
    <copyright>Copyright (C) by Michael Edwards</copyright>
    <language>en-GB</language>
    <tags>Glass Mapper Sitecore Glass.Mapper BOC</tags>
    <dependencies>
      <dependency id="Castle.Core" version="3.3.3" />
      <dependency id="System.Collections.Immutable" version="1.1.36" />
    </dependencies>
  </metadata>
</package>