23 lines
1.0 KiB
Plaintext
23 lines
1.0 KiB
Plaintext
|
|
<?xml version="1.0"?>
|
||
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||
|
|
<metadata>
|
||
|
|
<id>EntityFramework.Extended</id>
|
||
|
|
<version>6.1.0.121</version>
|
||
|
|
<authors>LoreSoft</authors>
|
||
|
|
<owners>LoreSoft</owners>
|
||
|
|
<licenseUrl>https://github.com/loresoft/EntityFramework.Extended</licenseUrl>
|
||
|
|
<projectUrl>https://github.com/loresoft/EntityFramework.Extended</projectUrl>
|
||
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||
|
|
<description>A library that extends the functionality of Entity Framework by adding batch update, future queries and audit logs.</description>
|
||
|
|
<summary>Entity Framework extensions library.</summary>
|
||
|
|
<copyright>Copyright (c) 2014, LoreSoft</copyright>
|
||
|
|
<language>en-US</language>
|
||
|
|
<tags>EntityFramework</tags>
|
||
|
|
<dependencies>
|
||
|
|
<dependency id="EntityFramework" version="6.1.0" />
|
||
|
|
</dependencies>
|
||
|
|
<frameworkAssemblies>
|
||
|
|
<frameworkAssembly assemblyName="System.ComponentModel.DataAnnotations" targetFramework="" />
|
||
|
|
</frameworkAssemblies>
|
||
|
|
</metadata>
|
||
|
|
</package>
|