Skip to content

Commit

Permalink
Include System.ValueTuple.dll v4.0.1.0 From NuGet package System.Valu…
Browse files Browse the repository at this point in the history
…eTuple v4.5.0
  • Loading branch information
Yvand committed Jul 15, 2019
1 parent a8c739f commit b084292
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions AzureCP/AzureCP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ copy /Y "$(TargetDir)Nito.AsyncEx.Enlightenment.dll" $(ProjectDir)\bin
copy /Y "$(TargetDir)Microsoft.Graph.Core.dll" $(ProjectDir)\bin
copy /Y "$(TargetDir)Microsoft.Graph.dll" $(ProjectDir)\bin
copy /Y "$(TargetDir)Newtonsoft.Json.dll" $(ProjectDir)\bin
copy /Y "$(TargetDir)System.ValueTuple.dll" $(ProjectDir)\bin
</PostBuildEvent>
</PropertyGroup>
</Project>
1 change: 1 addition & 0 deletions AzureCP/Package/Package.package
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<customAssembly location="Microsoft.Graph.Core.dll" deploymentTarget="GlobalAssemblyCache" sourcePath="bin\Microsoft.Graph.Core.dll" />
<customAssembly location="Microsoft.Graph.dll" deploymentTarget="GlobalAssemblyCache" sourcePath="bin\Microsoft.Graph.dll" />
<customAssembly location="Newtonsoft.Json.dll" deploymentTarget="GlobalAssemblyCache" sourcePath="bin\Newtonsoft.Json.dll" />
<customAssembly location="System.ValueTuple.dll" deploymentTarget="GlobalAssemblyCache" sourcePath="bin\System.ValueTuple.dll" />
</assemblies>
<features>
<featureReference itemId="70b104e2-19df-4cb1-9802-c98eaf14d84e" />
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change log for AzureCP

## AzureCP 15.1

* Add missing assembly System.ValueTuple.dll as it became a dependency of Microsoft.Graph.Core 1.15.0

## AzureCP 15.0.20190621.906 enhancements & bug-fixes - Published in June 21, 2019

* Add a default mapping to populate the email of groups
Expand Down

0 comments on commit b084292

Please sign in to comment.