Skip to content

Commit 20c335b

Browse files
2.1.8.2 - Changed COM GUID.
1 parent 8420658 commit 20c335b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
[assembly: ComVisible(false)]
2121

2222
// The following GUID is for the ID of the typelib if this project is exposed to COM
23-
[assembly: Guid("a9bfbcbc-30dc-4898-bde1-299f1f8544e7")]
23+
[assembly: Guid("a9bfbcbc-30dc-4898-bde1-299f1f8544f9")]
2424

2525
// Version information for an assembly consists of the following four values:
2626
//
@@ -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.1.8.1")]
36-
[assembly: AssemblyFileVersion("2.1.8.1")]
35+
[assembly: AssemblyVersion("2.1.8.2")]
36+
[assembly: AssemblyFileVersion("2.1.8.2")]
3737
[assembly: NeutralResourcesLanguageAttribute("en-CA")]

app.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<assemblyIdentity
44
type="win32"
55
name="GavinKendall.AutoScreenCapture"
6-
version="2.1.8.1"/>
6+
version="2.1.8.2"/>
77
<asmv3:application>
88
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
99
<dpiAware>True/PM</dpiAware>

settings/Settings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace AutoScreenCapture
77
public static class Settings
88
{
99
public static readonly string ApplicationName = "Auto Screen Capture";
10-
public static readonly string ApplicationVersion = "2.1.8.1";
10+
public static readonly string ApplicationVersion = "2.1.8.2";
1111

1212
public static SettingCollection Application;
1313
public static SettingCollection User;

0 commit comments

Comments
 (0)