DbUp.Reboot.SynapseDWH by DbUp Reboot Contributors

<PackageReference Include="DbUp.Reboot.SynapseDWH" Version="1.5.0" />

 DbUp.Reboot.SynapseDWH 1.5.0

DbUp Reboot is a fork of the DbUp project that focuses on modern technologies and development approaches. DbUp Reboot makes it easy to deploy and upgrade SQL Server databases. This package adds SynapseDWH support.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>DbUp.Reboot.SynapseDWH</id>
    <version>1.5.0</version>
    <title>DbUp SynapseDWH Support</title>
    <authors>DbUp Reboot Contributors</authors>
    <license type="file">LICENSE.md</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <projectUrl>https://github.com/chriswill/DbUpReboot</projectUrl>
    <description>DbUp Reboot is a fork of the DbUp project that focuses on modern technologies and development approaches.

DbUp Reboot makes it easy to deploy and upgrade SQL Server databases. This package adds SynapseDWH support.</description>
    <copyright>Copyright © DbUp Reboot Contributors 2021; portions copyright  DbUp Contributors 2015</copyright>
    <tags>DbUp Reboot database SynapseDWH</tags>
    <repository url="https://github.com/chriswill/DbUpReboot" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="DbUp.Reboot.Core" version="1.5.0" exclude="Build,Analyzers" />
        <dependency id="Azure.Identity" version="1.8.1" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Data.SqlClient" version="5.1.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>