From 992415b1137af5b12ce092531f62dc4d751fab28 Mon Sep 17 00:00:00 2001 From: Nat Van Gulck Date: Fri, 13 Oct 2023 10:28:44 +0100 Subject: [PATCH] Fixed broken release links. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bba707d..a246b95 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Currently these changes need to be made directly in the rules file json, however ## Run from the graphical user interface (GUI) ***Binaries***: -- The self-contained (.NET 6.0 runtime included) Windows Forms application is available at: https://github.com/NatVanG/PBI-Inspector/releases/latest +- The self-contained (.NET 6.0 runtime included) Windows Forms application is available at: https://github.com/NatVanG/PBI-Inspector/releases/tag/v1.9.1-WinForm Running ```PBIXInspectorWinForm.exe``` presents the user with the following interface: @@ -72,7 +72,8 @@ Running ```PBIXInspectorWinForm.exe``` presents the user with the following inte ## Run from the command line -***Binaries***: The command line interface application is available at: https://github.com/NatVanG/PBI-Inspector/releases/tag/latest (.NET 6.0 dependency not included). +***Binaries***: The command line interface application is available at: https://github.com/NatVanG/PBI-Inspector/releases/latest +(.NET 6.0 dependency not included). To inspect a PBIP file using the samples included in the [release files](https://github.com/NatVanG/PBIXInspector/releases), use the following command line: ```PBIXInspectorCLI.exe -pbipreport "Files\pbip\Inventory sample.pbip" -rules "Files\Base-rules.json"```