Mere by Kyle Curren

<PackageReference Include="Mere" Version="0.0.1" />

 Mere 0.0.1

Mere is a data access library /orm for Sql server, pretty much makes life a million times easyier when accessing data on a Sql server from a .net 4.5 appication. Please send any bugs found to [email protected] (thank you).

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Mere</id>
    <version>0.0.1</version>
    <title>Mere</title>
    <authors>Kyle Curren</authors>
    <owners>Kyle Curren</owners>
    <licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <description>Mere is a data access library /orm for Sql server, pretty much makes life a million times easyier when accessing data on a Sql server from a .net 4.5 appication.  Please send any bugs found to [email protected] (thank you).</description>
    <summary>Mere is a data access library /orm for Sql server.</summary>
    <releaseNotes>This is the initial release. Please send any bugs found to [email protected] (thank you).</releaseNotes>
    <copyright>2013</copyright>
    <language>en-US</language>
    <tags>mere, orm, data, access, dataaccess</tags>
  </metadata>
</package>