PoshBot.XKCD
1.2.0
PoshBot module for retrieving XKCD comics
Minimum PowerShell version
5.0.0
Installation Options
Owners
Copyright
(c) 2017 Brandon Olin. All rights reserved.
Package Details
Author(s)
- Brandon Olin
Tags
Functions
Dependencies
Release Notes
## 1.1.1 - 2017-09-14
### Fixed
- Ensure TLS 1.2 is used with calling XKCD API (via @DunlapOverbelt).
## [1.1.0] - 2017-07-25
### Added
- Add -AltText switch parameter.
When set, the function will emit Alt Text (formatted as quote via markdown) for each comic image output. (via @alexsalisbury)
## [1.0.2] - 2017-07-12
### Fixed
- Add PoshBot dependency to module manifest.
## [1.0.1] - 2017-03-24
### Changed
- Explicitly export function in module manifest
- Renamed function to conform to PowerShell conventions (verb-noun) and set bot command name to "xkcd" via [PoshBot.BotCommand()] attribute.
## [1.0.0] - 2017-03-21
### Added
- Initial commit
FileList
- PoshBot.XKCD.nuspec
- PoshBot.XKCD.psd1
- PoshBot.XKCD.psm1