Integrate GitVersion and add version provider abstraction
- Added GitVersion for semantic versioning and build metadata - Introduced IVersionProvider and VersionProvider for UI-friendly version display - MainForm now uses IVersionProvider for version label - Registered VersionProvider in DI container - Improved logging: filtered out AutoMapper license logs - General code cleanup in Program.cs
This commit is contained in:
parent
5cb491f1b5
commit
509d5357a8
8 changed files with 154 additions and 44 deletions
|
|
@ -4,4 +4,4 @@ branches: {}
|
|||
ignore:
|
||||
sha: []
|
||||
merge-message-formats: {}
|
||||
next-version: 3.0
|
||||
next-version: "3.2"
|
||||
Loading…
Add table
Add a link
Reference in a new issue