| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2021-10-29 | 704 Bytes | |
| v1.0.40 source code.tar.gz | 2021-10-29 | 607.9 kB | |
| v1.0.40 source code.zip | 2021-10-29 | 698.8 kB | |
| Totals: 3 Items | 1.3 MB | 0 | |
Bug Fixes:
- Meta.GetDocumentation(MemberInfo) was throwing an exception on non-public code members. This bug was introduced by https://github.com/ZacharyPatten/Towel/commit/afddb2fef8d749338608f98754a4257fdafbcb8d. The internal method GetXmlNameMethodBase contained a GetMethods call that did not pass in BindingFlags (which the default is public-only). Just needed to add in the BindingFlags.
- fix: https://github.com/ZacharyPatten/Towel/commit/5cc59774d88ac37ccc760a2d06678229d45c7e08