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

Versioning_Engine - Add support for versioning chains #1477

Merged
merged 1 commit into from
Feb 14, 2020

Conversation

adecler
Copy link
Member

@adecler adecler commented Feb 11, 2020

Issues addressed by this PR

Engine part of BHoM/Versioning_Toolkit#20

See BHoM/Versioning_Toolkit#21 for more details.

Notice that the changes are on two levels:

  • The ToNewVersion method now takes an extra parameter: the version to run the upgrade on. This way, the upgrader can now call each other.
  • Correction on the assembly version extracted for the current assembly. It was previously using the assembly version and not the assembly FILE version. This is corrected with this PR.

Copy link
Contributor

@FraserGreenroyd FraserGreenroyd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have looked at the code, I see no problems with it. Have not yet tested in conjunction with the Versioning_Toolkit PR at this stage though, so will not yet approve (but am happy to if needed) in case someone else gets chance to review before I get round to doing both

Copy link
Contributor

@kThorsager kThorsager left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests in conjunction with the PR dependent on this one have shown things to work fine and that the PR fixes as advertised

LGTM

@adecler
Copy link
Member Author

adecler commented Feb 14, 2020

/azp run BHoM_Engine.CheckInstaller

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@adecler adecler merged commit 442b39f into master Feb 14, 2020
@adecler adecler deleted the Versioning_Toolkit-#20-UpgradeChain branch February 14, 2020 02:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature New capability or enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants