Files
ChocolateyPackages/SQL2008.ClrTypes/SQL2008.ClrTypes.nuspec
2013-07-23 21:00:45 -04:00

26 lines
1.5 KiB
XML

<?xml version="1.0"?>
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata>
<id>SQL2008.ClrTypes</id>
<title>Microsoft SQL Server 2008 System CLR Types</title>
<version>10.00.2531.01</version>
<authors>Microsoft</authors>
<owners>Ethan Brown</owners>
<summary>Microsoft SQL Server 2008 Feature Pack, April 2009
The SQL Server System CLR Types package contains the components implementing the new geometry, geography, and hierarchyid types in SQL Server 2008. 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 new geometry, geography, and hierarchyid types in SQL Server 2008. 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=3522</projectUrl>
<tags>SQL SQL2008 .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>