I have developed a custom application which is able to generate SSIS Packages automatically based on some settings which are stored internally in the application.
This package used to have PackageFormatVersion (6), which is compatible with(from) SQL Server (2012).
Recently, I upgraded the EzApi version to the latest one (v0.8.9) and the exported package now has been changed to PackageFormatVersion (8), which is compatible with(from) SQL Server (2014).
Is there any way to configure this PackageFormatVersion property programmatically in C# and continue exporting packages for SQL Server (2012) with this newest EzApi?