Update all documentation version references to match current 2.2.0 release #1050
+9
−9
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR updates all documentation files to ensure they accurately reflect the current version 2.2.0 of the Firely CQL SDK and correct dependency versions.
Issues Fixed
The documentation contained several outdated version references that were inconsistent with the actual project configuration:
cql-sdk.propsis 2.2.0CqlSdkExamplesandCqlSdkExamplesPreviewprojects had commented package references pointing to outdated 2.1.0 versionsHl7.Fhir.Baseas version 5.12.0, but the actual version configured incql-base.propsis 6.0.0Changes Made
Version Updates
Hl7.Cql.Invocationpackage references in example projects from 2.1.0 to 2.2.0Dependency Documentation Updates
Hl7.Fhir.Baseversion from 5.12.0 to 6.0.0 to match theFirelySdkVersionpropertyHl7.Fhir.R4references from generic "Firely SDK version" to explicit "Version 6.0.0"Verification
This ensures that users and developers have accurate, up-to-date information about the SDK version and its dependencies when referencing the documentation.
Original prompt
Fixes #1049
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.