-
Notifications
You must be signed in to change notification settings - Fork 2
/
RelativityDev.DbContextHelper.nuspec
20 lines (20 loc) · 1.24 KB
/
RelativityDev.DbContextHelper.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>RelativityDev.DbContextHelper</id>
<version>3.0.0.2</version>
<authors>RelativityDev</authors>
<owners>RelativityDev</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<licenseUrl>https://github.com/relativitydev/dbcontext-helper/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/relativitydev/dbcontext-helper</projectUrl>
<iconUrl>https://bit.ly/2qFJQzk</iconUrl>
<description>This NuGet package contains an implementation of the Relativity.API.IDBContext Interface. This is a community supported implementation. An example of its usage can be found in the Github relativity-test-helpers repository. If this does not meet your needs for your implementation you are invited to contribute to the project.</description>
<releaseNotes>https://github.com/relativitydev/dbcontext-helper</releaseNotes>
<copyright></copyright>
<tags>Relativity.API.IDBContext Relativity API IDBContext</tags>
</metadata>
<files>
<file src="SourceCode\DbContextHelper\bin\$configuration$\DbContextHelper.dll" target="lib\net462\" />
</files>
</package>