boots icon indicating copy to clipboard operation
boots copied to clipboard

Check if package is installed

Open VladislavAntonyuk opened this issue 4 years ago • 0 comments

Add method to check if package is installed:

if (!Boots.IsInstalled(Product.Mono, ReleaseChannel.Preview)){
     await Boots (Product.Mono, ReleaseChannel.Preview);
}

VladislavAntonyuk avatar Mar 17 '20 18:03 VladislavAntonyuk