- DATE:
- AUTHOR:
- PowerSync Product Team
PowerSync .NET SDK: v0.1.2 (Beta)
We are excited to announce the Version 0.1.2 (Beta) release of the PowerSync .NET client SDK 
Visit the full SDK reference to get started, for implementation details, and code snippets.
See the full changelog below.
Have any questions or feedback? Chat with us and the PowerSync community on Discord.
Changelog
v0.1.2 - 2026-05-07
[ADDED] Attachment APIs:
AttachmentQueuemanages offline-first file attachment sync (upload, download, delete, archive), mirroring the implementation in our other SDKs. Register a watched query and supply local and remote storage adapters; the queue handles the full lifecycle automatically. See the docs. (PR #68)[ADDED] Mac Catalyst support. The SDK now targets
net9.0-maccatalystand the setup script downloads the Mac Catalyst xcframework automatically. (PR #64)
[IMPROVED] Fewer warnings on
dotnet build. (PR #65)[FIXED] Runtime resolution of the SQLite core extension on
net9.0-androidandnet9.0-iosnow works correctly. The SDK was missing those platform-specific target frameworks. (PR #60)
v0.1.1 - 2026-04-07
[ADDED] Windows ARM64 support. The SDK now downloads and uses the
aarch64Windows binary, enabling PowerSync on Windows ARM devices. Also updates the SQLite core extension to v0.4.12, which skips creatingps_crudentries when clearing raw tables. (PR #55)
v0.1.0 - 2026-03-26
Initial Beta Release.