-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMsSqlDBUtility.nuspec
More file actions
27 lines (24 loc) · 1.17 KB
/
MsSqlDBUtility.nuspec
File metadata and controls
27 lines (24 loc) · 1.17 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
25
26
27
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>MsSqlDBUtility</id>
<version>1.1.2</version>
<title>MsSqlDBUtility</title>
<authors>SamoF</authors>
<owners>samo4</owners>
<licenseUrl>https://github.com/renderspace/MsSqlDBUtility/blob/master/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/renderspace/MsSqlDBUtility</projectUrl>
<releaseNotes>First public release</releaseNotes>
<tags>C# SQL Database Connect mssql</tags>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Simple wrapper for calls to MSSQL database. Originally from MS good practices.</description>
<copyright>Copyright © Renderspace 2006</copyright>
<dependencies>
<dependency id="EnterpriseLibrary.Data" version="6.0.1304.0" />
<dependency id="EnterpriseLibrary.TransientFaultHandling.Data" version="6.0.1304.1" />
</dependencies>
</metadata>
<files>
<file src="bin\Release\MsSqlDBUtility.dll" target="lib\net45\MsSqlDBUtility.dll" />
</files>
</package>