Skip to content

Commit

Permalink
Merge pull request #89 from OpportunityLiu/dev
Browse files Browse the repository at this point in the history
fix #88

Former-commit-id: b69a26115faf70dcb4ef60f5b63defc3a9165c37 [formerly 7348d44]
Former-commit-id: 04e413032154e6d8f016486bc35dd29ac5f8e00b
  • Loading branch information
OpportunityLiu authored Aug 14, 2018
2 parents ed67fea + 6ffee29 commit 997b372
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion ExViewer/ExViewer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
<AppxBundlePlatforms>x86|x64|arm</AppxBundlePlatforms>
<PackageCertificateThumbprint>AC82A857467374ACB64C3F8A542446485164DD50</PackageCertificateThumbprint>
<HockeyAppResourceId>9c09ca3908114a38a09c81ca8b68ee39</HockeyAppResourceId>
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
<AppInstallerUpdateFrequency>1</AppInstallerUpdateFrequency>
<AppInstallerCheckForUpdateFrequency>OnApplicationRun</AppInstallerCheckForUpdateFrequency>
</PropertyGroup>
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
<VisualStudioVersion>14.0</VisualStudioVersion>
Expand Down Expand Up @@ -694,7 +697,7 @@
<Version>1.3.10</Version>
</PackageReference>
<PackageReference Include="Opportunity.UWP.Controls">
<Version>1.0.1</Version>
<Version>1.0.3</Version>
</PackageReference>
<PackageReference Include="Opportunity.UWP.Converters">
<Version>1.0.0</Version>
Expand Down
2 changes: 1 addition & 1 deletion ExViewer/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" IgnorableNamespaces="uap mp uap3">
<Identity Name="2289Opportunity.E-Viewer" Publisher="CN=Opportunity" Version="2018.8.13.0" />
<Identity Name="2289Opportunity.E-Viewer" Publisher="CN=Opportunity" Version="2018.8.14.0" />
<mp:PhoneIdentity PhoneProductId="b0e97c45-19f9-4a1b-9836-fa1508c91c7e" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>ms-resource:///Resources/AppDisplayName</DisplayName>
Expand Down

0 comments on commit 997b372

Please sign in to comment.