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