diff --git a/AutoScreenCaptureSetup/AutoScreenCaptureSetup.vdproj b/AutoScreenCaptureSetup/AutoScreenCaptureSetup.vdproj
index 3e5e192c..eb596f4b 100644
--- a/AutoScreenCaptureSetup/AutoScreenCaptureSetup.vdproj
+++ b/AutoScreenCaptureSetup/AutoScreenCaptureSetup.vdproj
@@ -130,7 +130,7 @@
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
- "AssemblyAsmDisplayName" = "8:autoscreen, Version=2.3.6.3, Culture=neutral, processorArchitecture=MSIL"
+ "AssemblyAsmDisplayName" = "8:autoscreen, Version=2.3.6.5, Culture=neutral, processorArchitecture=MSIL"
"ScatterAssemblies"
{
"_9ACC9C115A4F4BCABA938B9FF9F2199F"
@@ -244,15 +244,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:Auto Screen Capture"
- "ProductCode" = "8:{F91D36C9-8960-4867-8A7D-B4E6A9A58778}"
- "PackageCode" = "8:{AD513184-E1AE-4B01-B808-24E891776CA4}"
+ "ProductCode" = "8:{A3CCCB3D-8053-4836-B818-502E8ADABE19}"
+ "PackageCode" = "8:{98FC6920-6CD8-4DE0-9E58-CFF31121BD56}"
"UpgradeCode" = "8:{5A52167C-788C-412D-B0A1-ED40B962A74F}"
"AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
- "ProductVersion" = "8:2.3.64"
+ "ProductVersion" = "8:2.3.65"
"Manufacturer" = "8:Gavin Kendall"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:https://sourceforge.net/p/autoscreen/tickets/"
diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs
index d7eb770b..21c0b98f 100644
--- a/Properties/AssemblyInfo.cs
+++ b/Properties/AssemblyInfo.cs
@@ -32,6 +32,6 @@
// 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("2.3.6.4")]
-[assembly: AssemblyFileVersion("2.3.6.4")]
+[assembly: AssemblyVersion("2.3.6.5")]
+[assembly: AssemblyFileVersion("2.3.6.5")]
[assembly: NeutralResourcesLanguageAttribute("en-CA")]
\ No newline at end of file
diff --git a/app.manifest b/app.manifest
index 7c0968cf..2d43c555 100644
--- a/app.manifest
+++ b/app.manifest
@@ -3,7 +3,7 @@
+ version="2.3.6.5"/>
True/PM
@@ -24,7 +24,7 @@
diff --git a/changelog.txt b/changelog.txt
index 0cf07e27..c1921d0b 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -3,6 +3,7 @@ Auto Screen Capture by Gavin Kendall
Codename "Boombayah"
+2.3.6.5 Execution level changed from requireAdministrator to highestAvailable.
2.3.6.4 The Trigger form looks better.
2.3.6.3 No Match option implemented for Active Window Title. Fixed visibility bug when no Triggers are available on startup.
2.3.6.2 New command line options -show and -hide. The application will no longer appear in Alt+Tab when interface is hidden.
diff --git a/interface/FormAbout.resx b/interface/FormAbout.resx
index 11c78baf..d57403ca 100644
--- a/interface/FormAbout.resx
+++ b/interface/FormAbout.resx
@@ -118,7 +118,7 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
- Auto Screen Capture 2.3.6.4 ("Boombayah")
+ Auto Screen Capture 2.3.6.5 ("Boombayah")
Developed by Gavin Kendall (2008 - 2021)
SourceForge Project Site
@@ -128,12 +128,13 @@ GitHub Project Site
https://github.com/gavinkendall/autoscreen/
- 2.3.6.4
+ 2.3.6.5
-The Trigger form looks better.
+Execution level changed from requireAdministrator to highestAvailable.
Codename "Boombayah"
+2.3.6.5 Execution level changed from requireAdministrator to highestAvailable.
2.3.6.4 The Trigger form looks better.
2.3.6.3 No Match option implemented for Active Window Title. Fixed visibility bug when no Triggers are available on startup.
2.3.6.2 New command line options -show and -hide. The application will no longer appear in Alt+Tab when interface is hidden.
diff --git a/settings/Settings.cs b/settings/Settings.cs
index 14ae5000..bbf526e5 100644
--- a/settings/Settings.cs
+++ b/settings/Settings.cs
@@ -233,6 +233,7 @@ public void Load(FileSystem fileSystem)
_versionCollection.Add(new Version(CODENAME_BOOMBAYAH, "2.3.6.1")); // Fix to Keyboard Shortcuts. Changed default trigger for closing window so interface will now hide on closing window instead of exiting to keep application running in system tray until Exit is selected from system tray icon menu.
_versionCollection.Add(new Version(CODENAME_BOOMBAYAH, "2.3.6.2")); // New command line options -show and -hide. The application will no longer appear in Alt+Tab when interface is hidden.
_versionCollection.Add(new Version(CODENAME_BOOMBAYAH, "2.3.6.3")); // No Match option implemented for Active Window Title. Fixed visibility bug when no Triggers are available on startup.
+ _versionCollection.Add(new Version(CODENAME_BOOMBAYAH, "2.3.6.4")); // The Trigger form looks better.
Application = new SettingCollection()
{