Skip to content

Commit

Permalink
Bumping version of Azure.Storage.Datamovement and cleanup to fix tests (
Browse files Browse the repository at this point in the history
  • Loading branch information
amnguye authored May 14, 2024
1 parent 095e290 commit 40d2089
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2024.05.08 Version 2.0.5
2024.05.13 Version 2.0.5
* Added Systems.Text.RegularExpressions as a dependency and targetted the most stable version 4.3.1

2021.05.12 Version 2.0.4
Expand Down
4 changes: 2 additions & 2 deletions netcore/DMLibTest/DMLibTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.Azure.KeyVault.Core" Version="2.0.4" />
<PackageReference Include="Microsoft.Azure.Storage.Blob" Version="11.2.2" />
<PackageReference Include="Microsoft.Azure.Storage.File" Version="11.2.2" />
<PackageReference Include="Microsoft.Azure.Storage.Blob" Version="11.2.3" />
<PackageReference Include="Microsoft.Azure.Storage.File" Version="11.2.3" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0" />
<PackageReference Include="xunit" Version="2.2.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Description>Microsoft.WindowsAzure.Storage.DataMovement Class Library</Description>
<Version>2.0.4.0</Version>
<Description>Microsoft.Azure.Storage.DataMovement Class Library</Description>
<Version>2.0.5.0</Version>
<Authors>Microsoft</Authors>
<TargetFramework>netstandard2.0</TargetFramework>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand All @@ -11,7 +11,7 @@
<AssemblyName>Microsoft.Azure.Storage.DataMovement</AssemblyName>
<AssemblyOriginatorKeyFile>../../tools/strongnamekeys/fake/windows.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
<PackageId>Microsoft.WindowsAzure.Storage.DataMovement</PackageId>
<PackageId>Microsoft.Azure.Storage.DataMovement</PackageId>
<AssetTargetFallback>$(AssetTargetFallback);dnxcore50;portable-net451+win8</AssetTargetFallback>
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
Expand Down Expand Up @@ -39,9 +39,10 @@
<PackageReference Include="Microsoft.Azure.KeyVault.Core" Version="2.0.4" />
<PackageReference Include="Microsoft.Azure.Storage.Blob" Version="11.2.3" />
<PackageReference Include="Microsoft.Azure.Storage.File" Version="11.2.3" />
<PackageReference Include="Mono.Posix.NETStandard" Version="1.0.0-beta2" />
<PackageReference Include="Mono.Posix.NETStandard" Version="1.0.0" />
<PackageReference Include="System.Runtime.Serialization.Xml" Version="4.3.0" />
<PackageReference Include="System.Security.Principal.Windows" Version="4.6.0" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
<PackageReference Include="System.Threading.ThreadPool" Version="4.3.0" />
</ItemGroup>

Expand Down
6 changes: 3 additions & 3 deletions tools/AssemblyInfo/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
using System.Resources;
using System.Runtime.InteropServices;

[assembly: AssemblyVersion("2.0.4.0")]
[assembly: AssemblyFileVersion("2.0.4.0")]
[assembly: AssemblyVersion("2.0.5.0")]
[assembly: AssemblyFileVersion("2.0.5.0")]

[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Microsoft Azure Storage")]
[assembly: AssemblyCopyright("Copyright © 2019 Microsoft Corp.")]
[assembly: AssemblyCopyright("Copyright © 2024 Microsoft Corp.")]
[assembly: AssemblyTrademark("Microsoft ® is a registered trademark of Microsoft Corporation.")]
[assembly: AssemblyCulture("")]

Expand Down
5 changes: 3 additions & 2 deletions tools/nupkg/Microsoft.Azure.Storage.DataMovement.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata minClientVersion="2.12">
<id>Microsoft.Azure.Storage.DataMovement</id>
<version>2.0.4</version>
<version>2.0.5</version>
<title>Microsoft Azure Storage Data Movement Library</title>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
Expand All @@ -23,13 +23,14 @@
<dependency id="Microsoft.Azure.Storage.Blob" version="11.2.3" />
</group>
<group targetFramework="netstandard2.0">
<dependency id="Mono.Posix.NETStandard" version="1.0.0-beta2" />
<dependency id="Mono.Posix.NETStandard" version="1.0.0" />
<dependency id="NETStandard.Library" version="2.0.1" />
<dependency id="Microsoft.Azure.Storage.File" version="11.2.3" />
<dependency id="Microsoft.Azure.Storage.Blob" version="11.2.3" />
<dependency id="System.Runtime.Serialization.Xml" version="4.3.0" />
<dependency id="System.Threading.ThreadPool" version="4.3.0" />
<dependency id="System.Net.Http" version="4.3.4" />
<dependency id="System.Text.RegularExpressions" version="4.3.1" />
</group>
</dependencies>
<frameworkAssemblies>
Expand Down

0 comments on commit 40d2089

Please sign in to comment.