-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathEfmap.nuspec
21 lines (21 loc) · 1.14 KB
/
Efmap.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>Efmap</id>
<version>1.3.1.0</version>
<authors>Rui Carvalho</authors>
<owners>Rui Carvalho</owners>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/rhwy/efmap</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>EF map provides easy additional helpers to work with Entity Framework Code First and make it more valuable. It allows you to be focused on configuration and mapping in a clean way.</description>
<summary>EF map provides easy additional helpers to work with Entity Framework Code First and make it more valuable. It allows you to be focused on configuration and mapping in a clean way.</summary>
<language>en-US</language>
<dependencies>
<dependency id="EntityFramework" version="6.0.0" />
</dependencies>
</metadata>
<files>
<file src="Bins\AllAssemblies\Efmap.dll" target="lib" />
</files>
</package>