From 05ccf57975464aa928784856a7b71986a46d3f0a Mon Sep 17 00:00:00 2001 From: Nat Van Gulck Date: Tue, 3 Oct 2023 23:10:52 +0100 Subject: [PATCH] v1.9.0 --- PBIXInspectorCLI/PBIXInspectorCLI.csproj | 6 +++--- PBIXInspectorWinForm/PBIXInspectorWinForm.csproj | 6 +++--- PBIXInspectorWinForm/PBIXInspectorWinForm.pbitool.json | 2 +- PBIXInspectorWinLibrary/PBIXInspectorWinLibrary.csproj | 6 +++--- README.md | 3 +-- 5 files changed, 11 insertions(+), 12 deletions(-) diff --git a/PBIXInspectorCLI/PBIXInspectorCLI.csproj b/PBIXInspectorCLI/PBIXInspectorCLI.csproj index 31520c5..3fba158 100644 --- a/PBIXInspectorCLI/PBIXInspectorCLI.csproj +++ b/PBIXInspectorCLI/PBIXInspectorCLI.csproj @@ -8,9 +8,9 @@ Program False True - 1.8.2.0 - 1.8.2 - 1.8.2 + 1.9.0.0 + 1.9.0 + 1.9.0 $(VersionPrefix) $(AssembblyName) pbiinspector.ico diff --git a/PBIXInspectorWinForm/PBIXInspectorWinForm.csproj b/PBIXInspectorWinForm/PBIXInspectorWinForm.csproj index a19262d..dabad81 100644 --- a/PBIXInspectorWinForm/PBIXInspectorWinForm.csproj +++ b/PBIXInspectorWinForm/PBIXInspectorWinForm.csproj @@ -6,9 +6,9 @@ enable true enable - 1.8.2.0 - 1.8.2 - 1.8.2 + 1.9.0.0 + 1.9.0 + 1.9.0 README.md pbiinspector.png https://github.com/NatVanG/PBIXInspector diff --git a/PBIXInspectorWinForm/PBIXInspectorWinForm.pbitool.json b/PBIXInspectorWinForm/PBIXInspectorWinForm.pbitool.json index 135fe9a..bcae9a2 100644 --- a/PBIXInspectorWinForm/PBIXInspectorWinForm.pbitool.json +++ b/PBIXInspectorWinForm/PBIXInspectorWinForm.pbitool.json @@ -1,5 +1,5 @@ { - "version": "1.8.2", + "version": "1.9.0", "name": "VisOps with PBI Inspector", "description": "A testing or inspection tool for the visual layer of Microsoft Power BI reports.", "path": "%PATH%", diff --git a/PBIXInspectorWinLibrary/PBIXInspectorWinLibrary.csproj b/PBIXInspectorWinLibrary/PBIXInspectorWinLibrary.csproj index b52b34b..0900ca2 100644 --- a/PBIXInspectorWinLibrary/PBIXInspectorWinLibrary.csproj +++ b/PBIXInspectorWinLibrary/PBIXInspectorWinLibrary.csproj @@ -4,9 +4,9 @@ net6.0 enable enable - 1.8.2.0 - 1.8.2.0 - 1.8.2 + 1.9.0.0 + 1.9.0.0 + 1.9.0 diff --git a/README.md b/README.md index 112de2b..6d30cd7 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,6 @@ Currently these changes need to be made directly in the rules file json, however ***Binaries***: - The self-contained (.NET 6.0 runtime included) Windows Forms application is available at: https://github.com/NatVanG/PBI-Inspector/releases/latest -- For a leaner version (.NET 6.0 runtime not included) of the Windows Forms application see: https://github.com/NatVanG/PBI-Inspector/releases/tag/v1.8.2 Running ```PBIXInspectorWinForm.exe``` presents the user with the following interface: @@ -73,7 +72,7 @@ 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/v1.8.2-CLI (.NET 6.0 dependency not included). +***Binaries***: The command line interface application is available at: https://github.com/NatVanG/PBI-Inspector/releases/tag/v1.9.0-CLI (.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"```