SqlMSBuildTasks by Richard Dingwall

<PackageReference Include="SqlMSBuildTasks" Version="1.0.0" />

 SqlMSBuildTasks 1.0.0

A couple of handy MSBuild tasks for SQL Server scripting. Available under the Apache License 2.0.

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>SqlMSBuildTasks</id>
    <version>1.0.0.0</version>
    <authors>Richard Dingwall</authors>
    <owners>Richard Dingwall</owners>
    <licenseUrl>https://raw.github.com/rdingwall/sqlmsbuildtasks/master/license.txt</licenseUrl>
    <projectUrl>http://rdingwall.github.com/sqlmsbuildtasks/</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>A couple of handy MSBuild tasks for SQL Server scripting. Available under the Apache License 2.0.</description>
    <language>en-US</language>
    <tags>MSBuild SQLServer Database SQL MSSQL</tags>
  </metadata>
</package>