diff --git a/ClusterInterface/Properties/AssemblyInfo.cs b/ClusterInterface/Properties/AssemblyInfo.cs index 1213597..eab0852 100644 --- a/ClusterInterface/Properties/AssemblyInfo.cs +++ b/ClusterInterface/Properties/AssemblyInfo.cs @@ -27,9 +27,9 @@ using System.Runtime.InteropServices; [assembly: AssemblyTitle("DryadHttpClusterInterface")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Microsoft IT")] +[assembly: AssemblyCompany("Microsoft Corporation")] [assembly: AssemblyProduct("DryadHttpClusterInterface")] -[assembly: AssemblyCopyright("Copyright © Microsoft IT 2013")] +[assembly: AssemblyCopyright("Copyright © Microsoft Corporation. All rights reserved.")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -51,5 +51,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("0.1.0.0")] +[assembly: AssemblyFileVersion("0.1.0.0")] diff --git a/DryadLinqGraphManager/Properties/AssemblyInfo.cs b/DryadLinqGraphManager/Properties/AssemblyInfo.cs index 457081b..ea2eb9c 100644 --- a/DryadLinqGraphManager/Properties/AssemblyInfo.cs +++ b/DryadLinqGraphManager/Properties/AssemblyInfo.cs @@ -28,6 +28,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyTitle("DryadLinqGraphManager")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] +[assembly: AssemblyCopyright("Copyright © Microsoft Corporation. All rights reserved.")] [assembly: AssemblyProduct("DryadLinqGraphManager")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -50,5 +51,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("0.1.0.0")] +[assembly: AssemblyFileVersion("0.1.0.0")] diff --git a/DryadLinqTests/Properties/AssemblyInfo.cs b/DryadLinqTests/Properties/AssemblyInfo.cs index 4bbfefd..effbff7 100644 --- a/DryadLinqTests/Properties/AssemblyInfo.cs +++ b/DryadLinqTests/Properties/AssemblyInfo.cs @@ -29,7 +29,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("DryadLinqTests")] -[assembly: AssemblyCopyright("Copyright © 2014")] +[assembly: AssemblyCopyright("Copyright © Microsoft Corporation. All rights reserved.")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -51,5 +51,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("0.1.0.0")] +[assembly: AssemblyFileVersion("0.1.0.0")] diff --git a/DryadVertex/VertexHost/system/managedchannel/Properties/AssemblyInfo.cs b/DryadVertex/VertexHost/system/managedchannel/Properties/AssemblyInfo.cs index 4007eb7..2b7c6ee 100644 --- a/DryadVertex/VertexHost/system/managedchannel/Properties/AssemblyInfo.cs +++ b/DryadVertex/VertexHost/system/managedchannel/Properties/AssemblyInfo.cs @@ -29,7 +29,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("managedchannel")] -[assembly: AssemblyCopyright("Copyright © 2014")] +[assembly: AssemblyCopyright("Copyright © Microsoft Corporation. All rights reserved.")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -51,5 +51,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("0.1.0.0")] +[assembly: AssemblyFileVersion("0.1.0.0")] diff --git a/LocalScheduler/Properties/AssemblyInfo.cs b/LocalScheduler/Properties/AssemblyInfo.cs index ea9a9f2..e546c94 100644 --- a/LocalScheduler/Properties/AssemblyInfo.cs +++ b/LocalScheduler/Properties/AssemblyInfo.cs @@ -27,9 +27,9 @@ using System.Runtime.InteropServices; [assembly: AssemblyTitle("DryadLocalScheduler")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Microsoft IT")] +[assembly: AssemblyCompany("Microsoft Corporation")] [assembly: AssemblyProduct("DryadLocalScheduler")] -[assembly: AssemblyCopyright("Copyright © Microsoft IT 2014")] +[assembly: AssemblyCopyright("Copyright © Microsoft Corporation. All rights reserved.")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -51,5 +51,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("0.1.0.0")] +[assembly: AssemblyFileVersion("0.1.0.0")] diff --git a/Microsoft.Research.Dryad.targets b/Microsoft.Research.Dryad.targets index 6b53210..e454ca6 100644 --- a/Microsoft.Research.Dryad.targets +++ b/Microsoft.Research.Dryad.targets @@ -1,7 +1,7 @@ - + diff --git a/ProcessService/Properties/AssemblyInfo.cs b/ProcessService/Properties/AssemblyInfo.cs index 5f36df6..e0744f2 100644 --- a/ProcessService/Properties/AssemblyInfo.cs +++ b/ProcessService/Properties/AssemblyInfo.cs @@ -27,9 +27,9 @@ using System.Runtime.InteropServices; [assembly: AssemblyTitle("ProcessService")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Microsoft IT")] +[assembly: AssemblyCompany("Microsoft Corporation")] [assembly: AssemblyProduct("ProcessService")] -[assembly: AssemblyCopyright("Copyright © Microsoft IT 2013")] +[assembly: AssemblyCopyright("Copyright © Microsoft Corporation. All rights reserved.")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -51,5 +51,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("0.1.0.0")] +[assembly: AssemblyFileVersion("0.1.0.0")] diff --git a/samples/Microsoft.Research.DryadLinq.Samples.nuspec b/samples/Microsoft.Research.DryadLinq.Samples.nuspec index 515fb49..402d3e9 100644 --- a/samples/Microsoft.Research.DryadLinq.Samples.nuspec +++ b/samples/Microsoft.Research.DryadLinq.Samples.nuspec @@ -2,7 +2,7 @@ Microsoft.Research.DryadLinq.Samples - 0.7.0-beta022 + 0.7.0-beta032 Sample DryadLINQ Programs bigdatadev@microsoft.com bigdatadev@microsoft.com,Microsoft @@ -14,7 +14,7 @@ en-US - +