How to Specify the Version number for a SQL Server DB Project. This is associateed to Dacpac
Like [assembly: AssemblyVersion("1.0.0.0")]
You can set the Data-Tier Application version in the "Properties" of the .dacpac
inside the database project settings.