Skip to content

Commit

Permalink
Update Batch supporting assemblies (Azure#3794)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthchr authored and JasonYang-MSFT committed Nov 17, 2017
1 parent 43fe22a commit bec8e3c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ by task and job id and the type of output.
</Description>
<AssemblyTitle>Microsoft Azure Batch File Conventions</AssemblyTitle>
<AssemblyName>Microsoft.Azure.Batch.Conventions.Files</AssemblyName>
<VersionPrefix>3.0.0</VersionPrefix>
<VersionPrefix>3.1.0</VersionPrefix>
<PackageTags>Microsoft, Azure, Batch, windowsazureofficial</PackageTags>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
<PackageReleaseNotes>
Expand All @@ -35,7 +35,7 @@ Updated dependent libraries.
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Batch" Version="[7.0.0,8.0.0)" />
<PackageReference Include="Azure.Batch" Version="[8.0.0,9.0.0)" />
<PackageReference Include="WindowsAzure.Storage" Version="8.1.1" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
<OutputPath>bin\$(Configuration)\</OutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Azure.Batch" Version="7.0.0" />
<PackageReference Include="FsCheck.Xunit" Version="2.9.0-rc3" />
<PackageReference Include="NSubstitute" Version="2.0.3" />
<PackageReference Include="xunit" Version="2.3.0-beta1-build3642" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.</Description>
<VersionPrefix>7.0.0</VersionPrefix>
<VersionPrefix>8.0.0</VersionPrefix>
<DefineConstants>$(DefineConstants);CODESIGN</DefineConstants>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AssemblyName>Microsoft.Azure.Batch.FileStaging</AssemblyName>
Expand All @@ -34,7 +34,7 @@ API reference can be found at http://go.microsoft.com/fwlink/?LinkId=717949.</De

<ItemGroup>
<PackageReference Include="WindowsAzure.Storage" Version="8.1.1" />
<PackageReference Include="Azure.Batch" Version="[7.0.1,8.0.0)" />
<PackageReference Include="Azure.Batch" Version="[8.0.0,9.0.0)" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net452' ">
<Reference Include="System.Web" />
Expand Down

0 comments on commit bec8e3c

Please sign in to comment.