forked from maximn/google-maps
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added the NuGet package Microsoft.CompilerServices.AsyncTargetingPa…
…ck as a dependency which provides Microsoft's official TaskEx class implimentation for .NET 4.0. - Removed the unofficial TaskEx class. - Removed the DownloadDataTaskAsync(WebClient, Uri) overload since it's already provided by AsyncTargetingPack. - Fixed malformed XML comments.
- Loading branch information
1 parent
7c96e3c
commit 1aeb5dd
Showing
16 changed files
with
3,515 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Microsoft.CompilerServices.AsyncTargetingPack" version="1.0.0" /> | ||
</packages> |
Binary file added
BIN
+108 KB
...rvices.AsyncTargetingPack.1.0.0/Microsoft.CompilerServices.AsyncTargetingPack.1.0.0.nupkg
Binary file not shown.
Binary file added
BIN
+64.2 KB
...AsyncTargetingPack.1.0.0/lib/net40/Microsoft.CompilerServices.AsyncTargetingPack.Net4.dll
Binary file not shown.
Oops, something went wrong.