Shiny.Core 5.4.0-beta-0075

Shiny Client for .NET

Shiny is a cross-platform framework designed to make working with device services and background processes easy, testable, and consistent while bringing things like dependency injection & logging in a structured way to your code!

Features

  • Handles all of the cruft like Permissions, main thread traversal, persistent storage and app restarts
  • Brings your infrastructure to the background
  • Provides logging to ensure you know when your services fail in the background
  • Gives a clean & testable API surface for your code
  • Native AOT & trim-friendly across all modules
  • Cross-platform: iOS, Android, Mac Catalyst, macOS, Windows, Linux, and Blazor WebAssembly (where the platform allows)

Modules

  • Background Jobs - periodic background work backed by BGTaskScheduler (iOS), WorkManager (Android), COM-activated background tasks (Windows), and an in-process managed runner for Linux/macOS/Blazor WASM
  • HTTP Transfers - resumable background uploads/downloads on NSURLSession (iOS), an HttpClient-driven managed loop with Range-based resume (Android, Windows, Linux, macOS, .NET base), and Service Worker Background Sync (Blazor WASM). Pause/resume support - pause stops a transfer without cancelling it (downloads continue from where they left off, uploads restart). First-class Azure Blob Storage and AWS S3 (SigV4) request builders included
  • Data Sync - bidirectional JSON record sync over HTTP with the same platform tiers as HTTP Transfers: outbox + inbox on NSURLSession (iOS/Mac Catalyst), Foreground Service + HttpClient (Android), HttpClient + connectivity loop (Windows/Linux/macOS), and LocalStorage-backed HttpClient (Blazor WASM). Includes batched outbox, tombstones, conflict resolution, retry with exponential backoff, and AOT-safe serialization through Shiny.Json
  • BluetoothLE Client - scan, connect, GATT, and L2CAP CoC on iOS/macOS, Android, Windows, Linux (BlueZ), and Blazor WebAssembly (Web Bluetooth)
  • BluetoothLE Hosting - GATT server, advertising, iBeacon broadcasting, and L2CAP CoC listeners on iOS/macOS, Android, Windows, and Linux (BlueZ AF_BLUETOOTH sockets)
  • Locations - foreground/background GPS, geofence monitoring, and motion-activity recognition (CMMotionActivity / ActivityRecognition)
  • Contacts - cross-platform device contact access with CRUD and a fluent async query builder (iOS/Android): await store.Query().Search(text).OrderBy(ContactSortField.FamilyName).ToListAsync(ct)
  • Calendar - cross-platform calendar & event access with CRUD and a fluent async query builder on iOS/Mac Catalyst/macOS (EventKit), Android (CalendarContract), and Windows (AppointmentStore, best-effort - system events are read-only, writes go to an app-owned calendar). await store.Query().ForCalendar(id).Between(from, to).OrderBy(CalendarEventSortField.Start).ToListAsync(ct) - the calendar id and date window are pushed down to the native fetch, which runs off the calling thread. DeleteEvent(id, deleteSeries) chooses between removing one occurrence of a recurring event or the rest of the series
  • Local Notifications - scheduled, repeating, and geofence-triggered notifications on iOS/macOS, Android, Windows, and Linux (org.freedesktop.Notifications D-Bus)
  • Push Notifications - native APNs/FCM, Firebase Cloud Messaging, Azure Notification Hubs, and Blazor (Web Push)
  • Core - hosting, DI, key/value stores, object-store binding, lifecycle hooks, connectivity & battery monitoring, and the platform abstractions every Shiny module builds on

AI Tools

Optional *.Extensions.AI packages expose Shiny modules as Microsoft.Extensions.AI tool functions (AIFunctions) for LLM agents. You opt-in exactly which operations the model can see - a read/write allow-list you control on behalf of the agent (this is not an OS permission prompt; the underlying platform permissions must already be granted). Resolve the generated *AITools bundle from DI and pass .Tools to any IChatClient. All are AOT-compatible (hand-built schemas, no reflection).

  • Shiny.Contacts.Extensions.AI - AddContactsAITools(...)search_contacts, get_contact, and (write) create_contact, update_contact, delete_contact
  • Shiny.Calendar.Extensions.AI - AddCalendarAITools(...)list_calendars, search_events, get_event, and independently opt-in create_event, update_event, delete_event (per-operation Read/Create/Update/Delete capability flags). Capabilities apply to every calendar by default, or per calendar id - AddCalendar(workId, All) alongside a global Read gives the agent read-only access everywhere but read/write on one calendar, and None hides a calendar entirely
  • Shiny.Notifications.Extensions.AI - AddNotificationAITools(...) → reminder-framed list_reminders, and (write) create_reminder (one-time or daily), cancel_reminder
  • Shiny.Locations.Extensions.AI - AddLocationAITool() → read-only get_current_location, get_distance_to, estimate_travel_time
builder.Services.AddContactStore();
builder.Services.AddContactsAITools(b => b.AddContacts(ContactAICapabilities.ReadWrite));

builder.Services.AddNotifications();
builder.Services.AddNotificationAITools(b => b.AddReminders(ReminderAICapabilities.ReadWrite));

builder.Services.AddGps();
builder.Services.AddLocationAITool();

// later, hand the tools to a chat client
var tools = sp.GetRequiredService<ContactAITools>().Tools;
var response = await chatClient.GetResponseAsync(messages, new ChatOptions { Tools = [.. tools] });

Showing the top 20 packages that depend on Shiny.Core.

Packages Downloads
Shiny.Hosting.Maui
Shiny
6
Shiny.Jobs
Shiny Background Jobs
6
Shiny.Support.Repositories
Shiny
6
Shiny.Support.DeviceMonitoring
Shiny Support Library for connectivity and battery
6
Shiny.Support.DeviceMonitoring
Shiny Support Library for connectivity and battery
5
Shiny.Support.Repositories
Shiny Internal Repository Library
5
Shiny.Support.Repositories
Shiny
5

https://shinylib.net/client/release-notes

.NET 10.0

.NET 10.0

.NET 10.0

.NET 10.0

.NET 10.0

.NET 10.0

Version Downloads Last updated
5.5.0-beta-0082 0 08/23/2026
5.5.0-beta-0081 0 08/22/2026
5.5.0-beta-0079 0 08/21/2026
5.5.0-beta-0077 0 08/20/2026
5.5.0-beta-0076 0 08/18/2026
5.5.0-beta-0074 0 08/15/2026
5.5.0-beta-0073 1 08/12/2026
5.5.0-beta-0072 1 08/12/2026
5.4.0 1 08/12/2026
5.4.0-beta-0078 1 08/12/2026
5.4.0-beta-0077 1 08/12/2026
5.4.0-beta-0076 1 08/12/2026
5.4.0-beta-0075 1 08/12/2026
5.4.0-beta-0074 1 07/30/2026
5.4.0-beta-0072 1 07/30/2026
5.4.0-beta-0071 1 07/30/2026
5.3.0 1 07/30/2026
5.3.0-beta-0076 1 07/30/2026
5.3.0-beta-0075 1 07/30/2026
5.3.0-beta-0074 1 07/30/2026
5.3.0-beta-0073 1 07/30/2026
5.2.5 1 07/30/2026
5.2.4 1 07/21/2026
5.2.3 1 07/12/2026
5.2.2 1 07/12/2026
5.2.1 1 07/12/2026
5.2.0 1 07/12/2026
5.2.0-beta-0071 1 07/12/2026
5.1.1 2 07/02/2026
5.1.0 2 07/02/2026
5.0.1 2 07/02/2026
5.0.1-beta-0078 2 07/02/2026
5.0.1-beta-0072 2 07/02/2026
5.0.1-beta-0071 2 07/02/2026
5.0.0 3 06/22/2026
5.0.0-beta-0140 3 06/22/2026
5.0.0-beta-0138 3 06/22/2026
5.0.0-beta-0137 3 06/13/2026
5.0.0-beta-0136 3 06/13/2026
5.0.0-beta-0135 3 06/13/2026
5.0.0-beta-0134 3 06/13/2026
5.0.0-beta-0133 3 06/13/2026
5.0.0-beta-0132 3 06/13/2026
5.0.0-beta-0131 3 06/13/2026
5.0.0-beta-0130 3 06/13/2026
5.0.0-beta-0129 3 06/13/2026
5.0.0-beta-0128 3 06/13/2026
5.0.0-beta-0127 3 06/13/2026
5.0.0-beta-0126 3 06/13/2026
5.0.0-beta-0125 3 06/13/2026
5.0.0-beta-0124 3 06/13/2026
5.0.0-beta-0123 3 06/13/2026
5.0.0-beta-0122 3 06/13/2026
5.0.0-beta-0121 3 06/13/2026
5.0.0-beta-0120 3 06/13/2026
5.0.0-beta-0119 3 06/13/2026
5.0.0-beta-0116 3 06/13/2026
5.0.0-beta-0114 3 06/13/2026
5.0.0-beta-0113 3 06/13/2026
5.0.0-beta-0112 3 06/13/2026
5.0.0-beta-0109 3 06/13/2026
5.0.0-beta-0108 3 06/13/2026
5.0.0-beta-0071 3 06/13/2026
5.0.0-beta-0069 4 05/26/2026
5.0.0-beta-0068 4 05/26/2026
5.0.0-beta-0064 4 05/26/2026
5.0.0-beta-0056 4 05/26/2026
4.1.0-beta-0113 4 05/09/2026
4.1.0-beta-0108 5 05/04/2026
4.1.0-beta-0093 5 04/17/2026
4.1.0-beta-0091 5 04/17/2026
4.1.0-beta-0090 5 04/17/2026
4.1.0-beta-0086 5 04/09/2026
4.1.0-beta-0068 5 04/09/2026
4.1.0-beta-0064 5 04/09/2026
4.1.0-beta-0063 5 04/09/2026
4.1.0-beta-0052 5 04/09/2026
4.1.0-beta-0043 5 04/09/2026
4.0.1 5 04/09/2026
4.0.0 5 04/09/2026
4.0.0-beta-0111 5 04/09/2026
4.0.0-beta-0095 5 04/09/2026
4.0.0-beta-0093 5 04/09/2026
4.0.0-beta-0092 5 04/09/2026
4.0.0-beta-0091 5 04/09/2026
4.0.0-beta-0086 5 04/09/2026
4.0.0-beta-0084 5 04/09/2026
4.0.0-beta-0083 5 04/09/2026
4.0.0-beta-0082 5 04/09/2026
4.0.0-beta-0081 5 04/09/2026
4.0.0-beta-0079 5 04/09/2026
4.0.0-beta-0075 5 04/09/2026
4.0.0-beta-0069 5 04/09/2026
4.0.0-beta-0061 5 04/09/2026
4.0.0-beta-0057 5 04/09/2026
4.0.0-beta-0055 5 04/09/2026
4.0.0-beta-0054 5 04/09/2026
4.0.0-beta-0049 5 04/09/2026
4.0.0-beta-0048 5 04/09/2026
4.0.0-beta-0047 5 04/09/2026
4.0.0-beta-0040 4 04/09/2026
3.4.0-beta-0010 5 04/09/2026
3.4.0-beta-0009 5 04/09/2026
3.4.0-beta-0006 5 04/09/2026
3.4.0-beta-0005 5 04/09/2026
3.4.0-beta-0003 5 04/09/2026
3.3.4 5 04/09/2026
3.3.3 5 04/09/2026
3.3.3-beta-0007 5 04/09/2026
3.3.3-beta-0003 5 04/09/2026
3.3.2 5 04/09/2026
3.3.1 5 04/09/2026
3.3.0 5 04/09/2026
3.3.0-beta-0011 5 04/09/2026
3.3.0-beta-0009 5 04/09/2026
3.3.0-beta-0003 5 04/09/2026
3.2.4 5 04/09/2026
3.2.4-beta-0004 5 04/09/2026
3.2.4-beta-0002 5 04/09/2026
3.2.3 5 04/09/2026
3.2.2 5 04/09/2026
3.2.1 5 04/09/2026
3.2.0 5 04/09/2026
3.2.0-beta-0049 5 04/09/2026
3.2.0-beta-0042 5 04/09/2026
3.2.0-beta-0041 5 04/09/2026
3.2.0-beta-0034 5 04/09/2026
3.2.0-beta-0025 4 04/09/2026
3.2.0-beta-0022 5 04/09/2026
3.2.0-beta-0019 5 04/09/2026
3.2.0-beta-0010 5 04/09/2026
3.2.0-beta-0006 5 04/09/2026
3.1.2 5 04/09/2026
3.1.1 5 04/09/2026
3.1.0 5 04/09/2026
3.1.0-beta-0018 5 04/09/2026
3.1.0-beta-0017 5 04/09/2026
3.1.0-beta-0007 5 04/09/2026
3.1.0-beta-0005 5 04/09/2026
3.1.0-beta-0004 5 04/09/2026
3.0.1 5 04/09/2026
3.0.1-beta-0016 5 04/09/2026
3.0.1-beta-0002 5 04/09/2026
3.0.0 5 04/09/2026
3.0.0-beta-0305 5 04/09/2026
3.0.0-beta-0301 5 04/09/2026
3.0.0-beta-0300 5 04/09/2026
3.0.0-beta-0296 5 04/09/2026
3.0.0-beta-0293 5 04/09/2026
3.0.0-beta-0292 5 04/09/2026
3.0.0-beta-0282 5 04/09/2026
3.0.0-beta-0277 5 04/09/2026
3.0.0-beta-0273 5 04/09/2026
3.0.0-beta-0257 5 04/09/2026
3.0.0-beta-0245 5 04/09/2026
3.0.0-beta-0241 5 04/09/2026
3.0.0-beta-0231 5 04/09/2026
3.0.0-beta-0230 5 04/09/2026
3.0.0-beta-0215 5 04/09/2026
3.0.0-beta-0210 5 04/09/2026
3.0.0-beta-0200 5 04/09/2026
3.0.0-beta-0199 5 04/09/2026
3.0.0-beta-0179 5 04/09/2026
3.0.0-beta-0174 5 04/09/2026
3.0.0-beta-0165 5 04/09/2026
3.0.0-beta-0154 5 04/09/2026
3.0.0-beta-0153 5 04/09/2026
3.0.0-beta-0124 5 04/09/2026
3.0.0-beta-0122 5 04/09/2026
3.0.0-beta-0116 5 04/09/2026
3.0.0-beta-0114 5 04/09/2026
3.0.0-beta-0104 5 04/09/2026
3.0.0-beta-0092 5 04/09/2026
3.0.0-beta-0081 5 04/09/2026
3.0.0-beta-0073 5 04/09/2026
3.0.0-beta-0039 5 04/09/2026
3.0.0-beta-0031 5 04/09/2026
3.0.0-beta-0026 5 04/09/2026
3.0.0-beta-0023 5 04/09/2026
3.0.0-beta-0015 5 04/09/2026
3.0.0-beta-0001 5 04/09/2026
3.0.0-alpha-0608 5 04/09/2026
3.0.0-alpha-0604 5 04/09/2026
3.0.0-alpha-0593 5 04/09/2026
3.0.0-alpha-0560 5 04/09/2026
3.0.0-alpha-0557 5 04/09/2026
3.0.0-alpha-0552 5 04/09/2026
3.0.0-alpha-0550 5 04/09/2026
3.0.0-alpha-0548 5 04/09/2026
3.0.0-alpha-0545 5 04/09/2026
3.0.0-alpha-0543 5 04/09/2026
3.0.0-alpha-0540 5 04/09/2026
3.0.0-alpha-0533 5 04/09/2026
3.0.0-alpha-0532 5 04/09/2026
3.0.0-alpha-0530 5 04/09/2026
3.0.0-alpha-0523 5 04/09/2026
3.0.0-alpha-0516 5 04/09/2026
3.0.0-alpha-0513 5 04/09/2026
3.0.0-alpha-0497 5 04/09/2026
3.0.0-alpha-0496 5 04/09/2026
3.0.0-alpha-0495 5 04/09/2026
3.0.0-alpha-0491 5 04/09/2026
3.0.0-alpha-0489 5 04/09/2026
3.0.0-alpha-0470 5 04/09/2026
3.0.0-alpha-0427 5 04/09/2026
3.0.0-alpha-0423 5 04/09/2026
3.0.0-alpha-0402 5 04/09/2026
3.0.0-alpha-0399 5 04/09/2026
3.0.0-alpha-0396 5 04/09/2026
3.0.0-alpha-0392 5 04/09/2026
3.0.0-alpha-0391 5 04/09/2026
3.0.0-alpha-0387 5 04/09/2026
3.0.0-alpha-0384 5 04/09/2026
3.0.0-alpha-0381 5 04/09/2026
3.0.0-alpha-0376 5 04/09/2026
3.0.0-alpha-0370 5 04/09/2026
3.0.0-alpha-0360 5 04/09/2026
3.0.0-alpha-0354 5 04/09/2026
3.0.0-alpha-0348 5 04/09/2026
3.0.0-alpha-0344 5 04/09/2026
3.0.0-alpha-0343 5 04/09/2026
3.0.0-alpha-0338 4 04/09/2026
3.0.0-alpha-0329 5 04/09/2026
3.0.0-alpha-0310 5 04/09/2026
3.0.0-alpha-0283 5 04/09/2026
3.0.0-alpha-0266 5 04/09/2026
3.0.0-alpha-0245 5 04/09/2026
3.0.0-alpha-0225 5 04/09/2026
3.0.0-alpha-0216 5 04/09/2026
3.0.0-alpha-0208 5 04/09/2026
3.0.0-alpha-0204 5 04/09/2026
3.0.0-alpha-0181 5 04/09/2026
3.0.0-alpha-0172 5 04/09/2026
3.0.0-alpha-0167 5 04/09/2026
3.0.0-alpha-0160 5 04/09/2026
3.0.0-alpha-0158 5 04/09/2026
3.0.0-alpha-0157 5 04/09/2026
3.0.0-alpha-0156 5 04/09/2026
3.0.0-alpha-0155 5 04/09/2026
3.0.0-alpha-0142 5 04/09/2026
3.0.0-alpha-0128 5 04/09/2026
3.0.0-alpha-0102 5 04/09/2026
3.0.0-alpha-0099 5 04/09/2026
3.0.0-alpha-0090 5 04/09/2026
3.0.0-alpha-0087 5 04/09/2026
3.0.0-alpha-0084 5 04/09/2026
3.0.0-alpha-0082 5 04/09/2026
3.0.0-alpha-0079 5 04/09/2026
3.0.0-alpha-0075 5 04/09/2026
3.0.0-alpha-0002 5 04/09/2026
2.7.3 5 04/09/2026
2.7.2 5 04/09/2026
2.7.1 5 04/09/2026
2.7.0 5 04/09/2026
2.6.3 5 04/09/2026
2.6.2 5 04/09/2026
2.6.1 5 04/09/2026
2.6.0 5 04/09/2026
2.5.5 5 04/09/2026
2.5.4 5 04/09/2026
2.5.3 5 04/09/2026
2.5.2 5 04/09/2026
2.5.1 5 04/09/2026
2.5.0-preview-3124 5 04/09/2026
2.5.0-preview-3117 5 04/09/2026
2.5.0-preview-3109 5 04/09/2026
2.5.0-preview-3108 5 04/09/2026
2.5.0-preview-3107 5 04/09/2026
2.5.0-preview-3100 5 04/09/2026
2.5.0-preview-3096-g833b58f618 5 04/09/2026
2.5.0-preview.3067 5 04/09/2026
2.5.0-preview.3062 5 04/09/2026
2.5.0-preview.3061 5 04/09/2026
2.5.0-preview.3045 5 04/09/2026
2.5.0-preview.3040 5 04/09/2026
2.5.0-preview.3028 5 04/09/2026
2.5.0-gceb9616c08 5 04/09/2026
2.4.3.3024 5 04/09/2026
2.4.3.3023 5 04/09/2026
2.4.3.3022 5 04/09/2026
2.4.3.3021 5 04/09/2026
2.4.3.3003 5 04/09/2026
2.4.3.3002-preview 5 04/09/2026
2.4.3.3000-preview 5 04/09/2026
2.4.3.2998-preview 5 04/09/2026
2.4.2.2996 5 04/09/2026
2.4.2.2995-preview 5 04/09/2026
2.4.1.2971 5 04/09/2026
2.4.1.2970-preview 5 04/09/2026
2.4.0.2967-preview 5 04/09/2026
2.4.0.2960 5 04/09/2026
2.3.0.2958 5 04/09/2026
2.3.0.2957-preview 5 04/09/2026
2.3.0.2946-preview 5 04/09/2026
2.3.0.2940-preview 5 04/09/2026
2.3.0.2936-preview 5 04/09/2026
2.3.0.2932-preview 5 04/09/2026
2.3.0.2923-preview 5 04/09/2026
2.3.0.2919-preview 5 04/09/2026
2.3.0.2909-preview 5 04/09/2026
2.3.0.2906 5 04/09/2026
2.3.0.2902-preview 5 04/09/2026
2.3.0.2898-preview 5 04/09/2026
2.3.0.2894-preview 5 04/09/2026
2.3.0.2891-preview 5 04/09/2026
2.3.0.2890-preview 5 04/09/2026
2.3.0.2888-preview 5 04/09/2026
2.3.0.2881-preview 5 04/09/2026
2.3.0.2879-preview 5 04/09/2026
2.3.0.2877-preview 5 04/09/2026
2.3.0.2869-preview 5 04/09/2026
2.3.0.2855-preview 5 04/09/2026
2.3.0.2852-preview 5 04/09/2026
2.3.0.2850-preview 5 04/09/2026
2.3.0.2848-preview 5 04/09/2026
2.2.0.2829 5 04/09/2026
2.2.0.2826-preview 5 04/09/2026
2.2.0.2824-preview 5 04/09/2026
2.2.0.2820-preview 5 04/09/2026
2.2.0.2818-preview 5 04/09/2026
2.2.0.2814-preview 5 04/09/2026
2.2.0.2813-preview 5 04/09/2026
2.2.0.2812-preview 5 04/09/2026
2.2.0.2804-preview 5 04/09/2026
2.2.0.2801-preview 5 04/09/2026
2.2.0.2800-preview 5 04/09/2026
2.2.0.2798-preview 5 04/09/2026
2.2.0.2791-preview 5 04/09/2026
2.2.0.2776-preview 5 04/09/2026
2.2.0.2762-preview 5 04/09/2026
2.2.0.2759-preview 5 04/09/2026
2.2.0.2753-preview 5 04/09/2026
2.1.0.2769 5 04/09/2026
2.1.0.2757 5 04/09/2026
2.1.0.2748-preview 5 04/09/2026
2.1.0.2744-preview 5 04/09/2026
2.1.0.2741 5 04/09/2026
2.1.0.2740-preview 5 04/09/2026
2.1.0.2731-preview 5 04/09/2026
2.1.0.2729-preview 5 04/09/2026
2.1.0.2710-preview 5 04/09/2026
2.1.0.2707-preview 5 04/09/2026
2.0.2696-preview 5 04/09/2026
2.0.2692-preview 5 04/09/2026
2.0.2673-preview 5 04/09/2026
2.0.2672-preview 5 04/09/2026
2.0.2667-preview 5 04/09/2026
2.0.0.2655-preview 5 04/09/2026
2.0.0.2639 5 04/09/2026
2.0.0.2636-preview 5 04/09/2026
2.0.0.2632-preview 5 04/09/2026
2.0.0.2630-preview 5 04/09/2026
2.0.0.2628-preview 5 04/09/2026
2.0.0.2608-preview 5 04/09/2026
2.0.0.2606-preview 5 04/09/2026
2.0.0.2604-preview 5 04/09/2026
2.0.0.2593-preview 5 04/09/2026
2.0.0.2591-preview 5 04/09/2026
2.0.0.2579-preview 5 04/09/2026
2.0.0.2572-preview 5 04/09/2026
2.0.0.2570-preview 5 04/09/2026
2.0.0.2567-preview 5 04/09/2026
2.0.0.2560-preview 5 04/09/2026
2.0.0.2542-preview 5 04/09/2026
2.0.0.2533-preview 5 04/09/2026
2.0.0.2531-preview 5 04/09/2026
2.0.0.2524-preview 5 04/09/2026
2.0.0.2522-preview 5 04/09/2026
2.0.0.2518-preview 5 04/09/2026
2.0.0.2516-preview 5 04/09/2026
2.0.0.2508-preview 5 04/09/2026
2.0.0.2501-preview 5 04/09/2026
2.0.0.2487-preview 5 04/09/2026
2.0.0.2476-preview 5 04/09/2026
2.0.0.2462-preview 5 04/09/2026
2.0.0.2458-preview 5 04/09/2026
2.0.0.2450-preview 5 04/09/2026
2.0.0.2448-preview 5 04/09/2026
2.0.0.2434-preview 5 04/09/2026
2.0.0.2431-preview 5 04/09/2026
2.0.0.2427-preview 5 04/09/2026
2.0.0.2424-preview 5 04/09/2026
2.0.0.2417-preview 5 04/09/2026
2.0.0.2412-preview 5 04/09/2026
2.0.0.2410-preview 5 04/09/2026
2.0.0.2404-preview 5 04/09/2026
2.0.0.2401-preview 5 04/09/2026
2.0.0.2396-preview 5 04/09/2026
2.0.0.2394-preview 5 04/09/2026
2.0.0.2392-preview 5 04/09/2026
2.0.0.2389-preview 5 04/09/2026
2.0.0.2381-preview 5 04/09/2026
2.0.0.2373-preview 5 04/09/2026
2.0.0.2356-preview 5 04/09/2026
2.0.0.2349-preview 5 04/09/2026
2.0.0.2348-preview 5 04/09/2026
2.0.0.2337-preview 5 04/09/2026
2.0.0.2334-preview 5 04/09/2026
2.0.0.2333-preview 5 04/09/2026
2.0.0.2322-preview 5 04/09/2026
2.0.0.2320-preview 4 04/09/2026
2.0.0.2317-preview 5 04/09/2026
2.0.0.2312-preview 5 04/09/2026
2.0.0.2310-preview 5 04/09/2026
2.0.0.2294-preview 5 04/09/2026
2.0.0.2285-preview 5 04/09/2026
2.0.0.2280-preview 5 04/09/2026
1.2.0.1755 5 04/09/2026
1.2.0.1686 5 04/09/2026
1.1.0.1570 5 04/09/2026
1.1.0.1473 5 04/09/2026
1.1.0.1469 5 04/09/2026
1.1.0.1449 5 04/09/2026
1.0.0.1182 5 04/09/2026
1.0.0.1181 5 04/09/2026
1.0.0.1179 5 04/09/2026
1.0.0.1174 5 04/09/2026
1.0.0.572-beta 5 04/09/2026
1.0.0.567-beta 5 04/09/2026
1.0.0.560-beta 5 04/09/2026
1.0.0.556-beta 5 04/09/2026
1.0.0.531-beta 5 04/09/2026
1.0.0.525-beta 5 04/09/2026
1.0.0.484-beta 5 04/09/2026
1.0.0.464-beta 5 04/09/2026
1.0.0.462-beta 5 04/09/2026
1.0.0.454-beta 5 04/09/2026
1.0.0.425-beta 5 04/09/2026
1.0.0.400-beta 5 04/09/2026
1.0.0.398-beta 5 04/09/2026
1.0.0.391-beta 5 04/09/2026
1.0.0.375-beta 5 04/09/2026
1.0.0.357-beta 5 04/09/2026
1.0.0.332-beta 5 04/09/2026
1.0.0.330-beta 5 04/09/2026
1.0.0.306-beta 5 04/09/2026
1.0.0.304-beta 5 04/09/2026
1.0.0.300-beta 5 04/09/2026
1.0.0.280-beta 5 04/09/2026
1.0.0.264-beta 5 04/09/2026
1.0.0.261-beta 5 04/09/2026
1.0.0.252-beta 5 04/09/2026
1.0.0.250-beta 5 04/09/2026
1.0.0.244-beta 5 04/09/2026
1.0.0.238-beta 5 04/09/2026
1.0.0.232-beta 5 04/09/2026
1.0.0.226-beta 5 04/09/2026
1.0.0.217-beta 5 04/09/2026
1.0.0.197-beta 5 04/09/2026
1.0.0.195-beta 5 04/09/2026
1.0.0.193-beta 5 04/09/2026
1.0.0.187-beta 5 04/09/2026
1.0.0.8-beta 5 04/09/2026
1.0.0.7-beta 5 04/09/2026
1.0.0.3-beta 5 04/09/2026
1.0.0.2-beta 5 04/09/2026