Skip to content

Commit

Permalink
Prepare file for 1.1.0 manifests - #31
Browse files Browse the repository at this point in the history
  • Loading branch information
Trenly committed Jan 19, 2022
1 parent f28198e commit 39421b0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Tools/YamlCreate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,24 @@ $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
#>

# Installs `powershell-yaml` as a dependency for parsing yaml content
if (-not(Get-Module -ListAvailable -Name powershell-yaml)) {
try {
Expand Down

0 comments on commit 39421b0

Please sign in to comment.