Skip to content

Commit 1c66203

Browse files
committed
ProjectAlpha: Version change for build v0.6.2.0-master.
1 parent fd5d6b3 commit 1c66203

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

Build/Scripts/ProjectAlpha.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.1.0
1+
0.6.2.0

Source/Applications/ProjectAlpha/ProjectAlpha/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using System.Runtime.InteropServices;
33

44
// Assembly identity attributes.
5-
[assembly: AssemblyVersion("0.5.262.0")]
5+
[assembly: AssemblyVersion("0.6.2.0")]
66

77
// Informational attributes.
88
[assembly: AssemblyCompany("Grid Protection Alliance")]

Source/Applications/ProjectAlpha/ProjectAlphaConsole/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using System.Runtime.InteropServices;
33

44
// Assembly identity attributes.
5-
[assembly: AssemblyVersion("0.5.262.0")]
5+
[assembly: AssemblyVersion("0.6.2.0")]
66

77
// Informational attributes.
88
[assembly: AssemblyCompany("Grid Protection Alliance")]

Source/Applications/ProjectAlpha/ProjectAlphaServices/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using System.Runtime.InteropServices;
33

44
// Assembly identity attributes.
5-
[assembly: AssemblyVersion("0.5.262.0")]
5+
[assembly: AssemblyVersion("0.6.2.0")]
66

77
// Informational attributes.
88
[assembly: AssemblyCompany("Grid Protection Alliance")]

Source/Applications/ProjectAlpha/ProjectAlphaShell/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
//
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
34-
// [assembly: AssemblyVersion("0.5.262.0")]
35-
[assembly: AssemblyVersion("0.5.262.0")]
36-
[assembly: AssemblyFileVersion("0.5.262.0")]
34+
// [assembly: AssemblyVersion("0.6.2.0")]
35+
[assembly: AssemblyVersion("0.6.2.0")]
36+
[assembly: AssemblyFileVersion("0.6.2.0")]

Source/Applications/ProjectAlphaManager/ProjectAlphaManager/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@
5353
//
5454
// You can specify all the values or you can default the Build and Revision Numbers
5555
// by using the '*' as shown below:
56-
// [assembly: AssemblyVersion("0.5.262.0")]
57-
[assembly: AssemblyVersion("0.5.262.0")]
58-
[assembly: AssemblyFileVersion("0.5.262.0")]
56+
// [assembly: AssemblyVersion("0.6.2.0")]
57+
[assembly: AssemblyVersion("0.6.2.0")]
58+
[assembly: AssemblyFileVersion("0.6.2.0")]

Source/Tools/ConfigurationSetupUtility/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@
5050
//
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
53-
// [assembly: AssemblyVersion("0.5.262.0")]
54-
[assembly: AssemblyVersion("0.5.262.0")]
55-
[assembly: AssemblyFileVersion("0.5.262.0")]
53+
// [assembly: AssemblyVersion("0.6.2.0")]
54+
[assembly: AssemblyVersion("0.6.2.0")]
55+
[assembly: AssemblyFileVersion("0.6.2.0")]

0 commit comments

Comments
 (0)