Question 306:
Whizlabs bumped up their GitHub package and updated azure-pipelines.yml file. Currently, their web application is using version 1 of the package. Here is the part of the azure-pipelines.yml file-
What does this package update mean for the application?
Answer options:
A.The new package version is fully compatible with the previous version. B.The application needs to be modified to use this package. C.There are no changes in the application required to use this package. D.Because patch version set to "1" no application updates needed.