Skip to content

Commit

Permalink
Added NuGet package Microsoft.Bcl.Async for WebRequest.GetResponseAsy…
Browse files Browse the repository at this point in the history
…nc() & friends.
  • Loading branch information
dlhartveld committed Aug 8, 2013
1 parent 3214882 commit da485f5
Show file tree
Hide file tree
Showing 124 changed files with 60,567 additions and 0 deletions.
10 changes: 10 additions & 0 deletions RssStarterKit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,15 @@
<Reference Include="Microsoft.Practices.ServiceLocation">
<HintPath>packages\MvvmLightLibs.4.1.27.0\lib\WindowsPhone8\Microsoft.Practices.ServiceLocation.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Threading.Tasks">
<HintPath>packages\Microsoft.Bcl.Async.1.0.16\lib\wp8\Microsoft.Threading.Tasks.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Threading.Tasks.Extensions">
<HintPath>packages\Microsoft.Bcl.Async.1.0.16\lib\wp8\Microsoft.Threading.Tasks.Extensions.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Threading.Tasks.Extensions.Phone">
<HintPath>packages\Microsoft.Bcl.Async.1.0.16\lib\wp8\Microsoft.Threading.Tasks.Extensions.Phone.dll</HintPath>
</Reference>
<Reference Include="System.ServiceModel.Syndication, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
<Reference Include="System.Windows.Interactivity, Version=3.9.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>packages\MvvmLightLibs.4.1.27.0\lib\WindowsPhone8\System.Windows.Interactivity.dll</HintPath>
Expand Down Expand Up @@ -253,4 +262,5 @@
</Target>
-->
<ProjectExtensions />
<Import Project="packages\Microsoft.Bcl.Build.1.0.8\tools\Microsoft.Bcl.Build.targets" />
</Project>
3 changes: 3 additions & 0 deletions packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
<packages>
<package id="Coding4Fun.Phone.Controls.Complete" version="1.5.1" />
<package id="Coding4Fun.Toolkit.Controls" version="2.0.2" targetFramework="wp80" />
<package id="Microsoft.Bcl" version="1.0.19" targetFramework="wp80" />
<package id="Microsoft.Bcl.Async" version="1.0.16" targetFramework="wp80" />
<package id="Microsoft.Bcl.Build" version="1.0.8" targetFramework="wp80" />
<package id="MvvmLight" version="4.1.27.0" targetFramework="wp80" />
<package id="MvvmLightLibs" version="4.1.27.0" targetFramework="wp80" />
<package id="MvvmLightLibsPreview" version="4.1.0" />
Expand Down
505 changes: 505 additions & 0 deletions packages/Microsoft.Bcl.1.0.19/License.rtf

Large diffs are not rendered by default.

Binary file not shown.
34 changes: 34 additions & 0 deletions packages/Microsoft.Bcl.1.0.19/Microsoft.Bcl.1.0.19.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Microsoft.Bcl</id>
<version>1.0.19</version>
<title>BCL Portability Pack for .NET Framework 4, Silverlight 4 and 5, and Windows Phone 7.5</title>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<licenseUrl>http://go.microsoft.com/fwlink/?LinkID=296435</licenseUrl>
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=280057</projectUrl>
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>This packages enables projects targeting .NET Framework 4, Silverlight 4 and 5, and Windows Phone 7.5 (including any portable library combinations) to use new types from later versions of .NET including:

CallerMemberNameAttribute
CallerLineNumberAttribute
CallerFilePathAttribute
Tuple&lt;T1, T2, ...&gt;
IProgress&lt;T&gt;
IStructuralComparable
IStructuralEquatable
Task

These types are "unified" to their later version equivalent. For example, when running on .NET Framework 4.5, IProgress&lt;T&gt; from this package will be seen by the runtime as the same type as the one already in the platform.

This package is not required for projects targeting .NET Framework 4.5 or .NET for Windows Store apps. For known issues, please see: http://blogs.msdn.com/b/bclteam/p/asynctargetingpackkb.aspx.</description>
<summary>Adds support for types from later versions to .NET Framework 4, Silverlight 4 and 5, and Windows Phone 7.5.</summary>
<copyright>Copyright © Microsoft Corporation</copyright>
<tags>BCL Microsoft System Task IProgress</tags>
<dependencies>
<dependency id="Microsoft.Bcl.Build" version="1.0.4" />
</dependencies>
</metadata>
</package>
24 changes: 24 additions & 0 deletions packages/Microsoft.Bcl.1.0.19/ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Changes in 1.0.16-rc
- Fixed: Adding empty content to .NET 4.5, Windows Phone 8, Windows 8 and portable combinations, so that app.config transforms
are not applied to projects targeting them.

Changes in 1.0.15-rc

- Fixed: System.Runtime is missing a type forward for Tuple<T1, T2>

Changes in 1.0.14-rc

- Fixed: System.Runtime now has a fixed version for Phone 7.x due to the lack of a way to redirect them to a later version.

Changes in 1.0.13-rc

- Fixed: First-chance exceptions when running on Phone 7.x

Changes in 1.0.12-rc

- Fixed: Microsoft.Bcl.targets are not imported when using NuGet 2.0 to install Microsoft.Bcl
- Changed: Pulled build targets into a separate package (Microsoft.Bcl.Build) so other BCL packages can depend on it.

Changes in 1.0.11-beta

- Initial release
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Binary file not shown.
56 changes: 56 additions & 0 deletions packages/Microsoft.Bcl.1.0.19/lib/net40/System.Runtime.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Loading

0 comments on commit da485f5

Please sign in to comment.