Prepare v2.0.3 release and document v2.0.2 #21
Merged
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.
Summary
Prepares for v2.0.3 release and properly documents the v2.0.2 release that was created on 2025-11-16.
Background
Version 2.0.2 was already released 2 days ago (2025-11-16) with PreferenceOrder enhancements. The DatabaseTypeRequest.Equals() fix from PR #20 needs to be released as v2.0.3.
Changes
Version Updates
CHANGELOG.md Updates
[2.0.3] - New Section
[2.0.2]to[2.0.3][2.0.2] - Retroactively Documented
Added proper documentation for the actual v2.0.2 release:
Version Comparison Links
Updated the reference links at bottom of CHANGELOG:
[Unreleased]: v2.0.0...main → v2.0.3...main[2.0.3]: v2.0.2...v2.0.3[2.0.2]: v2.0.1...v2.0.2[2.0.1]: v2.0.0...v2.0.1Release Timeline
Testing
All changes are documentation and version number updates only. No code changes in this PR.
High-level PR Summary
This PR prepares for the v2.0.3 release by bumping the version number from 2.0.2 to 2.0.3 in
SharedAssemblyInfo.csand updatingCHANGELOG.mdto properly document both the already-released v2.0.2 (which included PreferenceOrder enhancements) and the upcoming v2.0.3 release (which contains theDatabaseTypeRequest.Equals()fix). The changelog also updates version comparison links to reflect the new release structure.⏱️ Estimated Review Time: 5-15 minutes
💡 Review Order Suggestion
SharedAssemblyInfo.csCHANGELOG.md