Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Commit

Permalink
8.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
quanglam2807 committed Aug 16, 2018
1 parent 8b1a886 commit 3f5a8a3
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
1 change: 1 addition & 0 deletions Package.StoreAssociation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<StoreAssociation xmlns="http://schemas.microsoft.com/appx/2010/storeassociation">
<Publisher>CN=C635F506-DEEB-41A4-8CAA-16689F486ED2</Publisher>
<PublisherDisplayName>Quang Lam</PublisherDisplayName>
<DeveloperAccountType>MSA</DeveloperAccountType>
<GeneratePackageHash>http://www.w3.org/2001/04/xmlenc#sha256</GeneratePackageHash>
<SupportedLocales>
<Language Code="af" InMinimumRequirementSet="true" />
Expand Down
4 changes: 3 additions & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ url: "https://translatiumapp.com" # the base hostname & protocol for your site,
# Build settings
markdown: kramdown
plugins:
- jekyll-redirect-from
- jekyll-redirect-from

google_analytics: UA-124034530-2
Binary file modified embedded.provisionprofile
Binary file not shown.
2 changes: 1 addition & 1 deletion 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" IgnorableNamespaces="uap mp">
<Identity Name="55974nhutquang97.5translate" Version="2018.603.0.0" Publisher="CN=C635F506-DEEB-41A4-8CAA-16689F486ED2" />
<Identity Name="55974nhutquang97.5translate" Version="2018.816.0.0" Publisher="CN=C635F506-DEEB-41A4-8CAA-16689F486ED2" />
<mp:PhoneIdentity PhoneProductId="4e3a1eec-c9c4-4b27-a671-55ec393ccad1" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>Translatium Translator</DisplayName>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "translatium",
"description": "Google Translate client for macOS & Windows",
"version": "8.3.3",
"version": "8.4.0",
"main": "public/electron.js",
"repository": "https://github.com/quanglam2807/translatium",
"author": {
Expand Down
7 changes: 5 additions & 2 deletions windows.jsproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,18 @@
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\$(WMSJSProjectDirectory)\Microsoft.VisualStudio.$(WMSJSProject).props" />
<PropertyGroup>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion>10.0.16299.0</TargetPlatformVersion>
<TargetPlatformVersion>10.0.17134.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>$(VersionNumberMajor).$(VersionNumberMinor)</MinimumVisualStudioVersion>
<DefaultLanguage>en</DefaultLanguage>
<PackageCertificateKeyFile>windows_StoreKey.pfx</PackageCertificateKeyFile>
<PackageCertificateThumbprint>35239E66313A59D4782393878D8FAFEFA97610CD</PackageCertificateThumbprint>
<PackageCertificateThumbprint>7139F6EFE170CCEF6A1A94D6287D2D28CC7E874B</PackageCertificateThumbprint>
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
<AppxBundle>Always</AppxBundle>
<AppxBundlePlatforms>neutral</AppxBundlePlatforms>
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
<AppInstallerUpdateFrequency>1</AppInstallerUpdateFrequency>
<AppInstallerCheckForUpdateFrequency>OnApplicationRun</AppInstallerCheckForUpdateFrequency>
</PropertyGroup>
<ItemGroup>
<AppxManifest Include="package.appxmanifest">
Expand Down

0 comments on commit 3f5a8a3

Please sign in to comment.