- Switch to explicit "3.2.0" next-version in GitVersion.yml - Update NuGet packages and set assembly name to "ImageCatalog" - Add MSBuild target to rename published exe with year and version - Add AppVersion property to DataModel, set via IVersionProvider - Replace static version label with data-bound versionLabel in UI - Remove manual version label logic from MainForm - Update DI to inject IVersionProvider into DataModel - Ensures UI always shows correct version and builds are versioned
7 lines
No EOL
147 B
YAML
7 lines
No EOL
147 B
YAML
assembly-versioning-scheme: MajorMinorPatch
|
|
mode: ContinuousDelivery
|
|
branches: {}
|
|
ignore:
|
|
sha: []
|
|
merge-message-formats: {}
|
|
next-version: "3.2.0" |