Previously, the release notes were living as individual pages on our blog. At the time we started to ship .NET platform libraries as individual NuGet packages, that was the solution with the least amount of overhead. Since we're now fully embracing open source on GitHub it seems much simpler to provide these release notes as Markdown pages.
1.2 KiB
1.2 KiB
System.Reflection.Metadata
Information
Version History
1.0.21
- First stable release
- [Breaking change] Support for very large heaps. Introduces
EntityHandlefor non-heap handles and modifies the API to work with them wherever possible. - Fix issue running in a Windows Store App on a machine with .NET 4.6 installed.
1.0.19-rc
- Small bug fixes
1.0.18-beta
- [Breaking change] Fix spelling error in
MetadataTokens.ExportedTypeHandlemethod - Fix race condition when calling
GetMetadataReaderconcurrently on the samePEReader - Minor performance optimizations
1.0.17-beta
- Renamed the package from
Microsoft.Bcl.MetadatatoSystem.Reflection.Metadata- In order to get the new version, uninstall
Microsoft.Bcl.Metadataand installSystem.Reflection.Metadatainstead - The name of the .DLL is unchanged
- In order to get the new version, uninstall
- Minor bug fixes
1.0.11-alpha (Microsoft.Bcl.Metadata)
- Optimization data added for Roslyn
- Minor bug fixes
1.0.9-alpha (Microsoft.Bcl.Metadata)
- Initial release