Commit graph

8 commits

Author SHA1 Message Date
c8d6258556 Changed nuget credentials to the CI token 2026-02-16 23:26:17 +01:00
e556d74fd1 Update NuGet source config and add packageSourceMapping
Renamed the private NuGet source from 'GitLab' to 'Nuget-GitLab-AIFotoONLUS' in CI scripts for clarity and consistency. Added a repository-level NuGet.Config with packageSourceMapping to ensure only specific private packages are restored from the GitLab feed, preventing 401 errors when restoring public packages from nuget.org.
2026-02-16 23:12:57 +01:00
38cf61ab33 Added variables for nuget 2026-02-16 22:53:48 +01:00
90c50358d1 Install .net sdk 10 on runner 2026-02-16 22:31:13 +01:00
3898c002f2 Fixed shared runner tag 2026-02-16 22:17:43 +01:00
b6455a4bcb Added windows runner 2026-02-16 22:07:50 +01:00
16aff04ccd Updated runner 2026-02-16 22:01:16 +01:00
da9d9875b0 Switch to MinVer, add CI/CD, unify thumbnail options
- Add .gitlab-ci.yml for Windows CI/CD: build, publish, and GitLab Release with artifact upload
- Replace GitVersion.MsBuild with MinVer for versioning; update all versioning logic in .csproj
- Remove GitVersion CLI fallback for Visual Studio builds
- Update post-publish renaming to use MinVer's Version property
- Replace multiple thumbnail text checkboxes with a single ComboBox selector in MainWindow.xaml
- Change default UI startup: prefer WPF MainWindow, fallback to WinForms MainForm
2026-02-16 21:49:46 +01:00