-
-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8a58d90
commit 200347a
Showing
10 changed files
with
240 additions
and
110 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
# Change log for PSReleaseTools | ||
|
||
## v0.7.0 | ||
|
||
+ Added switch parameter on `Get-PSReleaseAsset` to only get x64 versions | ||
+ Added an option to display current release summary as a markdown document | ||
+ help updates | ||
+ file cleanup for the PowerShell Gallery | ||
+ fixed license | ||
|
||
## v0.6.1 | ||
|
||
+ Added code to fix TLS issue with GitHub (Issue #5) | ||
|
||
## v0.6.0 | ||
|
||
+ Updated to support GA for PowerShell 6 (Issue #4) | ||
+ Changed Save-PSReleaseAsset Name parameter to Family | ||
+ Modified Family values | ||
+ Updated documentation | ||
+ Updated screen shots and README.md | ||
|
||
## v0.5.1.0 | ||
|
||
+ added asset support for SUSE and AppImage | ||
+ minor changes to help documentation | ||
+ updated Pester tests | ||
|
||
## v0.5.0.0 | ||
|
||
+ modified download to pull file hashes from summary | ||
+ and compare them to downloaded files. This is BREAKING CHANGE. | ||
+ Updated Get-PSReleaseAsset to include the SHA256 hash | ||
+ Updated help | ||
+ updated README | ||
|
||
## v0.4.0.2 | ||
|
||
+ fixed semantic versioning in the manifest | ||
|
||
## v0.4.0.1 | ||
|
||
+ Changed to semantic versioning | ||
|
||
## v0.4.0 | ||
|
||
+ updated author name in manifest | ||
+ Added Get-PSReleaseCurrent | ||
+ Updated help | ||
|
||
## v0.3.0 | ||
|
||
+ Renamed Save-PSRelease to Save-PSReleaseAsset for consistency (Issue #1) | ||
+ Updated documentation | ||
+ Updated manifest | ||
+ Published to PSGallery | ||
|
||
## v0.2.0 | ||
|
||
+ Added external documentation | ||
|
||
## v0.1.0 | ||
|
||
+ Initial module release | ||
+ updated license copyright | ||
+ updated README |
This file was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.