Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the project version from 10.0.1 to 10.0.2, representing a patch version increment. The change references issue #341. The version has been properly updated in the main project file and is consistent with the Azure pipeline configuration files (both azure-pipelines.yml and azure-pipeline-PR.yml already specify version 10.0.2 in their build variables).
Key changes:
- Version property updated from
10.0.1to10.0.2in the project configuration
|
|
||
| <!-- Version configuration - can be overridden by build system --> | ||
| <Version Condition="'$(Version)' == ''">10.0.1</Version> | ||
| <Version Condition="'$(Version)' == ''">10.0.2</Version> |
There was a problem hiding this comment.
The CHANGELOG.md file should be updated to document the changes included in version 10.0.2. The changelog currently only includes an entry for version 10.0.0 (dated 2025-11-15) and does not mention version 10.0.2. Following the Keep a Changelog format that the project adheres to, a new section should be added with the release date and a description of what changes or fixes are included in this patch release, particularly any changes related to issue #341.
| <Version Condition="'$(Version)' == ''">10.0.2</Version> | |
| <Version Condition="'$(Version)' == ''">10.0.0</Version> |
Fixes #341