From 9ad82ddaa924e210a6dc782dc76920b2c6d4bc9d Mon Sep 17 00:00:00 2001 From: Hiroshi Ohno Date: Wed, 18 Jan 2017 23:27:48 -0800 Subject: [PATCH] Update the version to 1.1.2. --- README.md | 3 ++- WatchFolderService/Properties/AssemblyInfo.cs | 4 ++-- WatchFolderServiceInstaller/Product.wxs | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8a8ce71..5c18741 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,8 @@ In addition, Visual Studio automatically downloads AWS SDK (version 2) via NuGet Tip for development ------------------- -You may install and uninstall the service without installer. +You may install and uninstall the service without installer. + 1. Open the Developer Command Prompt in Visual Studio Tools 1. Navigate to the folder containing the .exe file for the service 1. Use the command: installutil.exe WatchFolderService.exe diff --git a/WatchFolderService/Properties/AssemblyInfo.cs b/WatchFolderService/Properties/AssemblyInfo.cs index 08f37d9..368eb2a 100644 --- a/WatchFolderService/Properties/AssemblyInfo.cs +++ b/WatchFolderService/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.1.1.0")] -[assembly: AssemblyFileVersion("1.1.1.0")] +[assembly: AssemblyVersion("1.1.2.0")] +[assembly: AssemblyFileVersion("1.1.2.0")] diff --git a/WatchFolderServiceInstaller/Product.wxs b/WatchFolderServiceInstaller/Product.wxs index 0fa9394..6225b01 100644 --- a/WatchFolderServiceInstaller/Product.wxs +++ b/WatchFolderServiceInstaller/Product.wxs @@ -1,6 +1,6 @@ - +