Skip to content

Releases: badcel/WCharT.Net

0.1.2

16 Jun 20:07
7645c37
Compare
Choose a tag to compare

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

25 May 20:58
67cd6d3
Compare
Choose a tag to compare

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

24 May 21:24
1ad4795
Compare
Choose a tag to compare

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