Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2022.04.07 Version 2.0.5
* Upgraded to Mono.Posix.NETStandard to 1.0.0

2021.05.12 Version 2.0.4
* Resolves issue of pointing to incorrect version of Microsoft.Azure.Storage.Blob and File libraries
* Upgraded to Microsoft.Azure.Storage.Blob to 11.2.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>Microsoft.WindowsAzure.Storage.DataMovement Class Library</Description>
<Version>2.0.4.0</Version>
<Version>2.0.5.0</Version>
<Authors>Microsoft</Authors>
<TargetFramework>netstandard2.0</TargetFramework>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down Expand Up @@ -39,7 +39,7 @@
<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.Threading.ThreadPool" Version="4.3.0" />
Expand Down
4 changes: 2 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,7 +23,7 @@
<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" />
Expand Down