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 @@ - +