From 5366fb78251cb11ec2144ca8d8e6d7f46f43b485 Mon Sep 17 00:00:00 2001 From: abgox Date: Thu, 5 Sep 2024 08:39:09 +0800 Subject: [PATCH] feat: update powershell-yaml.psd1 - Add some links to associate the github repository with the Powershell Gallery. --- powershell-yaml.psd1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/powershell-yaml.psd1 b/powershell-yaml.psd1 index f4cb887..48dc9f8 100644 --- a/powershell-yaml.psd1 +++ b/powershell-yaml.psd1 @@ -30,6 +30,8 @@ ModuleVersion = '0.4.8' PrivateData = @{ PSData = @{ Prerelease = 'rc2' + LicenseUri = 'https://github.com/cloudbase/powershell-yaml/blob/master/LICENSE' + ProjectUri = 'https://github.com/cloudbase/powershell-yaml' } }