diff --git a/Docs/Save-PSReleaseAsset.md b/Docs/Save-PSReleaseAsset.md index 92f70ee..8b8c871 100644 --- a/Docs/Save-PSReleaseAsset.md +++ b/Docs/Save-PSReleaseAsset.md @@ -7,7 +7,7 @@ schema: 2.0.0 # Save-PSReleaseAsset ## SYNOPSIS -Download the latest PowerShell v6 alpha releases +Download the latest PowerShell v6 beta releases ## SYNTAX @@ -96,7 +96,7 @@ Select one or more platforms. Type: String[] Parameter Sets: Name Aliases: - +Accepted Values: AppImage,CentOS,MacOS,Suse,Ubuntu14,Ubuntu16,Win10,Win7-x64,Win7-x86,Win81 Required: True Position: Named Default value: None diff --git a/PSReleaseTools.psm1 b/PSReleaseTools.psm1 index 33f1f9b..4a5fa94 100644 --- a/PSReleaseTools.psm1 +++ b/PSReleaseTools.psm1 @@ -298,6 +298,7 @@ Process { @{Name="Format";Expression={ $_.name.split(".")[-1] }}, + @{Name="SizeMB";Expression = {$h.size -as [int32]}}, @{Name="Hash";Expression = {$h.item($_.name)}}, @{Name="Created";Expression={$_.Created_at -as [datetime]}}, @{Name="Updated";Expression={$_.Updated_at -as [datetime]}}, diff --git a/en-US/PSReleaseTools-help.xml b/en-US/PSReleaseTools-help.xml index 994be54..7fb7811 100644 --- a/en-US/PSReleaseTools-help.xml +++ b/en-US/PSReleaseTools-help.xml @@ -1,5 +1,5 @@  - + Get-PSReleaseAsset @@ -23,6 +23,8 @@ Ubuntu MacOS CentOS +Suse +AppImage String[] String[] @@ -280,7 +282,7 @@ PowerShell_6.0.0.14-alpha.14-win81-x64.msi 12/14/2016 8:48:23 PM 4 Save-PSReleaseAsset Save PSReleaseAsset -Download the latest PowerShell v6 alpha releases +Download the latest PowerShell v6 beta releases @@ -346,6 +348,17 @@ PowerShell_6.0.0.14-alpha.14-win81-x64.msi 12/14/2016 8:48:23 PM 4 Select one or more platforms. +AppImage +CentOS +MacOS +Suse +Ubuntu14 +Ubuntu16 +Win10 +Win7-x64 +Win7-x86 +Win81 + String[] String[]