Files
ChocolateyPackages/SQL2008.ClrTypes/SQL2008.ClrTypes.nuspec
Iristyle 5a73b326ee Force installing both x86 and x64 on x64 OS
Both sets of Clr types are needed by dependendencies such as SMO
2012-10-12 19:15:38 -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 System CLR Types</title>
<version>10.00.1600.23</version>
<authors>Microsoft</authors>
<owners>Ethan Brown</owners>
<summary>Note: This is really 10.00.1600.22, but had to be version bumped to fix an issue in the package installer.
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=16177</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>