From 23169383a55fa7c253f2ffb4a0d24980feb0f8b4 Mon Sep 17 00:00:00 2001 From: Ilkka Laukkanen Date: Wed, 19 Dec 2012 12:00:47 +0200 Subject: [PATCH] Bump version to 1.1.1.0 --- CameraExplorer/Properties/AssemblyInfo.cs | 4 ++-- CameraExplorer/Properties/WMAppManifest.xml | 2 +- release_notes.txt | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CameraExplorer/Properties/AssemblyInfo.cs b/CameraExplorer/Properties/AssemblyInfo.cs index d265691..8e61c99 100644 --- a/CameraExplorer/Properties/AssemblyInfo.cs +++ b/CameraExplorer/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.0.0")] -[assembly: AssemblyFileVersion("1.1.0.0")] +[assembly: AssemblyVersion("1.1.1.0")] +[assembly: AssemblyFileVersion("1.1.1.0")] [assembly: NeutralResourcesLanguageAttribute("en-US")] diff --git a/CameraExplorer/Properties/WMAppManifest.xml b/CameraExplorer/Properties/WMAppManifest.xml index 2695c65..264eec6 100644 --- a/CameraExplorer/Properties/WMAppManifest.xml +++ b/CameraExplorer/Properties/WMAppManifest.xml @@ -1,7 +1,7 @@  - + Assets\ApplicationIcon.png diff --git a/release_notes.txt b/release_notes.txt index 3509da6..8b98c77 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -18,9 +18,9 @@ For more information on implementation and porting, visit the wiki pages: What's new ---------- -Version 1.1.0.0: Implemented tap-to-focus and Lens Picker integration +Version 1.1: Implemented tap-to-focus and Lens Picker integration -Version 1.0.0.0: First release of the Camera Explorer +Version 1.0: First release of the Camera Explorer 1. Usage