File tree Expand file tree Collapse file tree 12 files changed +18
-18
lines changed
IL2-SR-CommonTests/Properties Expand file tree Collapse file tree 12 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ private bool IsAnotherRunning()
101101 private async Task < Uri > GetPathToLatestVersion ( )
102102 {
103103 Status . Content = "Finding Latest IL2-SRS Version" ;
104- var githubClient = new GitHubClient ( new ProductHeaderValue ( GITHUB_USER_AGENT , "1.0.1.3 " ) ) ;
104+ var githubClient = new GitHubClient ( new ProductHeaderValue ( GITHUB_USER_AGENT , "1.0.1.4 " ) ) ;
105105
106106 var releases = await githubClient . Repository . Release . GetAll ( GITHUB_USERNAME , GITHUB_REPOSITORY ) ;
107107
Original file line number Diff line number Diff line change 5151// You can specify all the values or you can default the Build and Revision Numbers
5252// by using the '*' as shown below:
5353// [assembly: AssemblyVersion("1.0.*")]
54- [ assembly: AssemblyVersion ( "1.0.1.3 " ) ]
55- [ assembly: AssemblyFileVersion ( "1.0.1.3 " ) ]
54+ [ assembly: AssemblyVersion ( "1.0.1.4 " ) ]
55+ [ assembly: AssemblyFileVersion ( "1.0.1.4 " ) ]
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<assembly manifestVersion =" 1.0" xmlns =" urn:schemas-microsoft-com:asm.v1" >
3- <assemblyIdentity version =" 1.0.1.3 " name =" MyApplication.app" />
3+ <assemblyIdentity version =" 1.0.1.4 " name =" MyApplication.app" />
44 <trustInfo xmlns =" urn:schemas-microsoft-com:asm.v2" >
55 <security >
66 <requestedPrivileges xmlns =" urn:schemas-microsoft-com:asm.v3" >
Original file line number Diff line number Diff line change 5252// by using the '*' as shown below:
5353// [assembly: AssemblyVersion("1.0.*")]
5454
55- [ assembly: AssemblyVersion ( "1.0.1.3 " ) ]
56- [ assembly: AssemblyFileVersion ( "1.0.1.3 " ) ]
55+ [ assembly: AssemblyVersion ( "1.0.1.4 " ) ]
56+ [ assembly: AssemblyFileVersion ( "1.0.1.4 " ) ]
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<assembly manifestVersion =" 1.0" xmlns =" urn:schemas-microsoft-com:asm.v1" >
3- <assemblyIdentity version =" 1.0.1.3 " name =" MyApplication.app" />
3+ <assemblyIdentity version =" 1.0.1.4 " name =" MyApplication.app" />
44 <trustInfo xmlns =" urn:schemas-microsoft-com:asm.v2" >
55 <security >
66 <requestedPrivileges xmlns =" urn:schemas-microsoft-com:asm.v3" >
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ public class UpdaterChecker
2121
2222 public static readonly string MINIMUM_PROTOCOL_VERSION = "1.0.0.0" ;
2323
24- public static readonly string VERSION = "1.0.1.3 " ;
24+ public static readonly string VERSION = "1.0.1.4 " ;
2525
2626 private static readonly Logger _logger = LogManager . GetCurrentClassLogger ( ) ;
2727
Original file line number Diff line number Diff line change 3535// by using the '*' as shown below:
3636// [assembly: AssemblyVersion("1.0.*")]
3737
38- [ assembly: AssemblyVersion ( "1.0.1.3 " ) ]
39- [ assembly: AssemblyFileVersion ( "1.0.1.3 " ) ]
38+ [ assembly: AssemblyVersion ( "1.0.1.4 " ) ]
39+ [ assembly: AssemblyFileVersion ( "1.0.1.4 " ) ]
Original file line number Diff line number Diff line change 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 ( "1.0.1.3 " ) ]
36- [ assembly: AssemblyFileVersion ( "1.0.1.3 " ) ]
35+ [ assembly: AssemblyVersion ( "1.0.1.4 " ) ]
36+ [ assembly: AssemblyFileVersion ( "1.0.1.4 " ) ]
Original file line number Diff line number Diff line change 5252// by using the '*' as shown below:
5353// [assembly: AssemblyVersion("1.0.*")]
5454
55- [ assembly: AssemblyVersion ( "1.0.1.3 " ) ]
56- [ assembly: AssemblyFileVersion ( "1.0.1.3 " ) ]
55+ [ assembly: AssemblyVersion ( "1.0.1.4 " ) ]
56+ [ assembly: AssemblyFileVersion ( "1.0.1.4 " ) ]
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<assembly manifestVersion =" 1.0" xmlns =" urn:schemas-microsoft-com:asm.v1" >
3- <assemblyIdentity version =" 1.0.1.3 " name =" MyApplication.app" />
3+ <assemblyIdentity version =" 1.0.1.4 " name =" MyApplication.app" />
44 <trustInfo xmlns =" urn:schemas-microsoft-com:asm.v2" >
55 <security >
66 <requestedPrivileges xmlns =" urn:schemas-microsoft-com:asm.v3" >
You can’t perform that action at this time.
0 commit comments