Releases: tvandinther/libsql-client-dotnet
Releases · tvandinther/libsql-client-dotnet
v0.5.0
What's Changed
- Use .NET Testcontainers for integration tests by @tvandinther in #23
- Change PlatformTarget from x64 to AnyCPU by @tvandinther in #24
- Add support for prepared statements with positional arguments by @tvandinther in #22
Full Changelog: v0.4.0...v0.5.0
v0.4.0
Note: Test infrastructure for this release is only set up and passing for Linux. MacOS and Windows platforms should have no issues but perform your own tests.
What's Changed
- Add support for remote database connection by @tvandinther in #13
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Improve Testing + String fix by @tvandinther in #11
- ResultSet Improvements by @tvandinther in #12
Full Changelog: v0.2.3...v0.3.0
v0.2.3
What's Changed
- Switch String marshaller from Auto to ANSI by @tvandinther in #9 (fixes #8)
- General improvements by @tvandinther in #10
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- Add support for Windows and MacOS runtimes by @tvandinther in #7
Full Changelog: v0.2.1...v0.2.2
v0.2.1
- Migrated to .NET Standard 2.0 for compatibility across .NET runtimes.
- Added code documentation for Intellisense.
- Included rust binding library in Nuget package.