Skip to content

Commit b8dbdab

Browse files
committed
ProjectAlpha: Version change for build v0.2.1.0-master.
1 parent bcdd9af commit b8dbdab

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.2.0.0
1+
0.2.1.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.1.174.0")]
5+
[assembly: AssemblyVersion("0.2.1.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.1.174.0")]
5+
[assembly: AssemblyVersion("0.2.1.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.1.174.0")]
5+
[assembly: AssemblyVersion("0.2.1.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.1.174.0")]
35-
[assembly: AssemblyVersion("0.1.174.0")]
36-
[assembly: AssemblyFileVersion("0.1.174.0")]
34+
// [assembly: AssemblyVersion("0.2.1.0")]
35+
[assembly: AssemblyVersion("0.2.1.0")]
36+
[assembly: AssemblyFileVersion("0.2.1.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.1.174.0")]
57-
[assembly: AssemblyVersion("0.1.174.0")]
58-
[assembly: AssemblyFileVersion("0.1.174.0")]
56+
// [assembly: AssemblyVersion("0.2.1.0")]
57+
[assembly: AssemblyVersion("0.2.1.0")]
58+
[assembly: AssemblyFileVersion("0.2.1.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.1.174.0")]
54-
[assembly: AssemblyVersion("0.1.174.0")]
55-
[assembly: AssemblyFileVersion("0.1.174.0")]
53+
// [assembly: AssemblyVersion("0.2.1.0")]
54+
[assembly: AssemblyVersion("0.2.1.0")]
55+
[assembly: AssemblyFileVersion("0.2.1.0")]

0 commit comments

Comments
 (0)