Awesome
Chocolatey Automatic Package Updater Helper Module
This PowerShell module implements functions that can be used to make maintaining packages with AU even easier.
To Learn more about AU, please refer to their relevant documentation
Features
- Ability to push out fix versions for both 4-part versions and pre-release versions by calling a single function.
- Ability to easily get the url that is being redirected to.
- Ability to update either a single or multiple metadata elements
Please read our documentation for an overall view of the functions available: https://wormiecorp.github.io/Wormies-AU-Helpers/docs/
Installation
Wormies-AU-Helpers requires a minimally PowerShell version 3: $host.Version -ge '3.0'
.
To install it, use one of the following methods:
- : [
Install-Module wormies-au-helpers
] - : [
choco install wormies-au-helpers
] - : [
choco install wormies-au-helpers --source https://www.myget.org/F/wormie-nugets --pre
] - Download the 7z archive from the latest , or latest appveyor build artifact
Contributors
Thanks goes to these wonderful people (emoji key):
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> <!-- prettier-ignore --> <table><tr><td align="center"><a href="https://github.com/AdmiringWorm"><img src="https://avatars3.githubusercontent.com/u/1474648?v=4" width="100px;" alt="Kim J. Nordmo"/><br /><sub><b>Kim J. Nordmo</b></sub></a><br /><a href="#maintenance-AdmiringWorm" title="Maintenance">🚧</a></td><td align="center"><a href="https://github.com/RedBaron2"><img src="https://avatars1.githubusercontent.com/u/1191271?v=4" width="100px;" alt="RB"/><br /><sub><b>RB</b></sub></a><br /><a href="https://github.com/WormieCorp/Wormies-AU-Helpers/commits?author=RedBaron2" title="Code">💻</a> <a href="https://github.com/WormieCorp/Wormies-AU-Helpers/issues?q=author%3ARedBaron2+label%3Abug" title="Bug reports">🐛</a></td></tr></table> <!-- ALL-CONTRIBUTORS-LIST:END -->This project follows the all-contributors specification. Contributions of any kind welcome!