Skip to content

Commit 4c50266

Browse files
committed
Updated version to 1.3.31623.0 for release.
1 parent 6ee030e commit 4c50266

File tree

5 files changed

+25
-15
lines changed

5 files changed

+25
-15
lines changed

Code Grapher/Properties/AssemblyInfo.cs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Reflection;
1+
using System.Reflection;
22
using System.Runtime.CompilerServices;
33
using System.Runtime.InteropServices;
44

@@ -32,5 +32,7 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.2.22221.0")]
36-
[assembly: AssemblyFileVersion("1.2.22221.0")]
35+
[assembly: AssemblyVersion("1.3.31623.0")]
36+
[assembly: AssemblyFileVersion("1.3.31623.0")]
37+
38+
[assembly: AssemblyInformationalVersion("1.3.31623.0")]

Common/Properties/AssemblyInfo.cs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Reflection;
1+
using System.Reflection;
22
using System.Runtime.CompilerServices;
33
using System.Runtime.InteropServices;
44

@@ -32,5 +32,7 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.2.22221.0")]
36-
[assembly: AssemblyFileVersion("1.2.22221.0")]
35+
[assembly: AssemblyVersion("1.3.31623.0")]
36+
[assembly: AssemblyFileVersion("1.3.31623.0")]
37+
38+
[assembly: AssemblyInformationalVersion("1.3.31623.0")]

Grun/Properties/AssemblyInfo.cs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Reflection;
1+
using System.Reflection;
22
using System.Runtime.CompilerServices;
33
using System.Runtime.InteropServices;
44

@@ -32,5 +32,7 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.2.21216.2")]
36-
[assembly: AssemblyFileVersion("1.2.21216.2")]
35+
[assembly: AssemblyVersion("1.3.31623.0")]
36+
[assembly: AssemblyFileVersion("1.3.31623.0")]
37+
38+
[assembly: AssemblyInformationalVersion("1.3.31623.0")]

GunWin/Properties/AssemblyInfo.cs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Reflection;
1+
using System.Reflection;
22
using System.Runtime.CompilerServices;
33
using System.Runtime.InteropServices;
44

@@ -32,5 +32,7 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.2.22221.2")]
36-
[assembly: AssemblyFileVersion("1.2.22221.2")]
35+
[assembly: AssemblyVersion("1.3.31623.0")]
36+
[assembly: AssemblyFileVersion("1.3.31623.0")]
37+
38+
[assembly: AssemblyInformationalVersion("1.3.31623.0")]

Utilities/Properties/AssemblyInfo.cs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Reflection;
1+
using System.Reflection;
22
using System.Runtime.CompilerServices;
33
using System.Runtime.InteropServices;
44

@@ -32,5 +32,7 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.2.22221.0")]
36-
[assembly: AssemblyFileVersion("1.2.22221.0")]
35+
[assembly: AssemblyVersion("1.3.31623.0")]
36+
[assembly: AssemblyFileVersion("1.3.31623.0")]
37+
38+
[assembly: AssemblyInformationalVersion("1.3.31623.0")]

0 commit comments

Comments
 (0)