diff --git a/.gitignore b/.gitignore index 114a799..212f959 100644 --- a/.gitignore +++ b/.gitignore @@ -355,3 +355,6 @@ MigrationBackup/ # Ionide (cross platform F# VS Code tools) working folder .ionide/ + +# VisualStudio launch settings +launchSettings.json diff --git a/StoreLib.Cli/CommandHandler.cs b/StoreLib.Cli/CommandHandler.cs index 7f389c7..5947da8 100644 --- a/StoreLib.Cli/CommandHandler.cs +++ b/StoreLib.Cli/CommandHandler.cs @@ -86,7 +86,7 @@ public static async Task PackagesAsync(DisplayCatalogHandler dcatHandler, string var product = dcatHandler.ProductListing.Products[0]; var props = product.DisplaySkuAvailabilities[0].Sku.Properties; var header = $"{product.LocalizedProperties[0].ProductTitle} - {product.LocalizedProperties[0].PublisherName}"; - + dcatHandler.ProductListing.Product = product; Console.WriteLine($"Processing {header}");