3 Commits

Author SHA1 Message Date
a1609582da Rename AzuresPackager to BrikPackager
Renamed all project files, namespaces, classes, and references from AzuresPackager to BrikPackager for consistency and rebranding. Updated CLI usage messages and publish script to reflect the new name.
2026-01-27 03:43:40 +01:00
3dc178c683 Add CLI entry point and update packaging metadata
Introduces a new Cli.cs file providing a command-line interface for packing and unpacking with AzuresPackager. Updates project metadata in AzuresPackager.csproj, including package version, output type, and dependency version bump for SharpCompress. Also updates publish.ps1 to use the new version and skip duplicate package uploads.
2026-01-27 02:02:49 +01:00
c8fabe999e Initial commit with packager implementation
Add AzuresPackager project with .gitignore, solution and project files, core Packager.cs implementation, and sample source files. Implements basic package creation, extraction, and file handling using SharpCompress.
2026-01-26 23:20:34 +01:00