Search code examples
sql-serversql-server-data-tools

How to Specify the Version number for a SQL Server DB Project(on Dacpac)


How to Specify the Version number for a SQL Server DB Project. This is associateed to Dacpac

Like [assembly: AssemblyVersion("1.0.0.0")]


Solution

  • You can set the Data-Tier Application version in the "Properties" of the .dacpac inside the database project settings.

    SSDT Project settings dialog showing Data-Tier Application Properties modal