Skip to content

Commit 7b22bad

Browse files
committed
2.3.6.5 - Execution level changed from requireAdministrator to highestAvailable.
1 parent 71436c1 commit 7b22bad

File tree

6 files changed

+14
-11
lines changed

6 files changed

+14
-11
lines changed

AutoScreenCaptureSetup/AutoScreenCaptureSetup.vdproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
{
131131
"AssemblyRegister" = "3:1"
132132
"AssemblyIsInGAC" = "11:FALSE"
133-
"AssemblyAsmDisplayName" = "8:autoscreen, Version=2.3.6.3, Culture=neutral, processorArchitecture=MSIL"
133+
"AssemblyAsmDisplayName" = "8:autoscreen, Version=2.3.6.5, Culture=neutral, processorArchitecture=MSIL"
134134
"ScatterAssemblies"
135135
{
136136
"_9ACC9C115A4F4BCABA938B9FF9F2199F"
@@ -244,15 +244,15 @@
244244
{
245245
"Name" = "8:Microsoft Visual Studio"
246246
"ProductName" = "8:Auto Screen Capture"
247-
"ProductCode" = "8:{F91D36C9-8960-4867-8A7D-B4E6A9A58778}"
248-
"PackageCode" = "8:{AD513184-E1AE-4B01-B808-24E891776CA4}"
247+
"ProductCode" = "8:{A3CCCB3D-8053-4836-B818-502E8ADABE19}"
248+
"PackageCode" = "8:{98FC6920-6CD8-4DE0-9E58-CFF31121BD56}"
249249
"UpgradeCode" = "8:{5A52167C-788C-412D-B0A1-ED40B962A74F}"
250250
"AspNetVersion" = "8:4.0.30319.0"
251251
"RestartWWWService" = "11:FALSE"
252252
"RemovePreviousVersions" = "11:TRUE"
253253
"DetectNewerInstalledVersion" = "11:TRUE"
254254
"InstallAllUsers" = "11:FALSE"
255-
"ProductVersion" = "8:2.3.64"
255+
"ProductVersion" = "8:2.3.65"
256256
"Manufacturer" = "8:Gavin Kendall"
257257
"ARPHELPTELEPHONE" = "8:"
258258
"ARPHELPLINK" = "8:https://sourceforge.net/p/autoscreen/tickets/"

Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.3.6.4")]
36-
[assembly: AssemblyFileVersion("2.3.6.4")]
35+
[assembly: AssemblyVersion("2.3.6.5")]
36+
[assembly: AssemblyFileVersion("2.3.6.5")]
3737
[assembly: NeutralResourcesLanguageAttribute("en-CA")]

app.manifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<assemblyIdentity
44
type="win32"
55
name="GavinKendall.AutoScreenCapture"
6-
version="2.3.6.4"/>
6+
version="2.3.6.5"/>
77
<asmv3:application>
88
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
99
<dpiAware>True/PM</dpiAware>
@@ -24,7 +24,7 @@
2424
<security>
2525
<requestedPrivileges>
2626
<requestedExecutionLevel
27-
level="requireAdministrator"
27+
level="highestAvailable"
2828
uiAccess="false" />
2929
</requestedPrivileges>
3030
</security>

changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Auto Screen Capture by Gavin Kendall
33

44

55
Codename "Boombayah"
6+
2.3.6.5 Execution level changed from requireAdministrator to highestAvailable.
67
2.3.6.4 The Trigger form looks better.
78
2.3.6.3 No Match option implemented for Active Window Title. Fixed visibility bug when no Triggers are available on startup.
89
2.3.6.2 New command line options -show and -hide. The application will no longer appear in Alt+Tab when interface is hidden.

interface/FormAbout.resx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
119119
</resheader>
120120
<data name="richTextBoxApplication.Text" xml:space="preserve">
121-
<value>Auto Screen Capture 2.3.6.4 ("Boombayah")
121+
<value>Auto Screen Capture 2.3.6.5 ("Boombayah")
122122
Developed by Gavin Kendall (2008 - 2021)
123123

124124
SourceForge Project Site
@@ -128,12 +128,13 @@ GitHub Project Site
128128
https://github.com/gavinkendall/autoscreen/</value>
129129
</data>
130130
<data name="richTextBoxReleaseNotes.Text" xml:space="preserve">
131-
<value>2.3.6.4
131+
<value>2.3.6.5
132132

133-
The Trigger form looks better.</value>
133+
Execution level changed from requireAdministrator to highestAvailable.</value>
134134
</data>
135135
<data name="richTextBoxChangelog.Text" xml:space="preserve">
136136
<value>Codename "Boombayah"
137+
2.3.6.5 Execution level changed from requireAdministrator to highestAvailable.
137138
2.3.6.4 The Trigger form looks better.
138139
2.3.6.3 No Match option implemented for Active Window Title. Fixed visibility bug when no Triggers are available on startup.
139140
2.3.6.2 New command line options -show and -hide. The application will no longer appear in Alt+Tab when interface is hidden.

settings/Settings.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ public void Load(FileSystem fileSystem)
233233
_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.
234234
_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.
235235
_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.
236+
_versionCollection.Add(new Version(CODENAME_BOOMBAYAH, "2.3.6.4")); // The Trigger form looks better.
236237

237238
Application = new SettingCollection()
238239
{

0 commit comments

Comments
 (0)