Skip to content

Commit cf1f0d7

Browse files
committed
SIMProx: Version change for build v1.0.2.0-master.
1 parent 4bb59d3 commit cf1f0d7

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

Build/Scripts/SIMProx.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.1.0
1+
1.0.2.0

Source/Applications/SIMProx/SIMProx/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("1.0.1.0")]
5+
[assembly: AssemblyVersion("1.0.2.0")]
66

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

Source/Applications/SIMProx/SIMProxConsole/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("1.0.1.0")]
5+
[assembly: AssemblyVersion("1.0.2.0")]
66

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

Source/Applications/SIMProx/SIMProxServices/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("1.0.1.0")]
5+
[assembly: AssemblyVersion("1.0.2.0")]
66

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

Source/Applications/SIMProx/SIMProxShell/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("1.0.1.0")]
35-
[assembly: AssemblyVersion("1.0.1.0")]
36-
[assembly: AssemblyFileVersion("1.0.1.0")]
34+
// [assembly: AssemblyVersion("1.0.2.0")]
35+
[assembly: AssemblyVersion("1.0.2.0")]
36+
[assembly: AssemblyFileVersion("1.0.2.0")]

Source/Applications/SIMProxManager/SIMProxManager/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("1.0.1.0")]
57-
[assembly: AssemblyVersion("1.0.1.0")]
58-
[assembly: AssemblyFileVersion("1.0.1.0")]
56+
// [assembly: AssemblyVersion("1.0.2.0")]
57+
[assembly: AssemblyVersion("1.0.2.0")]
58+
[assembly: AssemblyFileVersion("1.0.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("1.0.1.0")]
54-
[assembly: AssemblyVersion("1.0.1.0")]
55-
[assembly: AssemblyFileVersion("1.0.1.0")]
53+
// [assembly: AssemblyVersion("1.0.2.0")]
54+
[assembly: AssemblyVersion("1.0.2.0")]
55+
[assembly: AssemblyFileVersion("1.0.2.0")]

0 commit comments

Comments
 (0)