Skip to content

Commit 44960d2

Browse files
committed
2.3.6.6 - Execution level changed from highestAvailable to asInvoker.
1 parent 7b22bad commit 44960d2

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.5, Culture=neutral, processorArchitecture=MSIL"
133+
"AssemblyAsmDisplayName" = "8:autoscreen, Version=2.3.6.6, 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:{A3CCCB3D-8053-4836-B818-502E8ADABE19}"
248-
"PackageCode" = "8:{98FC6920-6CD8-4DE0-9E58-CFF31121BD56}"
247+
"ProductCode" = "8:{F276817F-1310-44F6-88CF-79B63F0A9836}"
248+
"PackageCode" = "8:{931B756A-A29F-49DE-AB82-15E1C09B1F1C}"
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.65"
255+
"ProductVersion" = "8:2.3.66"
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.5")]
36-
[assembly: AssemblyFileVersion("2.3.6.5")]
35+
[assembly: AssemblyVersion("2.3.6.6")]
36+
[assembly: AssemblyFileVersion("2.3.6.6")]
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.5"/>
6+
version="2.3.6.6"/>
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="highestAvailable"
27+
level="asInvoker"
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.6 Execution level changed from highestAvailable to asInvoker.
67
2.3.6.5 Execution level changed from requireAdministrator to highestAvailable.
78
2.3.6.4 The Trigger form looks better.
89
2.3.6.3 No Match option implemented for Active Window Title. Fixed visibility bug when no Triggers are available on startup.

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.5 ("Boombayah")
121+
<value>Auto Screen Capture 2.3.6.6 ("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.5
131+
<value>2.3.6.6
132132

133-
Execution level changed from requireAdministrator to highestAvailable.</value>
133+
Execution level changed from highestAvailable to asInvoker.</value>
134134
</data>
135135
<data name="richTextBoxChangelog.Text" xml:space="preserve">
136136
<value>Codename "Boombayah"
137+
2.3.6.6 Execution level changed from highestAvailable to asInvoker.
137138
2.3.6.5 Execution level changed from requireAdministrator to highestAvailable.
138139
2.3.6.4 The Trigger form looks better.
139140
2.3.6.3 No Match option implemented for Active Window Title. Fixed visibility bug when no Triggers are available on startup.

settings/Settings.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ public void Load(FileSystem fileSystem)
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.
236236
_versionCollection.Add(new Version(CODENAME_BOOMBAYAH, "2.3.6.4")); // The Trigger form looks better.
237+
_versionCollection.Add(new Version(CODENAME_BOOMBAYAH, "2.3.6.5")); // Execution level changed from requireAdministrator to highestAvailable.
237238

238239
Application = new SettingCollection()
239240
{

0 commit comments

Comments
 (0)