Skip to content

Commit

Permalink
Update the version to 1.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
hohno-panopto committed Jan 19, 2017
1 parent e59aa7b commit 9ad82dd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions WatchFolderService/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
2 changes: 1 addition & 1 deletion WatchFolderServiceInstaller/Product.wxs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="*" Name="Panopto Watch Folder Service" Version="1.1.1.0" Manufacturer="Panopto" Language="1033" UpgradeCode="841957fd-9904-43a3-8c78-84b9a7c8219e">
<Product Id="*" Name="Panopto Watch Folder Service" Version="1.1.2.0" Manufacturer="Panopto" Language="1033" UpgradeCode="841957fd-9904-43a3-8c78-84b9a7c8219e">
<Package InstallerVersion="300" Compressed="yes" InstallScope="perMachine" />
<Media Id="1" Cabinet="Cab1.cab" EmbedCab="yes" />

Expand Down

0 comments on commit 9ad82dd

Please sign in to comment.