Microsoft.SqlServer.TransactSql.ScriptDom 161.8910.0
The Microsoft SQL ScriptDOM library provides parsing and analysis capabilities for management and development of TSQL Scripts.
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Microsoft.SqlServer.TransactSql.ScriptDom</id>
<version>161.8910.0</version>
<title>Microsoft SQL Server ScriptDOM</title>
<authors>Microsoft</authors>
<license type="expression">MIT</license>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<icon>nuspecicon.png</icon>
<readme>README.md</readme>
<projectUrl>https://github.com/microsoft/SqlScriptDOM</projectUrl>
<description>The Microsoft SQL ScriptDOM library provides parsing and analysis capabilities for management and development of TSQL Scripts.</description>
<releaseNotes>https://go.microsoft.com/fwlink/?linkid=2240206</releaseNotes>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>SQL Script DOM</tags>
<repository type="git" url="https://github.com/microsoft/SqlScriptDOM" />
<dependencies>
<group targetFramework=".NETFramework4.6.2" />
<group targetFramework="net6.0" />
<group targetFramework=".NETStandard2.0" />
<group targetFramework=".NETStandard2.1" />
</dependencies>
</metadata>
</package>