-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathEntityFramework.Repository6.nuspec
More file actions
23 lines (23 loc) · 992 Bytes
/
EntityFramework.Repository6.nuspec
File metadata and controls
23 lines (23 loc) · 992 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<package >
<metadata>
<id>EntityFrameworkRepository6</id>
<title>Entity Framework 6 Repository</title>
<version>2.0.3</version>
<summary>A Repository for Entity Framework 6.2.0 built with EFFORT and NMemory testing in mind. Includes a Delta class for partial updates.</summary>
<projectUrl>https://github.com/davidbreyer/EntityFrameworkRepository6</projectUrl>
<authors>David Breyer</authors>
<owners>David Breyer</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Entity Framework Repository</description>
<releaseNotes></releaseNotes>
<copyright>Copyright 2016</copyright>
<tags>Entity Framework EntityFramework Repository Effort</tags>
<dependencies>
<dependency id="EntityFramework" version="6.2.0" />
</dependencies>
</metadata>
<files>
<file src="EntityFrameworkRepository6\bin\Release\EntityFramework.Repository6.dll" target="lib\net45" />
</files>
</package>