15 Commits

Author SHA1 Message Date
86ec037531 Update BrikPackager.csproj 2026-02-01 03:36:03 +01:00
f50603205f Update publish.ps1 2026-02-01 03:31:47 +01:00
8707031fa2 Update BrikPackager.csproj 2026-02-01 03:30:51 +01:00
ac34361d78 Update publish.ps1 2026-02-01 03:26:12 +01:00
0c3dbb09dd Update publish.ps1 2026-02-01 03:22:21 +01:00
5c71c57d82 Update Packager.cs 2026-02-01 03:21:42 +01:00
f08a1da67e Update BrikPackager.csproj 2026-01-28 11:04:38 +01:00
aefea15f34 Updated deps 2026-01-28 11:00:50 +01:00
b21b57c446 Fixed mistake 2026-01-28 10:50:03 +01:00
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
72f9f3292d Update publish.ps1 2026-01-27 02:37:07 +01:00
31d85b32ae Update Cli.cs 2026-01-27 02:36:28 +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
aa569bcfaf Enable nullable and implicit usings, add publish script
Updated AzuresPackager.csproj to enable nullable reference types and implicit usings, set a custom package output path, corrected repository URL casing, and added repository type. Added a new PowerShell script (publish.ps1) to automate cleaning, building, restoring, packing, and publishing the NuGet package.
2026-01-27 00:11:51 +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