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

Commit

Permalink
8.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
quanglam2807 committed Apr 26, 2018
1 parent fa26bc9 commit a92be78
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions 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.326.0.0" Publisher="CN=C635F506-DEEB-41A4-8CAA-16689F486ED2" />
<Identity Name="55974nhutquang97.5translate" Version="2018.426.0.0" Publisher="CN=quanglam2807" />
<mp:PhoneIdentity PhoneProductId="542ac88d-3de3-42a5-b93e-4ff8110b203e" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>Translatium Translator</DisplayName>
Expand All @@ -27,16 +27,16 @@
<uap:SplashScreen Image="build-resources\windows-images\Splash620x300.png" BackgroundColor="#43A047" />
</uap:VisualElements>
<Extensions>
<uap:Extension Category="windows.protocol">
<uap:Protocol Name="translatium">
<uap:DisplayName>Translatium</uap:DisplayName>
</uap:Protocol>
</uap:Extension>
<uap:Extension Category="windows.shareTarget">
<uap:ShareTarget Description="Translate text with Translatium">
<uap:DataFormat>Text</uap:DataFormat>
</uap:ShareTarget>
</uap:Extension>
<uap:Extension Category="windows.protocol">
<uap:Protocol Name="translatium">
<uap:DisplayName>Translatium</uap:DisplayName>
</uap:Protocol>
</uap:Extension>
</Extensions>
</Application>
</Applications>
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.2.0",
"version": "8.2.1",
"main": "public/electron.js",
"repository": "https://github.com/quanglam2807/translatium",
"author": {
Expand Down
6 changes: 3 additions & 3 deletions windows.jsproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
<TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>$(VersionNumberMajor).$(VersionNumberMinor)</MinimumVisualStudioVersion>
<DefaultLanguage>en</DefaultLanguage>
<PackageCertificateKeyFile>windows_StoreKey.pfx</PackageCertificateKeyFile>
<PackageCertificateThumbprint>86C4A500B9FCEEF78F44B7C381139FAE23E1B94F</PackageCertificateThumbprint>
<PackageCertificateKeyFile>windows_TemporaryKey.pfx</PackageCertificateKeyFile>
<PackageCertificateThumbprint>8384C2B61D752CBD1C9B32BA3AFCC7F2D9B167BB</PackageCertificateThumbprint>
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
<AppxBundle>Always</AppxBundle>
<AppxBundlePlatforms>neutral</AppxBundlePlatforms>
Expand Down Expand Up @@ -104,9 +104,9 @@
<Content Include="build-resources\windows-images\Wide310x150.scale-200.png" />
<Content Include="build-resources\windows-images\Wide310x150.scale-400.png" />
<Content Include="build\**\**" />
<None Include="windows_TemporaryKey.pfx" />
<None Include="windows_StoreKey.pfx" />
<None Include="Package.xml" />
<None Include="windows_TemporaryKey.pfx" />
<None Include="Package.StoreAssociation.xml" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\$(WMSJSProjectDirectory)\Microsoft.VisualStudio.$(WMSJSProject).targets" />
Expand Down

0 comments on commit a92be78

Please sign in to comment.