Skip to content

Commit

Permalink
ProjectAlpha: Version change for build v0.6.2.0-master.
Browse files Browse the repository at this point in the history
  • Loading branch information
gsfbuildbot committed May 15, 2021
1 parent fd5d6b3 commit 1c66203
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Build/Scripts/ProjectAlpha.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.1.0
0.6.2.0
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using System.Runtime.InteropServices;

// Assembly identity attributes.
[assembly: AssemblyVersion("0.5.262.0")]
[assembly: AssemblyVersion("0.6.2.0")]

// Informational attributes.
[assembly: AssemblyCompany("Grid Protection Alliance")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using System.Runtime.InteropServices;

// Assembly identity attributes.
[assembly: AssemblyVersion("0.5.262.0")]
[assembly: AssemblyVersion("0.6.2.0")]

// Informational attributes.
[assembly: AssemblyCompany("Grid Protection Alliance")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using System.Runtime.InteropServices;

// Assembly identity attributes.
[assembly: AssemblyVersion("0.5.262.0")]
[assembly: AssemblyVersion("0.6.2.0")]

// Informational attributes.
[assembly: AssemblyCompany("Grid Protection Alliance")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("0.5.262.0")]
[assembly: AssemblyVersion("0.5.262.0")]
[assembly: AssemblyFileVersion("0.5.262.0")]
// [assembly: AssemblyVersion("0.6.2.0")]
[assembly: AssemblyVersion("0.6.2.0")]
[assembly: AssemblyFileVersion("0.6.2.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("0.5.262.0")]
[assembly: AssemblyVersion("0.5.262.0")]
[assembly: AssemblyFileVersion("0.5.262.0")]
// [assembly: AssemblyVersion("0.6.2.0")]
[assembly: AssemblyVersion("0.6.2.0")]
[assembly: AssemblyFileVersion("0.6.2.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("0.5.262.0")]
[assembly: AssemblyVersion("0.5.262.0")]
[assembly: AssemblyFileVersion("0.5.262.0")]
// [assembly: AssemblyVersion("0.6.2.0")]
[assembly: AssemblyVersion("0.6.2.0")]
[assembly: AssemblyFileVersion("0.6.2.0")]

0 comments on commit 1c66203

Please sign in to comment.