From 57509f780f000c34decd88303be1419f470cffe6 Mon Sep 17 00:00:00 2001 From: Matthew Christopher Date: Tue, 17 Oct 2017 15:38:39 -0700 Subject: [PATCH] Update Batch supporting assemblies --- .../AzureBatchFileConventions.csproj | 4 ++-- .../Src/AzureBatchFileConventions/Properties/AssemblyInfo.cs | 2 +- .../AzureBatchFileConventions.Tests.csproj | 1 - .../FileStaging/Batch.FileStaging/AssemblyAttributes.cs | 4 ++-- .../FileStaging/Batch.FileStaging/Batch.FileStaging.csproj | 4 ++-- 5 files changed, 7 insertions(+), 8 deletions(-) diff --git a/src/SDKs/Batch/Support/FileConventions/Src/AzureBatchFileConventions/AzureBatchFileConventions.csproj b/src/SDKs/Batch/Support/FileConventions/Src/AzureBatchFileConventions/AzureBatchFileConventions.csproj index 36e68368f2e65..ee958d32ed32e 100644 --- a/src/SDKs/Batch/Support/FileConventions/Src/AzureBatchFileConventions/AzureBatchFileConventions.csproj +++ b/src/SDKs/Batch/Support/FileConventions/Src/AzureBatchFileConventions/AzureBatchFileConventions.csproj @@ -8,7 +8,7 @@ by task and job id and the type of output. Microsoft Azure Batch File Conventions Microsoft.Azure.Batch.Conventions.Files - 3.0.0 + 3.1.0 Microsoft, Azure, Batch, windowsazureofficial bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml @@ -35,7 +35,7 @@ Updated dependent libraries. - + diff --git a/src/SDKs/Batch/Support/FileConventions/Src/AzureBatchFileConventions/Properties/AssemblyInfo.cs b/src/SDKs/Batch/Support/FileConventions/Src/AzureBatchFileConventions/Properties/AssemblyInfo.cs index a35c3a949ddb7..b0e9193561e70 100644 --- a/src/SDKs/Batch/Support/FileConventions/Src/AzureBatchFileConventions/Properties/AssemblyInfo.cs +++ b/src/SDKs/Batch/Support/FileConventions/Src/AzureBatchFileConventions/Properties/AssemblyInfo.cs @@ -20,7 +20,7 @@ [assembly: AssemblyDescription("A convention-based library for saving and retrieving Azure Batch task output files.")] [assembly: AssemblyVersion("3.0.0.0")] -[assembly: AssemblyFileVersion("3.0.0.0")] +[assembly: AssemblyFileVersion("3.1.0.0")] [assembly: AssemblyCompany("Microsoft Corporation")] [assembly: AssemblyProduct("Microsoft Azure")] [assembly: AssemblyCopyright("Copyright © Microsoft Corporation. All rights reserved.")] diff --git a/src/SDKs/Batch/Support/FileConventions/Tests/AzureBatchFileConventions.Tests/AzureBatchFileConventions.Tests.csproj b/src/SDKs/Batch/Support/FileConventions/Tests/AzureBatchFileConventions.Tests/AzureBatchFileConventions.Tests.csproj index 24e798726a6f1..2800ab0d91dec 100644 --- a/src/SDKs/Batch/Support/FileConventions/Tests/AzureBatchFileConventions.Tests/AzureBatchFileConventions.Tests.csproj +++ b/src/SDKs/Batch/Support/FileConventions/Tests/AzureBatchFileConventions.Tests/AzureBatchFileConventions.Tests.csproj @@ -23,7 +23,6 @@ bin\$(Configuration)\ - diff --git a/src/SDKs/Batch/Support/FileStaging/Batch.FileStaging/AssemblyAttributes.cs b/src/SDKs/Batch/Support/FileStaging/Batch.FileStaging/AssemblyAttributes.cs index 526b650a44a75..541e6aaa4d463 100644 --- a/src/SDKs/Batch/Support/FileStaging/Batch.FileStaging/AssemblyAttributes.cs +++ b/src/SDKs/Batch/Support/FileStaging/Batch.FileStaging/AssemblyAttributes.cs @@ -20,8 +20,8 @@ [assembly: AssemblyTitle("Microsoft.Azure.Batch.FileStaging")] [assembly: AssemblyDescription("Client library for uploading resource files for tasks in the Azure Batch service.")] -[assembly: AssemblyVersion("7.0.0.0")] -[assembly: AssemblyFileVersion("7.0.0.0")] +[assembly: AssemblyVersion("8.0.0.0")] +[assembly: AssemblyFileVersion("8.0.0.0")] [assembly: AssemblyCompany("Microsoft Corporation")] [assembly: AssemblyProduct("Microsoft Azure")] [assembly: AssemblyCopyright("Copyright (c) Microsoft Corporation. All rights reserved.")] diff --git a/src/SDKs/Batch/Support/FileStaging/Batch.FileStaging/Batch.FileStaging.csproj b/src/SDKs/Batch/Support/FileStaging/Batch.FileStaging/Batch.FileStaging.csproj index d2f4ec0de2e97..ac26c2a12b0f2 100644 --- a/src/SDKs/Batch/Support/FileStaging/Batch.FileStaging/Batch.FileStaging.csproj +++ b/src/SDKs/Batch/Support/FileStaging/Batch.FileStaging/Batch.FileStaging.csproj @@ -8,7 +8,7 @@ Visit our home page for more detail - http://azure.microsoft.com/services/batch/ For technical overview, see http://azure.microsoft.com/documentation/articles/batch-technical-overview/. API reference can be found at http://go.microsoft.com/fwlink/?LinkId=717949. - 7.0.0 + 8.0.0 $(DefineConstants);CODESIGN true Microsoft.Azure.Batch.FileStaging @@ -34,7 +34,7 @@ API reference can be found at http://go.microsoft.com/fwlink/?LinkId=717949. - +