Skip to content

Commit

Permalink
v1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Nat Van Gulck authored and Nat Van Gulck committed Sep 30, 2023
1 parent 3ec8962 commit 566d611
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions PBIXInspectorCLI/PBIXInspectorCLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<StartupObject>Program</StartupObject>
<SignAssembly>False</SignAssembly>
<IsPublishable>True</IsPublishable>
<FileVersion>1.8.1.0</FileVersion>
<AssemblyVersion>1.8.1</AssemblyVersion>
<VersionPrefix>1.8.1</VersionPrefix>
<FileVersion>1.8.2.0</FileVersion>
<AssemblyVersion>1.8.2</AssemblyVersion>
<VersionPrefix>1.8.2</VersionPrefix>
<Version>$(VersionPrefix)</Version>
<Product>$(AssembblyName)</Product>
<ApplicationIcon>pbiinspector.ico</ApplicationIcon>
Expand Down
6 changes: 3 additions & 3 deletions PBIXInspectorWinForm/PBIXInspectorWinForm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<FileVersion>1.8.1.0</FileVersion>
<AssemblyVersion>1.8.1</AssemblyVersion>
<VersionPrefix>1.8.1</VersionPrefix>
<FileVersion>1.8.2.0</FileVersion>
<AssemblyVersion>1.8.2</AssemblyVersion>
<VersionPrefix>1.8.2</VersionPrefix>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>pbiinspector.png</PackageIcon>
<PackageProjectUrl>https://github.com/NatVanG/PBIXInspector</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion PBIXInspectorWinForm/PBIXInspectorWinForm.pbitool.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.8.1",
"version": "1.8.2",
"name": "VisOps with PBI Inspector",
"description": "A testing or inspection tool for the visual layer of Microsoft Power BI reports.",
"path": "%PATH%",
Expand Down
6 changes: 3 additions & 3 deletions PBIXInspectorWinLibrary/PBIXInspectorWinLibrary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyVersion>1.8.1.0</AssemblyVersion>
<FileVersion>1.8.1.0</FileVersion>
<VersionPrefix>1.8.1</VersionPrefix>
<AssemblyVersion>1.8.2.0</AssemblyVersion>
<FileVersion>1.8.2.0</FileVersion>
<VersionPrefix>1.8.2</VersionPrefix>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 566d611

Please sign in to comment.