Catalog/README.md

13 lines
717 B
Markdown
Raw Normal View History

2016-07-04 16:43:21 +02:00
Catalog 3
2026-05-26 21:47:55 +02:00
## Catalog Lite
`CatalogLite/CatalogLite.csproj` is a minimal Avalonia frontend for processing images from a saved XML configuration. It references `MaddoShared`, uses only the ImageSharp processor, and exposes only XML loading, source/destination folder selection, start/stop, and progress.
The build embeds an expiration date from the `CatalogLiteExpirationDate` MSBuild property:
```powershell
2026-05-28 20:27:05 +02:00
dotnet publish CatalogLite/CatalogLite.csproj -c Release -r win-x64 --self-contained false -p:PublishSingleFile=true -p:CatalogLiteExpirationDate=2026-12-31
2026-05-26 21:47:55 +02:00
```
The separate Forgejo workflow is `.forgejo/workflows/build-catalog-lite.yml`; run it manually and set `expiration_date` in `yyyy-MM-dd` format.