An open-source System.Drawing.Common replacement for .NET 5 and above on all platforms. Bringing together System.Drawing, Maui, and ImageSharp's Bitmap, Image, Font, and Shape types via an agnostic free NuGet package.
The revision version of assembly version should be between minor and patch instead of last digit.
Ex. NuGet Version is 2023.10.1, Assembly Version should be 2023.10.0.1
Type of change
Please select the relevant option by placing an 'x' inside the brackets, like this: [x].
[ ] 🐛 Bug fix (non-breaking change which fixes an issue)
[ ] ✨ New feature (non-breaking change which adds functionality)
[ ] 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] 🏗️ Internal/structural update (non-breaking change that improves code quality, organization, or performance)
[ ] 📚 This change requires a documentation update
[ ] 🚀 DevOps build chain modification for release
[x] 🤖 DevOps build chain modification for CI
How Has This Been Tested?
Run pipeline and check assembly version. Please check here.
Checklist:
Please run through the checklist as much as possible and mark the items completed by placing an 'x' inside the brackets, like this: [x].
[X] My code follows the style guidelines of this project
[ ] I have performed a self-review of my own code
[ ] I have commented my code, particularly in hard-to-understand areas
[ ] I have made corresponding changes to the documentation
[X] My changes generate no new warnings
[ ] I have added tests that prove my fix is effective or that my feature works
[ ] New and existing unit tests pass locally with my changes
[ ] I have successfully run all unit tests on Windows
[ ] I have successfully run all unit tests on Linux
Description
The revision version of assembly version should be between minor and patch instead of last digit. Ex. NuGet Version is 2023.10.1, Assembly Version should be 2023.10.0.1
Type of change
Please select the relevant option by placing an 'x' inside the brackets, like this: [x].
How Has This Been Tested?
Run pipeline and check assembly version. Please check here.
Checklist:
Please run through the checklist as much as possible and mark the items completed by placing an 'x' inside the brackets, like this: [x].