Skip to content

Commit a4e1467

Browse files
committed
Added DataTableMapper dependency
1 parent 7a79206 commit a4e1467

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

DataApi/DataApi.nuspec

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@
88
<requireLicenseAcceptance>false</requireLicenseAcceptance>
99
<description>Create ASP.Net Web Api endpoints to retrieve data succinctly.</description>
1010
<releaseNotes />
11+
<dependencies>
12+
<dependency id="DataTableMapper" version="1.1.1" />
13+
</dependencies>
1114
</metadata>
1215
<files>
13-
<file src="bin\Release\DataApi.dll" target="lib\net45\DataApi.dll" />
16+
<file src="DataApi.dll" target="lib\net45\DataApi.dll" />
1417
</files>
1518
</package>

0 commit comments

Comments
 (0)