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

[minor] Update Package and Package dependencies version in Build Spec #638

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

varshini-senthil
Copy link
Contributor

  • This contribution adheres to CONTRIBUTING.md. (Required)
  • Automatically post PR comments with images for G code changes? (Recommended for small changes)

What does this Pull Request accomplish?

  • Updates the version number of the Measurement Plug-In SDK Service and Measurement Plug-In SDK Generator packages to 3.3.0.1.
  • Updates the minimum required version specified for the package dependencies of the Service and Generator packages to their latest versions.

Context:
Refer to the discussion in this comment #633 (comment)

Why should this Pull Request be merged?

To update the package version and package dependencies version of Measurement Plug-In SDK Service and Measurement Plug-In SDK Generator packages.

What testing has been done?

Built both the Service and Generator packages with the changes and verified that the latest version of the package dependencies is listed as auto-dependency during installation.

@varshini-senthil varshini-senthil marked this pull request as ready for review February 21, 2025 14:53
@@ -17,8 +17,8 @@
</Library_General_Settings>
<Advanced_Settings>
<Package_Dependencies>
<Additional_External_Dependencies>ni_lib_labview_grpc_library &gt;=1.0.1.1</Additional_External_Dependencies>
<Additional_External_Dependencies>ni_lib_labview_grpc_servicer &gt;=1.0.1.1</Additional_External_Dependencies>
<Additional_External_Dependencies>ni_lib_labview_grpc_library &gt;=1.2.7.1</Additional_External_Dependencies>
Copy link
Contributor

Choose a reason for hiding this comment

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

Is there a reason you upgraded these minimum versions for grpc-labview? Is there some feature or bug fix that is only present in this version? If so, this is probably the right thing to do. Otherwise, it might limit options for the end user to work around bugs introduced in newer versions of the package that aren't present in older versions of the package.

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

Successfully merging this pull request may close these issues.

2 participants