File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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//
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" ) ]
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments