diff options
author | Vitaly Takmazov | 2015-12-29 02:31:55 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2015-12-29 02:31:55 +0300 |
commit | 332295a92b951fecbb757e28b3371e24b2ff6b38 (patch) | |
tree | 966a470ee16d650ff47d914c72ffe275901544e4 /Juick | |
parent | d48b3877a92ab98537e25cb33110fac400e86110 (diff) |
update metadata
Diffstat (limited to 'Juick')
-rw-r--r-- | Juick/Package.appxmanifest | 88 | ||||
-rw-r--r-- | Juick/Properties/AssemblyInfo.cs | 4 | ||||
-rw-r--r-- | Juick/Properties/WMAppManifest.xml | 2 |
3 files changed, 47 insertions, 47 deletions
diff --git a/Juick/Package.appxmanifest b/Juick/Package.appxmanifest index 4d683bb..e5e8833 100644 --- a/Juick/Package.appxmanifest +++ b/Juick/Package.appxmanifest @@ -1,45 +1,45 @@ -<?xml version="1.0" encoding="utf-8"?> -<Package xmlns="http://schemas.microsoft.com/appx/2010/manifest" xmlns:m2="http://schemas.microsoft.com/appx/2013/manifest" xmlns:m3="http://schemas.microsoft.com/appx/2014/manifest" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest"> - <Identity Name="d4259491-7ed7-4180-9a34-85431ffec3cb" Publisher="CN=kkosu_000" Version="2.1.0.0" /> - <mp:PhoneIdentity PhoneProductId="ba7895cf-3f11-4459-9f91-6fe7df26e202" PhonePublisherId="bfbcb16e-c78a-4595-afc6-6ada592f1adc" /> - <Properties> - <DisplayName>Juick</DisplayName> - <PublisherDisplayName>anonymous</PublisherDisplayName> - <Logo>Assets\StoreLogo.png</Logo> - </Properties> - <Prerequisites> - <OSMinVersion>6.3.1</OSMinVersion> - <OSMaxVersionTested>6.3.1</OSMaxVersionTested> - </Prerequisites> - <Resources> - <Resource Language="x-generate" /> - </Resources> - <Applications> - <Application Id="xba7895cfy3f11y4459y9f91y6fe7df26e202x" Executable="AGHost.exe" EntryPoint="MainPage.xaml"> - <m3:VisualElements DisplayName="Juick" Square150x150Logo="Assets\SquareTile150x150.png" Square44x44Logo="Assets\Logo.png" Description="Juick" ForegroundText="light" BackgroundColor="#464646" ToastCapable="true"> - <m3:LockScreen Notification="badge" BadgeLogo="Assets\BadgeLogo.png" /> - <m3:DefaultTile Square71x71Logo="Assets\SquareTile71x71.png" Wide310x150Logo="Assets\WideLogo.png"> - </m3:DefaultTile> - <m3:SplashScreen Image="Assets\SplashScreen.png" /> - </m3:VisualElements> - <Extensions> - <Extension Category="windows.backgroundTasks" EntryPoint="AgHost.BackgroundTask"> - <BackgroundTasks> - <Task Type="systemEvent" /> - </BackgroundTasks> - </Extension> - </Extensions> - </Application> - </Applications> - <Extensions> - <Extension Category="windows.activatableClass.inProcessServer"> - <InProcessServer> - <Path>AgHostSvcs.dll</Path> - <ActivatableClass ActivatableClassId="AgHost.BackgroundTask" ThreadingModel="both" /> - </InProcessServer> - </Extension> - </Extensions> - <Capabilities> - <Capability Name="internetClientServer" /> - </Capabilities> +<?xml version="1.0" encoding="utf-8"?>
+<Package xmlns="http://schemas.microsoft.com/appx/2010/manifest" xmlns:m2="http://schemas.microsoft.com/appx/2013/manifest" xmlns:m3="http://schemas.microsoft.com/appx/2014/manifest" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest">
+ <Identity Name="24332vitalyster.Juick" Publisher="CN=53E46D94-0437-496E-8305-A796E8844374" Version="2.1.4.0" />
+ <mp:PhoneIdentity PhoneProductId="ba7895cf-3f11-4459-9f91-6fe7df26e202" PhonePublisherId="53E46D94-0437-496E-8305-A796E8844374" />
+ <Properties>
+ <DisplayName>Juick</DisplayName>
+ <PublisherDisplayName>vitalyster</PublisherDisplayName>
+ <Logo>Assets\StoreLogo.png</Logo>
+ </Properties>
+ <Prerequisites>
+ <OSMinVersion>6.3.1</OSMinVersion>
+ <OSMaxVersionTested>6.3.1</OSMaxVersionTested>
+ </Prerequisites>
+ <Resources>
+ <Resource Language="x-generate" />
+ </Resources>
+ <Applications>
+ <Application Id="Juick" Executable="AGHost.exe" EntryPoint="MainPage.xaml">
+ <m3:VisualElements DisplayName="Juick" Square150x150Logo="Assets\SquareTile150x150.png" Square44x44Logo="Assets\Logo.png" Description="Juick" ForegroundText="light" BackgroundColor="#464646" ToastCapable="true">
+ <m3:LockScreen Notification="badge" BadgeLogo="Assets\BadgeLogo.png" />
+ <m3:DefaultTile Square71x71Logo="Assets\SquareTile71x71.png" Wide310x150Logo="Assets\WideLogo.png">
+ </m3:DefaultTile>
+ <m3:SplashScreen Image="Assets\SplashScreen.png" />
+ </m3:VisualElements>
+ <Extensions>
+ <Extension Category="windows.backgroundTasks" EntryPoint="AgHost.BackgroundTask">
+ <BackgroundTasks>
+ <Task Type="systemEvent" />
+ </BackgroundTasks>
+ </Extension>
+ </Extensions>
+ </Application>
+ </Applications>
+ <Extensions>
+ <Extension Category="windows.activatableClass.inProcessServer">
+ <InProcessServer>
+ <Path>AgHostSvcs.dll</Path>
+ <ActivatableClass ActivatableClassId="AgHost.BackgroundTask" ThreadingModel="both" />
+ </InProcessServer>
+ </Extension>
+ </Extensions>
+ <Capabilities>
+ <Capability Name="internetClientServer" />
+ </Capabilities>
</Package>
\ No newline at end of file diff --git a/Juick/Properties/AssemblyInfo.cs b/Juick/Properties/AssemblyInfo.cs index 578be39..e4ad33a 100644 --- a/Juick/Properties/AssemblyInfo.cs +++ b/Juick/Properties/AssemblyInfo.cs @@ -32,6 +32,6 @@ using System.Resources; //
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
-[assembly: AssemblyVersion("2.1.1")]
-[assembly: AssemblyFileVersion("2.1.1")]
+[assembly: AssemblyVersion("2.1.4")]
+[assembly: AssemblyFileVersion("2.1.4")]
[assembly: NeutralResourcesLanguageAttribute("en-US")]
diff --git a/Juick/Properties/WMAppManifest.xml b/Juick/Properties/WMAppManifest.xml index 416159e..b589be0 100644 --- a/Juick/Properties/WMAppManifest.xml +++ b/Juick/Properties/WMAppManifest.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?>
<Deployment xmlns="http://schemas.microsoft.com/windowsphone/2014/deployment" AppPlatformVersion="8.1">
<DefaultLanguage xmlns="" code="en-US" />
- <App xmlns="" ProductID="{ba7895cf-3f11-4459-9f91-6fe7df26e202}" Title="Juick" RuntimeType="Silverlight" Version="2.1.1" Genre="apps.normal" Author="Juick author" Description="Client for the juick.com service" Publisher="Juick" PublisherID="{bfbcb16e-c78a-4595-afc6-6ada592f1adc}" NotificationService="WNS">
+ <App xmlns="" ProductID="{ba7895cf-3f11-4459-9f91-6fe7df26e202}" Title="Juick" RuntimeType="Silverlight" Version="2.1.4" Genre="apps.normal" Author="Juick author" Description="Client for the juick.com service" Publisher="Juick" PublisherID="{bfbcb16e-c78a-4595-afc6-6ada592f1adc}" NotificationService="WNS">
<IconPath IsRelative="true" IsResource="false">Assets\ApplicationIcon.png</IconPath>
<Capabilities>
<Capability Name="ID_CAP_IDENTITY_DEVICE" />
|