-
Notifications
You must be signed in to change notification settings - Fork 754
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d503748
commit 2267471
Showing
138 changed files
with
61,441 additions
and
2 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
505 changes: 505 additions & 0 deletions
505
Ix.NET/Source/packages/Microsoft.Bcl.1.0.19/License.rtf
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+862 KB
Ix.NET/Source/packages/Microsoft.Bcl.1.0.19/Microsoft.Bcl.1.0.19.nupkg
Binary file not shown.
39 changes: 39 additions & 0 deletions
39
Ix.NET/Source/packages/Microsoft.Bcl.1.0.19/Microsoft.Bcl.1.0.19.nuspec
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,39 @@ | ||
<?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<T1, T2, ...> | ||
IProgress<T> | ||
IStructuralComparable | ||
IStructuralEquatable | ||
Task | ||
|
||
These types are "unified" to their later version equivalent. For example, when running on .NET Framework 4.5, IProgress<T> 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> | ||
<references> | ||
<reference file="System.Runtime.dll" /> | ||
<reference file="System.Threading.Tasks.dll" /> | ||
<reference file="_._" /> | ||
</references> | ||
</metadata> | ||
</package> |
24 changes: 24 additions & 0 deletions
24
Ix.NET/Source/packages/Microsoft.Bcl.1.0.19/ReleaseNotes.txt
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,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 added
BIN
+21.6 KB
Ix.NET/Source/packages/Microsoft.Bcl.1.0.19/lib/net40/System.Runtime.dll
Binary file not shown.
56 changes: 56 additions & 0 deletions
56
Ix.NET/Source/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.
Oops, something went wrong.
Binary file added
BIN
+34.1 KB
Ix.NET/Source/packages/Microsoft.Bcl.1.0.19/lib/net40/System.Threading.Tasks.dll
Binary file not shown.
Oops, something went wrong.