Releases: badcel/WCharT.Net
0.1.2
This release primarily fixes a bug in case WCharTString
was used as a buffer. The given buffer size was implicitly increased by one character, so the native code would be allowed to add a null termination sign after the requested size of the buffer. This is not expected from a public API. If a buffer for a certain amount of characters is created, the caller should know if there is memory for a null termination sign needed or not. It should not be implicitly added for every buffer request.
What's Changed
- Move platform specific code into a platform class by @badcel in #8
- Simplify compile time constants by @badcel in #9
- Add doc comments by @badcel in #10
- Bug: No automatic null termination in case of buffer scenario by @badcel in #11
Full Changelog: 0.1.1...0.1.2
0.1.1
This is a bugfix release of WCharT.Net.
Fixed issues:
- Nuget: If the package was used with a windows operating system the
WCharT.Net
binary was not found during runtime because the package used an invalid runtime identifier for windows. - Nuget: Use updated package project url
Full Changelog: 0.1.0...0.1.1
0.1.0
Initial release of WCharT.Net a modern cross platform package to interop with WCharT data.
Full Changelog: https://github.com/badcel/WCharT.Net/commits/0.1.0