-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathEntityFramework.Auditable.Repository6.nuspec
More file actions
24 lines (24 loc) · 1.12 KB
/
Copy pathEntityFramework.Auditable.Repository6.nuspec
File metadata and controls
24 lines (24 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0"?>
<package >
<metadata>
<id>EntityFrameworkAuditableRepository6</id>
<title>Entity Framework Auditable Repository for EF 6</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. Includes an Auditing library.</summary>
<projectUrl>https://github.com/davidbreyer/EntityFrameworkRepository6</projectUrl>
<authors>David Breyer</authors>
<owners>David Breyer</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Entity Framework Auditable Repository</description>
<releaseNotes></releaseNotes>
<copyright>Copyright 2016</copyright>
<tags>Entity Framework EntityFramework Repository Audit</tags>
<dependencies>
<dependency id="EntityFramework" version="6.2.0" />
<dependency id="EntityFramework.Auditing" version="2.0.3" />
</dependencies>
</metadata>
<files>
<file src="EntityFrameworkAuditableRepository6\bin\Release\EntityFramework.Auditable.Repository6.dll" target="lib\net45" />
</files>
</package>