Skip to content

Commit

Permalink
2.3.6.6 - Execution level changed from highestAvailable to asInvoker.
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinkendall committed Sep 6, 2021
1 parent 7b22bad commit 44960d2
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 11 deletions.
8 changes: 4 additions & 4 deletions AutoScreenCaptureSetup/AutoScreenCaptureSetup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:autoscreen, Version=2.3.6.5, Culture=neutral, processorArchitecture=MSIL"
"AssemblyAsmDisplayName" = "8:autoscreen, Version=2.3.6.6, Culture=neutral, processorArchitecture=MSIL"
"ScatterAssemblies"
{
"_9ACC9C115A4F4BCABA938B9FF9F2199F"
Expand Down Expand Up @@ -244,15 +244,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:Auto Screen Capture"
"ProductCode" = "8:{A3CCCB3D-8053-4836-B818-502E8ADABE19}"
"PackageCode" = "8:{98FC6920-6CD8-4DE0-9E58-CFF31121BD56}"
"ProductCode" = "8:{F276817F-1310-44F6-88CF-79B63F0A9836}"
"PackageCode" = "8:{931B756A-A29F-49DE-AB82-15E1C09B1F1C}"
"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.65"
"ProductVersion" = "8:2.3.66"
"Manufacturer" = "8:Gavin Kendall"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:https://sourceforge.net/p/autoscreen/tickets/"
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.5")]
[assembly: AssemblyFileVersion("2.3.6.5")]
[assembly: AssemblyVersion("2.3.6.6")]
[assembly: AssemblyFileVersion("2.3.6.6")]
[assembly: NeutralResourcesLanguageAttribute("en-CA")]
4 changes: 2 additions & 2 deletions app.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<assemblyIdentity
type="win32"
name="GavinKendall.AutoScreenCapture"
version="2.3.6.5"/>
version="2.3.6.6"/>
<asmv3:application>
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
<dpiAware>True/PM</dpiAware>
Expand All @@ -24,7 +24,7 @@
<security>
<requestedPrivileges>
<requestedExecutionLevel
level="highestAvailable"
level="asInvoker"
uiAccess="false" />
</requestedPrivileges>
</security>
Expand Down
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Auto Screen Capture by Gavin Kendall


Codename "Boombayah"
2.3.6.6 Execution level changed from highestAvailable to asInvoker.
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.
Expand Down
7 changes: 4 additions & 3 deletions interface/FormAbout.resx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="richTextBoxApplication.Text" xml:space="preserve">
<value>Auto Screen Capture 2.3.6.5 ("Boombayah")
<value>Auto Screen Capture 2.3.6.6 ("Boombayah")
Developed by Gavin Kendall (2008 - 2021)

SourceForge Project Site
Expand All @@ -128,12 +128,13 @@ GitHub Project Site
https://github.com/gavinkendall/autoscreen/</value>
</data>
<data name="richTextBoxReleaseNotes.Text" xml:space="preserve">
<value>2.3.6.5
<value>2.3.6.6

Execution level changed from requireAdministrator to highestAvailable.</value>
Execution level changed from highestAvailable to asInvoker.</value>
</data>
<data name="richTextBoxChangelog.Text" xml:space="preserve">
<value>Codename "Boombayah"
2.3.6.6 Execution level changed from highestAvailable to asInvoker.
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.
Expand Down
1 change: 1 addition & 0 deletions settings/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ public void Load(FileSystem fileSystem)
_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.
_versionCollection.Add(new Version(CODENAME_BOOMBAYAH, "2.3.6.5")); // Execution level changed from requireAdministrator to highestAvailable.

Application = new SettingCollection()
{
Expand Down

0 comments on commit 44960d2

Please sign in to comment.