This repository has been archived by the owner on Feb 1, 2025. It is now read-only.
v1.0.0 Release of the PowerShell Compact-Archive Tool
About the Program:
This is the first official mature build of the PowerShell Compact-Archive Tool, which allows anyone to expeditiously compile their favorite projects using the dotNET Core or 7Zip compression tools.
Information about this Release:
This marks the first official major release of the PowerShell Compact-Archive Tool. While the changes compared to the first beta was minor, I am confident that this release should be helpful to project developers and their communities to expeditiously compile the builds.
Features in this Release:
- Compiles the user's desired projects.
- Maintaining the user's settings within a roaming profile.
- Capable of running and using Microsoft Windows functionalities.
- Supports Git's functionalities, such as:
- Updating the local repository
- Pulling information about a specific repository.
- Retrieving Logs
- Ability to retrieve the local repository's branch SHA
- Generates internal logfiles for inspecting the program's health and how it operates. Useful if something were to go horribly wrong.
- Generates reports for:
- Archive datafile
- Provides basic information regarding the archive file
- Provides Hash information for validations
- Provides information as to what contents are within the compressed archive data file.
- Local repository
- Provides basic project information regarding the project.
- Provides a list of those that contributed to the project.
- Displays a list of available branches within the repository.
- Provides an overview list of commits.
- Archive datafile
- Capable of using the internal dotNET Core framework to compile builds
- Only PK3 is supported
- Capable of using, if detected, 7Zip to compile builds.
- Ability to test the archive datafile's health and integrity.
Hash Verification
Algorithm | Hash Value |
---|---|
MD5 | 4B23585EE8C4731CCB0640C98ED585A3 |
SHA1 | 802686EB63AFAB2DD3FBD67C59979BAC16AC948A |
Resources
- Wiki: https://github.com/SibTiger/PowerShell-Compact-Archive-Tool/wiki
- v1.0.0-Beta Changelog: https://github.com/SibTiger/PowerShell-Compact-Archive-Tool/commits/v1.0.0-Beta
- v1.0.0 Changelog: v1.0.0-Beta...v1.0.0