From 9a8fbe811d3556a4454c1b4544ed32a74f9e69d4 Mon Sep 17 00:00:00 2001 From: Kaarthik Sivashanmugam Date: Tue, 11 Oct 2016 12:38:22 -0700 Subject: [PATCH] updating AssemblyInfo versions --- .../Microsoft.Spark.CSharp/Properties/AssemblyInfo.cs | 5 +++-- csharp/AdapterTest/Properties/AssemblyInfo.cs | 4 ++-- .../Perf/Microsoft.Spark.CSharp/Properties/AssemblyInfo.cs | 4 ++-- csharp/Repl/Properties/AssemblyInfo.cs | 4 ++-- csharp/ReplTest/Properties/AssemblyInfo.cs | 4 ++-- .../Microsoft.Spark.CSharp/Properties/AssemblyInfo.cs | 4 ++-- csharp/Tests.Common/Properties/AssemblyInfo.cs | 4 ++-- .../Utils/Microsoft.Spark.CSharp/Properties/AssemblyInfo.cs | 4 ++-- .../Worker/Microsoft.Spark.CSharp/Properties/AssemblyInfo.cs | 4 ++-- csharp/WorkerTest/Properties/AssemblyInfo.cs | 4 ++-- 10 files changed, 21 insertions(+), 20 deletions(-) diff --git a/csharp/Adapter/Microsoft.Spark.CSharp/Properties/AssemblyInfo.cs b/csharp/Adapter/Microsoft.Spark.CSharp/Properties/AssemblyInfo.cs index b2c4cfc..5f6b677 100644 --- a/csharp/Adapter/Microsoft.Spark.CSharp/Properties/AssemblyInfo.cs +++ b/csharp/Adapter/Microsoft.Spark.CSharp/Properties/AssemblyInfo.cs @@ -30,5 +30,6 @@ using System.Runtime.InteropServices; // Build Number // Revision // -[assembly: AssemblyVersion("1.6.1.0")] -[assembly: AssemblyFileVersion("1.6.1.0")] +[assembly: AssemblyVersion("2.0")] +[assembly: AssemblyFileVersion("2.0")] + diff --git a/csharp/AdapterTest/Properties/AssemblyInfo.cs b/csharp/AdapterTest/Properties/AssemblyInfo.cs index c9fd48f..91a4e56 100644 --- a/csharp/AdapterTest/Properties/AssemblyInfo.cs +++ b/csharp/AdapterTest/Properties/AssemblyInfo.cs @@ -30,5 +30,5 @@ using System.Runtime.InteropServices; // Build Number // Revision // -[assembly: AssemblyVersion("1.6.1.0")] -[assembly: AssemblyFileVersion("1.6.1.0")] +[assembly: AssemblyVersion("2.0")] +[assembly: AssemblyFileVersion("2.0")] \ No newline at end of file diff --git a/csharp/Perf/Microsoft.Spark.CSharp/Properties/AssemblyInfo.cs b/csharp/Perf/Microsoft.Spark.CSharp/Properties/AssemblyInfo.cs index 7df7032..b6e947d 100644 --- a/csharp/Perf/Microsoft.Spark.CSharp/Properties/AssemblyInfo.cs +++ b/csharp/Perf/Microsoft.Spark.CSharp/Properties/AssemblyInfo.cs @@ -34,5 +34,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.6.1.0")] -[assembly: AssemblyFileVersion("1.6.1.0")] +[assembly: AssemblyVersion("2.0")] +[assembly: AssemblyFileVersion("2.0")] diff --git a/csharp/Repl/Properties/AssemblyInfo.cs b/csharp/Repl/Properties/AssemblyInfo.cs index 154b50f..9efe4ae 100644 --- a/csharp/Repl/Properties/AssemblyInfo.cs +++ b/csharp/Repl/Properties/AssemblyInfo.cs @@ -35,5 +35,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.6.1.0")] -[assembly: AssemblyFileVersion("1.6.1.0")] +[assembly: AssemblyVersion("2.0")] +[assembly: AssemblyFileVersion("2.0")] diff --git a/csharp/ReplTest/Properties/AssemblyInfo.cs b/csharp/ReplTest/Properties/AssemblyInfo.cs index 261bcb1..72a12cd 100644 --- a/csharp/ReplTest/Properties/AssemblyInfo.cs +++ b/csharp/ReplTest/Properties/AssemblyInfo.cs @@ -35,5 +35,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.6.1.0")] -[assembly: AssemblyFileVersion("1.6.1.0")] +[assembly: AssemblyVersion("2.0")] +[assembly: AssemblyFileVersion("2.0")] diff --git a/csharp/Samples/Microsoft.Spark.CSharp/Properties/AssemblyInfo.cs b/csharp/Samples/Microsoft.Spark.CSharp/Properties/AssemblyInfo.cs index ade554f..06379a7 100644 --- a/csharp/Samples/Microsoft.Spark.CSharp/Properties/AssemblyInfo.cs +++ b/csharp/Samples/Microsoft.Spark.CSharp/Properties/AssemblyInfo.cs @@ -30,5 +30,5 @@ using System.Runtime.InteropServices; // Build Number // Revision // -[assembly: AssemblyVersion("1.6.1.0")] -[assembly: AssemblyFileVersion("1.6.1.0")] +[assembly: AssemblyVersion("2.0")] +[assembly: AssemblyFileVersion("2.0")] diff --git a/csharp/Tests.Common/Properties/AssemblyInfo.cs b/csharp/Tests.Common/Properties/AssemblyInfo.cs index 74717c6..d315980 100644 --- a/csharp/Tests.Common/Properties/AssemblyInfo.cs +++ b/csharp/Tests.Common/Properties/AssemblyInfo.cs @@ -35,5 +35,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("2.0")] +[assembly: AssemblyFileVersion("2.0")] diff --git a/csharp/Utils/Microsoft.Spark.CSharp/Properties/AssemblyInfo.cs b/csharp/Utils/Microsoft.Spark.CSharp/Properties/AssemblyInfo.cs index d1988d5..127269b 100644 --- a/csharp/Utils/Microsoft.Spark.CSharp/Properties/AssemblyInfo.cs +++ b/csharp/Utils/Microsoft.Spark.CSharp/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.6.0.0")] -[assembly: AssemblyFileVersion("1.6.0.0")] +[assembly: AssemblyVersion("2.0")] +[assembly: AssemblyFileVersion("2.0")] diff --git a/csharp/Worker/Microsoft.Spark.CSharp/Properties/AssemblyInfo.cs b/csharp/Worker/Microsoft.Spark.CSharp/Properties/AssemblyInfo.cs index 2f8b77e..2b9547a 100644 --- a/csharp/Worker/Microsoft.Spark.CSharp/Properties/AssemblyInfo.cs +++ b/csharp/Worker/Microsoft.Spark.CSharp/Properties/AssemblyInfo.cs @@ -30,5 +30,5 @@ using System.Runtime.InteropServices; // Build Number // Revision // -[assembly: AssemblyVersion("1.6.1.0")] -[assembly: AssemblyFileVersion("1.6.1.0")] +[assembly: AssemblyVersion("2.0")] +[assembly: AssemblyFileVersion("2.0")] diff --git a/csharp/WorkerTest/Properties/AssemblyInfo.cs b/csharp/WorkerTest/Properties/AssemblyInfo.cs index df526bc..eea728b 100644 --- a/csharp/WorkerTest/Properties/AssemblyInfo.cs +++ b/csharp/WorkerTest/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.6.1.0")] -[assembly: AssemblyFileVersion("1.6.1.0")] +[assembly: AssemblyVersion("2.0")] +[assembly: AssemblyFileVersion("2.0")]