-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy pathSQL2008R2.ClrTypes.nuspec
25 lines (24 loc) · 1.49 KB
/
SQL2008R2.ClrTypes.nuspec
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
<?xml version="1.0"?>
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata>
<id>SQL2008R2.ClrTypes</id>
<title>Microsoft SQL Server 2008 R2 System CLR Types</title>
<version>10.50.1600.1</version>
<authors>Microsoft</authors>
<owners>zippy1981</owners>
<summary>Microsoft SQL Server 2008R2 Feature Pack, October 2011
The SQL Server System CLR Types package contains the components implementing the geometry, geography, and hierarchy id types in SQL Server 2008 R2. This component can be installed separately from the server to allow client applications to use these types outside of the server.</summary>
<description>The SQL Server System CLR Types package contains the components implementing the geometry, geography, and hierarchy id types in SQL Server 2008 R2. This component can be installed separately from the server to allow client applications to use these types outside of the server.</description>
<projectUrl>http://www.microsoft.com/en-us/download/details.aspx?id=16978</projectUrl>
<tags>SQL SQL2008R2 .NET CLR</tags>
<!-- Eula is in installer
<licenseUrl></licenseUrl>
-->
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://github.com/Iristyle/ChocolateyPackages/raw/master/SQL2008.SMO/SQL2008.png</iconUrl>
<releaseNotes></releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>