Skip to content

Commit

Permalink
Bumped Octokit to 8.0.0- (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
Timthreetwelve committed Sep 27, 2023
1 parent 0310b20 commit fa4f446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WUView/WUView.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</PackageReference>
<PackageReference Include="MaterialDesignThemes" Version="4.9.0" />
<PackageReference Include="NLog" Version="5.2.4" />
<PackageReference Include="Octokit" Version="7.2.0" />
<PackageReference Include="Octokit" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down Expand Up @@ -70,7 +70,7 @@
<Target Name="CompileSetup" AfterTargets="PublishZip">
<PropertyGroup>
<PowerShellScript>-File "D:\Visual Studio\Source\PowerShell\PublishInnoSetup\PubSetup.ps1"</PowerShellScript>
<ScriptName>-issScript &quot;$(ProjectDir)Inno_Setup\WUView.iss&quot;</ScriptName>
<ScriptName>-issScript "$(ProjectDir)Inno_Setup\WUView.iss"</ScriptName>
</PropertyGroup>
<Exec Command="pwsh -NoProfile $(PowerShellScript) $(ScriptName)" />
</Target>
Expand Down

0 comments on commit fa4f446

Please sign in to comment.