File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed
Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ class Program
1111 {
1212 static void Main ( string [ ] args )
1313 {
14- Console . WriteLine ( "GitHubdater Sample App - v0.1 (remember this version *wink*)" ) ;
14+ Console . WriteLine ( "GitHubdater Sample App - v0.2 (remember this version *wink*)" ) ;
1515 Console . WriteLine ( "Press any key to update..." ) ;
1616
1717 Console . ReadLine ( ) ;
Original file line number Diff line number Diff line change 1- using System . Reflection ;
1+ using System . Resources ;
2+ using System . Reflection ;
23using System . Runtime . CompilerServices ;
34using System . Runtime . InteropServices ;
45
3233// You can specify all the values or you can default the Build and Revision Numbers
3334// by using the '*' as shown below:
3435// [assembly: AssemblyVersion("1.0.*")]
35- [ assembly: AssemblyVersion ( "0.1.0.0" ) ]
36- [ assembly: AssemblyFileVersion ( "0.1.0.0" ) ]
36+ [ assembly: AssemblyVersion ( "0.2.0.0" ) ]
37+ [ assembly: AssemblyFileVersion ( "0.2.0.0" ) ]
38+ [ assembly: NeutralResourcesLanguage ( "en" ) ]
39+
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<GitHubUpdateManifest >
33 <Application Name =" GitHubdater Sample App" >
4- <Version Tag =" v0.1 .0" IsPreRelease =" False" />
4+ <Version Tag =" v0.2 .0" IsPreRelease =" False" />
55 </Application >
66 <GitHubRepository >
77 <Owner >githubdater</Owner >
You can’t perform that action at this time.
0 commit comments