Files
ChocolateyPackages/SQL2008R2.SMO/SQL2008R2.SMO.nuspec
Iristyle e9e46a9ff0 feat: SQL2008R2.SMO 10.50.1600.0
- 10.50.1600.1 because zippy1981 bungled the pushed packages
2013-07-23 21:01:31 -04:00

31 lines
1.7 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>SQL2008R2.SMO</id>
<title>Microsoft SQL Server 2008 R2 Management Objects</title>
<version>10.50.1600.1</version>
<authors>Microsoft</authors>
<owners>zippy1981</owners>
<summary>Microsoft SQL Server 2008 R2 Feature Pack, October 2011 - 10.50.1600.1
The SQL Server Management Objects (SMO) is a .NET Framework object model that enables software developers to create client-side applications to manage and administer SQL Server objects and services. This object model will work with SQL Server 2000, SQL Server 2005, SQL Server 2008 and SQL Server 2008 R2.</summary>
<description>The SQL Server Management Objects (SMO) is a .NET Framework object model that enables software developers to create client-side applications to manage and administer SQL Server objects and services. This object model will work with SQL Server 2000, SQL Server 2005, SQL Server 2008 and SQL Server 2008 R2.</description>
<projectUrl>http://www.microsoft.com/en-us/download/details.aspx?id=16978</projectUrl>
<tags>SQL SQL2008R2 SMO .NET XML 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>
<dependencies>
<dependency id="MSXML6.SP1" />
<dependency id="SQL2008R2.NativeClient" />
<dependency id="SQL2008R2.ClrTypes" />
</dependencies>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>