Skip to content

Commit 72aaf5d

Browse files
committed
Update application to v0.2.0
- Console output - GitHubdater manifest - Assembly
1 parent ad905f7 commit 72aaf5d

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

githubdater-sample-app/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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();

githubdater-sample-app/Properties/AssemblyInfo.cs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
using System.Reflection;
1+
using System.Resources;
2+
using System.Reflection;
23
using System.Runtime.CompilerServices;
34
using System.Runtime.InteropServices;
45

@@ -32,5 +33,7 @@
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+

githubdater-sample-app/github.update.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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>

0 commit comments

Comments
 (0)