Skip to content

Commit

Permalink
Bump to v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Trenly committed Jan 19, 2022
1 parent 3867c88 commit cdce2c6
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions Tools/YamlCreate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if ($Settings) {
exit
}

$ScriptHeader = '# Created with YamlCreate.ps1 v2.0.4'
$ScriptHeader = '# Created with YamlCreate.ps1 v2.0.5'
$ManifestVersion = '1.1.0'
$PSDefaultParameterValues = @{ '*:Encoding' = 'UTF8' }
$Utf8NoBomEncoding = New-Object System.Text.UTF8Encoding $False
Expand Down Expand Up @@ -83,24 +83,6 @@ $ofs = ', '
https://github.com/microsoft/winget-pkgs/blob/master/Tools/YamlCreate.ps1
#>

<#
----- TO DO -----
# Installer Properties -
# Dependencies
# - Windows Libraries
# - Winget Package Dependencies
# Release Date
# ARP Data
# - Display Name
# - Publisher
# - Display Version
# Locale Properties -
# Release Notes
# Release Notes URL
# Misc changes -
# Sort file extensions
#>

# Fetch Schema data from github for entry validation, key ordering, and automatic commenting
try {
$ProgressPreference = 'SilentlyContinue'
Expand Down

0 comments on commit cdce2c6

Please sign in to comment.