From 0c5e49fa07adc2592f42b75728b10e77a242e842 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sat, 24 May 2014 13:18:19 +0400 Subject: 2.0: dropped WP7 support, dropped WPtoolkit --- Juick/Properties/AssemblyInfo.cs | 4 ++-- Juick/Properties/WMAppManifest.xml | 33 ++++++++++++++++++++++++++------- 2 files changed, 28 insertions(+), 9 deletions(-) (limited to 'Juick/Properties') diff --git a/Juick/Properties/AssemblyInfo.cs b/Juick/Properties/AssemblyInfo.cs index a054912..928036d 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("1.1.2.*")] -[assembly: AssemblyFileVersion("1.1.2.*")] +[assembly: AssemblyVersion("2.0.0.1")] +[assembly: AssemblyFileVersion("2.0.0.1")] [assembly: NeutralResourcesLanguageAttribute("en-US")] diff --git a/Juick/Properties/WMAppManifest.xml b/Juick/Properties/WMAppManifest.xml index cf6c5ef..68d520d 100644 --- a/Juick/Properties/WMAppManifest.xml +++ b/Juick/Properties/WMAppManifest.xml @@ -1,13 +1,13 @@  - - + + + ApplicationIcon.png - @@ -17,17 +17,31 @@ + + + + - + - - ApplicationTile.png + + ApplicationTile.png 0 + ApplicationTile.png Juick - + + + + + + + + + False + @@ -36,5 +50,10 @@ + + + + + \ No newline at end of file -- cgit v1.2.3