ReleaseNotes.txt 791 B

123456789101112131415161718192021222324
  1. Changes in 1.0.16-rc
  2. - Fixed: Adding empty content to .NET 4.5, Windows Phone 8, Windows 8 and portable combinations, so that app.config transforms
  3. are not applied to projects targeting them.
  4. Changes in 1.0.15-rc
  5. - Fixed: System.Runtime is missing a type forward for Tuple<T1, T2>
  6. Changes in 1.0.14-rc
  7. - 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.
  8. Changes in 1.0.13-rc
  9. - Fixed: First-chance exceptions when running on Phone 7.x
  10. Changes in 1.0.12-rc
  11. - Fixed: Microsoft.Bcl.targets are not imported when using NuGet 2.0 to install Microsoft.Bcl
  12. - Changed: Pulled build targets into a separate package (Microsoft.Bcl.Build) so other BCL packages can depend on it.
  13. Changes in 1.0.11-beta
  14. - Initial release