Skip to content

Commit afb4f63

Browse files
committed
Updated authors and project icon URI
1 parent f549166 commit afb4f63

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

AppvProvider.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Tags = @('VirtualEngine','Powershell','OneGet','Appv','App-V');
1414
LicenseUri = 'https://raw.githubusercontent.com/VirtualEngine/AppvProvider/master/LICENSE';
1515
ProjectUri = 'https://github.com/VirtualEngine/AppvProvider';
16-
IconUri = 'https://raw.githubusercontent.com/VirtualEngine/AppvProvider/b0d3234d050d9be087a088afd95a15c744d76cea/appv_oneget.png';
16+
IconUri = 'https://raw.githubusercontent.com/VirtualEngine/AppvProvider/master/appv_oneget.png';
1717
} # End of PSData hashtable
1818
};
1919
}

Build.PSake.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Properties {
1010
$thumbprint = 'D10BB31E5CE3048A7D4DA0A4DD681F05A85504D3';
1111
$timeStampServer = 'http://timestamp.verisign.com/scripts/timestamp.dll';
1212
$company = 'Virtual Engine';
13-
$author = 'Iain Brighton';
13+
$author = 'Iain Brighton, Nathan Sperry';
1414
$githubOwner = 'VirtualEngine';
1515
$githubTokenPath = '~\Github.apitoken';
1616
$chocolateyTokenPath = '~\Chocolatey.apitoken';

0 commit comments

Comments
 (0)