Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package versions not shown in @Project.manifest #15

Open
pmalecka opened this issue Sep 12, 2017 · 0 comments
Open

Package versions not shown in @Project.manifest #15

pmalecka opened this issue Sep 12, 2017 · 0 comments

Comments

@pmalecka
Copy link

pmalecka commented Sep 12, 2017

Hi Roman,

While giving this tool a test drive and comparing against the outputs of the Visual Studio Build, I noticed that the @Project.manifest file versioning differs from that provided by the Visual Studio build.

For each .dtsx file in the @Project.manifest - the original tool enters the following into the parameters:
<SSIS:Property SSIS:Name="VersionMajor">Always One (1)</SSIS:Property>
<SSIS:Property SSIS:Name="VersionMinor">Always Zero (0)</SSIS:Property>
<SSIS:Property SSIS:Name="VersionBuild">DTS:VersionBuild from the DTSX file</SSIS:Property>
<SSIS:Property SSIS:Name="VersionComments">
</SSIS:Property>
<SSIS:Property SSIS:Name="VersionGUID">DTS:VersionGUID from the DTSX file</SSIS:Property>

The parent (first) Versions on the Project leve in the @Project.manifest file remain with zeros in every parameter (this already works as expected):
<SSIS:Property SSIS:Name="VersionMajor">0</SSIS:Property>
<SSIS:Property SSIS:Name="VersionMinor">0</SSIS:Property>
<SSIS:Property SSIS:Name="VersionBuild">0</SSIS:Property>
<SSIS:Property SSIS:Name="VersionComments">
</SSIS:Property>

Would it be possible to make this behave in this way - to align the behavior with the Visual Studio 2015 (SSDT 17.2 build number: 14.0.61707.300 - latest version at the time of writing)?

Thanks,
Peter

pmalecka added a commit to pmalecka/ssis-build that referenced this issue Mar 22, 2019
…ith the version of the project (if no version is provided in the Release Notes). Resolves rtumaykin#15
pmalecka added a commit to pmalecka/ssis-build that referenced this issue Mar 22, 2019
…ith the version of the project (if no version is provided in the Release Notes). Resolves rtumaykin#15.
pmalecka added a commit to pmalecka/ssis-build that referenced this issue Mar 22, 2019
…ith the version of the project (if no version is provided in the Release Notes). Resolves rtumaykin#15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant