diff --git a/client-sdks/advanced/attachments.mdx b/client-sdks/advanced/attachments.mdx index 8b8a4fc4..6490d829 100644 --- a/client-sdks/advanced/attachments.mdx +++ b/client-sdks/advanced/attachments.mdx @@ -29,7 +29,7 @@ We provide attachment helpers for multiple platforms: | **Flutter** | [Built-in attachments (alpha)](https://pub.dev/documentation/powersync_core/latest/topics/attachments-topic.html) | v1.16.0 | [Flutter Todo](https://github.com/powersync-ja/powersync.dart/tree/main/demos/supabase-todolist) | | **Swift** | [Built-in attachments (alpha)](https://github.com/powersync-ja/powersync-swift/blob/main/Sources/PowerSync/attachments/README.md) | v1.0.0 | [iOS Demo](https://github.com/powersync-ja/powersync-swift/tree/main/Demos/PowerSyncExample) | | **Kotlin** | [Built-in attachments (alpha)](https://github.com/powersync-ja/powersync-kotlin/tree/main/common/src/commonMain/kotlin/com/powersync/attachments) | v1.0.0 | [Android Todo](https://github.com/powersync-ja/powersync-kotlin/tree/main/demos/android-supabase-todolist) | -| **.NET** | [Built-in attachments (alpha)](https://github.com/powersync-ja/powersync-dotnet/tree/main/PowerSync/PowerSync.Common/Attachments) | v0.1.2 | - | +| **.NET** | [Built-in attachments (alpha)](https://github.com/powersync-ja/powersync-dotnet/tree/main/PowerSync/PowerSync.Common/Attachments) | v0.1.2 | [MAUI Todo](https://github.com/powersync-ja/powersync-dotnet/tree/main/demos/MAUITodo) | Most demo applications use Supabase Storage as the storage provider, but the patterns are adaptable to any storage system. diff --git a/intro/examples.mdx b/intro/examples.mdx index 1d28b0d0..a236d6d4 100644 --- a/intro/examples.mdx +++ b/intro/examples.mdx @@ -159,6 +159,7 @@ All examples are organized by platform and backend technology. You can adapt any - A Windows desktop to-do list app built with WPF. - [MAUI To-Do List App](https://github.com/powersync-ja/powersync-dotnet/tree/main/demos/MAUITodo#readme) - A cross-platform to-do list app for Android, iOS, and Windows. + - Demonstrates [File/Attachment Handling](/client-sdks/advanced/attachments) #### Examples