Skip to content

Commit

Permalink
Update AppCenter packages
Browse files Browse the repository at this point in the history
  • Loading branch information
shibayan committed Sep 21, 2020
1 parent e319289 commit 4c544c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
/p:Version="${{ steps.setup_version.outputs.VERSION }}"
/p:UapAppxPackageBuildMode=StoreUpload
/p:AppxBundlePlatforms="${{ env.BUNDLE_PLATFORMS }}"
/p:AppxPackageDir=.\packed
/p:AppxPackageDir=..\packed
/p:AppxBundle=Always
/p:AppxPackageSigningEnabled=false
/p:PackageCertificateThumbprint=""
Expand Down
4 changes: 2 additions & 2 deletions WinQuickLook/WinQuickLook.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

<ItemGroup>
<PackageReference Include="AvalonEdit" Version="6.0.1" />
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="3.4.1" />
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="3.4.1" />
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="3.4.2" />
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="3.4.2" />
<PackageReference Include="Microsoft.Windows.SDK.Contracts" Version="10.0.18362.2005" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="PdfiumViewer" Version="2.13.0">
Expand Down

0 comments on commit 4c544c9

Please sign in to comment.