-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPxtlCa.BigVariant.Core.nuspec
More file actions
19 lines (19 loc) · 1.04 KB
/
PxtlCa.BigVariant.Core.nuspec
File metadata and controls
19 lines (19 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>PxtlCa.BigVariant.Core</id>
<version>0.2.6599.36044</version>
<title>PxtlCa.BigVariant.Core</title>
<authors>Martin Zarate</authors>
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/Pxtl/BigVariant</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>SqlClr assembly that creates a CLR UDT that can store everything that goes in a SQL_Variant and LOB types like NVARCHAR(MAX) and XML</description>
<releaseNotes>Installation guide and usage are available at https://github.com/Pxtl/BigVariant/blob/master/README.md</releaseNotes>
<copyright>2016 Martin Zarate</copyright>
<language />
</metadata>
<files>
<file src="PxtlCa.BigVariant.Core\bin\Release\PxtlCa.BigVariant.Core.dll" target="lib\PxtlCa.BigVariant.Core.dll" />
</files>
</package>