forked from zzzprojects/EntityFramework.Extended
-
Notifications
You must be signed in to change notification settings - Fork 0
/
EntityFramework.Extended.nuspec
35 lines (35 loc) · 1.99 KB
/
EntityFramework.Extended.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>EntityFramework.Extended</id>
<version>1.0.0.0</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) 2012, LoreSoft</copyright>
<language>en-US</language>
<tags>EntityFramework</tags>
<dependencies>
<dependency id="EntityFramework" version="5.0.0" />
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.ComponentModel.DataAnnotations" targetFramework="" />
</frameworkAssemblies>
</metadata>
<files>
<file src="readme.md" target="tools\readme.md" />
<file src="Build\Release\net40\EntityFramework.Extended.dll" target="lib\net40\EntityFramework.Extended.dll" />
<file src="Build\Release\net40\EntityFramework.Extended.pdb" target="lib\net40\EntityFramework.Extended.pdb" />
<file src="Build\Release\net40\EntityFramework.Extended.xml" target="lib\net40\EntityFramework.Extended.xml" />
<file src="Build\Release\net45\EntityFramework.Extended.dll" target="lib\net45\EntityFramework.Extended.dll" />
<file src="Build\Release\net45\EntityFramework.Extended.pdb" target="lib\net45\EntityFramework.Extended.pdb" />
<file src="Build\Release\net45\EntityFramework.Extended.xml" target="lib\net45\EntityFramework.Extended.xml" />
<file src="Source\GlobalAssemblyInfo.cs" target="src" />
<file src="Source\GlobalAssemblyInfo.net40.cs" target="src" />
<file src="Source\EntityFramework.Extended\**\*.cs" target="src" />
</files>
</package>