-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Changed - Update `README.md` to fix shields.io links.
- Loading branch information
Showing
4 changed files
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
# :arrows_clockwise: Brickset Catalogue Changelog | ||
|
||
|
||
## [0.1.1] - 2022-05-29 | ||
## [0.1.2] - 2022-05-29 | ||
|
||
### Changed | ||
- Update `README.md` to fix shields.io links. | ||
### Fixed | ||
- Add blankline between image and table to improve formatting. | ||
|
||
### Removed | ||
- Remove Text output due to formatting issues | ||
- Remove Text output due to formatting issues. | ||
## [0.1.0] - 2022-05-29 | ||
### Added | ||
- Initial release | ||
- Initial release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,7 @@ function New-BricksetCatalogue { | |
PS C:\>New-BricksetCatalogue -Format HTML,Word -Username '[email protected]' -Password 'LEGO!' -ApiKey 'cgY-67-tYUip' -OutputFolder 'C:\MyDocs' | ||
Creates a Brickset catalogue in HTML and Word formats using the specified username, password and API key. | ||
.NOTES | ||
Version: 0.1.1 | ||
Version: 0.1.2 | ||
Author: Tim Carman | ||
Twitter: @tpcarman | ||
Github: tpcarman | ||
|