Shiny.Core 3.3.0-beta-0003

Prefix Reserved
This is a prerelease version of Shiny.Core.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Shiny.Core --version 3.3.0-beta-0003
                    
NuGet\Install-Package Shiny.Core -Version 3.3.0-beta-0003
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Shiny.Core" Version="3.3.0-beta-0003" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Shiny.Core" Version="3.3.0-beta-0003" />
                    
Directory.Packages.props
<PackageReference Include="Shiny.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Shiny.Core --version 3.3.0-beta-0003
                    
#r "nuget: Shiny.Core, 3.3.0-beta-0003"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Shiny.Core@3.3.0-beta-0003
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Shiny.Core&version=3.3.0-beta-0003&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Shiny.Core&version=3.3.0-beta-0003&prerelease
                    
Install as a Cake Tool

Shiny v3 for .NET

<img src="https://github.com/shinyorg/shiny/raw/master/art/logo.png" width="100" />

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!

Supports

  • Xamarin iOS
  • Xamarin Android
  • .NET 8 for Android
  • .NET 8 for iOS
  • .NET 8 for MacCatalyst

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
  • Periodic Background Jobs
  • BLE Client & Hosting
  • Beacons Ranging & Monitoring
  • Locations - GPS & Geofencing
  • Push Notification - Native, Azure Notifications Hubs, Firebase, and more
  • Local Notifications - best of breed local notifications supporting almost all features across all of the supported platforms

Visual Studio Templates

These templates will help get you up & running quickly. Simply select what features of Shiny you want to use and they will wire up everything from permissions to app configuration.

GitHub NuGet

dotnet new --install Shiny.Templates

Integrating With Existing Apps

If you cannot use our awesome templates - try our ugly, but effective boilerplate builder at: https://shinylib.net/client/appbuilder/

Support Shiny!

While Shiny is free and will continue to be so, maintenance and support takes a heavy toll on sustainability. If you or your company have the resources, please consider becoming a GitHub Sponsor. GitHub Sponsorships help to make Open Source Development more sustainable.

Depending on your Sponsorship Tier, you may also get access to some great benefits on Sponsor Connect (https://sponsorconnect.dev) including:

  • The Sponsor Only Discord server
  • Training available ONLY to sponsors on Sponsor Connect
  • Special sponsor-only packages

https://sponsor.shinylib.net

How about some Shiny Gear

Premium Paid Support

Looking for consulting for your .NET applications and Shiny, you can now book a time with Allan Ritchie on here: 1-1 Consulting Session

Contributors

Alt

Podcasting

For more info on Shiny and other great .NET content, listen to Jon Dick (aka Redth) and Allan Ritchie (Author of Shiny) every week at:

<a href="https://gonemobile.io"><img src="art/gonemobile.jpg" width="200" /></a>

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-android34.0 is compatible.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-ios17.2 is compatible.  net8.0-maccatalyst was computed.  net8.0-maccatalyst17.2 is compatible.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net8.0-windows10.0.19041 is compatible.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed.  monoandroid13.0 is compatible. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed.  xamarinios10 is compatible. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (35)

Showing the top 5 NuGet packages that depend on Shiny.Core:

Package Downloads
Shiny.Notifications

Shiny addon for all your notification needs

Shiny.Push

Shiny addon for all your push notification needs

Shiny.BluetoothLE.Common

Shiny BluetoothLE - Common components for Hosting and Client

Shiny.BluetoothLE

Shiny Reactive BluetoothLE Plugin for client/central operations

Shiny.Locations

Shiny Locations - bringing geofencing and GPS to a background service near you!

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Shiny.Core:

Repository Stars
jamesmontemagno/Hanselman.Forms
The most awesome Hanselman app
dansiegel/Prism.Container.Extensions
The packages here provide additional extensions around the Prism Ioc abstractions. This allows for more advanced scenarios.
Version Downloads Last Updated
4.0.0-beta-0095 356 10/28/2025
4.0.0-beta-0093 481 9/21/2025
4.0.0-beta-0092 458 9/17/2025
4.0.0-beta-0091 488 8/18/2025
4.0.0-beta-0086 1,107 6/23/2025
4.0.0-beta-0084 532 6/4/2025
4.0.0-beta-0083 338 6/3/2025
4.0.0-beta-0082 242 6/3/2025
4.0.0-beta-0081 258 5/30/2025
4.0.0-beta-0079 395 5/29/2025
4.0.0-beta-0075 276 5/24/2025
4.0.0-beta-0069 1,663 4/8/2025
4.0.0-beta-0061 337 4/3/2025
4.0.0-beta-0057 347 4/1/2025
4.0.0-beta-0055 360 3/27/2025
4.0.0-beta-0054 644 3/26/2025
4.0.0-beta-0049 284 3/21/2025
4.0.0-beta-0048 292 3/21/2025
4.0.0-beta-0047 353 3/20/2025
4.0.0-beta-0040 4,725 6/14/2024
3.4.0-beta-0010 977 3/6/2025
3.4.0-beta-0009 967 2/5/2025
3.4.0-beta-0006 704 2/4/2025
3.4.0-beta-0005 598 2/4/2025
3.4.0-beta-0003 599 2/4/2025
3.3.4 64,683 1/15/2025
3.3.3 134,239 4/8/2024
3.3.3-beta-0007 975 4/8/2024
3.3.3-beta-0003 734 4/8/2024
3.3.2 10,573 3/26/2024
3.3.1 1,158 3/26/2024
3.3.0 18,341 3/18/2024
3.3.0-beta-0011 887 3/14/2024
3.3.0-beta-0009 906 3/12/2024
3.3.0-beta-0003 928 2/28/2024
3.2.4 19,955 2/3/2024
3.2.4-beta-0004 958 2/3/2024
3.2.4-beta-0002 924 2/2/2024
3.2.3 4,598 1/19/2024
3.2.2 18,773 1/3/2024
3.2.1 5,685 12/20/2023
3.2.0 4,644 12/11/2023
3.2.0-beta-0049 1,036 1/12/2024
3.2.0-beta-0042 1,095 1/3/2024
3.2.0-beta-0041 1,042 1/3/2024
3.2.0-beta-0034 1,123 12/20/2023
3.2.0-beta-0025 1,199 12/10/2023
3.2.0-beta-0022 2,360 11/29/2023
3.2.0-beta-0019 1,284 11/25/2023
3.2.0-beta-0010 1,427 11/11/2023
3.2.0-beta-0006 1,270 11/8/2023
3.1.2 21,354 11/8/2023
3.1.1 2,134 11/2/2023
3.1.0 5,908 10/27/2023
3.1.0-beta-0018 1,223 11/2/2023
3.1.0-beta-0017 543 10/27/2023
3.1.0-beta-0007 1,344 10/17/2023
3.1.0-beta-0005 1,322 10/14/2023
3.1.0-beta-0004 1,254 10/14/2023
3.0.1 6,182 9/20/2023
3.0.1-beta-0016 1,267 9/20/2023
3.0.1-beta-0002 1,989 9/14/2023
3.0.0 5,441 9/5/2023
3.0.0-beta-0305 1,773 9/1/2023
3.0.0-beta-0301 3,813 8/31/2023
3.0.0-beta-0300 1,363 8/31/2023
3.0.0-beta-0296 1,612 8/28/2023
3.0.0-beta-0293 1,483 8/28/2023
3.0.0-beta-0292 1,371 8/28/2023
3.0.0-beta-0282 1,735 8/25/2023
3.0.0-beta-0277 2,183 8/20/2023
3.0.0-beta-0273 1,519 8/20/2023
3.0.0-beta-0257 1,855 8/15/2023
3.0.0-beta-0245 1,888 8/8/2023
3.0.0-beta-0241 2,233 7/31/2023
3.0.0-beta-0231 2,191 7/25/2023
3.0.0-beta-0230 5,836 7/25/2023
3.0.0-beta-0215 1,727 7/18/2023
3.0.0-beta-0210 2,900 7/12/2023
3.0.0-beta-0200 1,835 7/5/2023
3.0.0-beta-0199 1,572 7/5/2023
3.0.0-beta-0179 2,336 6/27/2023
3.0.0-beta-0174 1,657 6/26/2023
3.0.0-beta-0165 1,903 6/22/2023
3.0.0-beta-0154 1,688 6/17/2023
3.0.0-beta-0153 1,546 6/16/2023
3.0.0-beta-0124 2,442 6/1/2023
3.0.0-beta-0122 2,603 5/31/2023
3.0.0-beta-0116 6,274 5/30/2023
3.0.0-beta-0114 1,732 5/29/2023
3.0.0-beta-0104 1,987 5/27/2023
3.0.0-beta-0092 2,049 5/16/2023
3.0.0-beta-0081 1,817 5/13/2023
3.0.0-beta-0073 1,858 5/12/2023
3.0.0-beta-0039 2,072 5/7/2023
3.0.0-beta-0031 1,453 5/5/2023
3.0.0-beta-0026 1,664 4/28/2023
3.0.0-beta-0023 1,529 4/26/2023
3.0.0-beta-0015 1,611 4/22/2023
3.0.0-beta-0001 1,861 4/14/2023
3.0.0-alpha-0608 1,482 4/13/2023
3.0.0-alpha-0604 1,411 4/13/2023
3.0.0-alpha-0593 1,493 4/7/2023
3.0.0-alpha-0560 2,970 3/28/2023
3.0.0-alpha-0557 1,496 3/27/2023
3.0.0-alpha-0552 1,486 3/26/2023
3.0.0-alpha-0550 1,496 3/25/2023
3.0.0-alpha-0548 1,889 3/25/2023
3.0.0-alpha-0545 1,809 3/25/2023
3.0.0-alpha-0543 2,038 3/24/2023
3.0.0-alpha-0540 1,798 3/24/2023
3.0.0-alpha-0533 6,354 3/14/2023
3.0.0-alpha-0532 1,821 3/12/2023
3.0.0-alpha-0530 2,260 3/6/2023
3.0.0-alpha-0523 1,924 3/1/2023
3.0.0-alpha-0516 1,794 2/27/2023
3.0.0-alpha-0513 1,819 2/26/2023
3.0.0-alpha-0497 1,836 2/23/2023
3.0.0-alpha-0496 3,238 2/4/2023
3.0.0-alpha-0495 2,925 1/12/2023
3.0.0-alpha-0491 3,005 12/24/2022
3.0.0-alpha-0489 1,801 12/23/2022
3.0.0-alpha-0470 1,857 12/15/2022
3.0.0-alpha-0427 2,366 12/4/2022
3.0.0-alpha-0423 2,061 12/1/2022
3.0.0-alpha-0402 2,642 11/19/2022
3.0.0-alpha-0399 2,291 11/12/2022
3.0.0-alpha-0396 1,938 11/12/2022
3.0.0-alpha-0392 2,176 10/29/2022
3.0.0-alpha-0391 1,986 10/27/2022
3.0.0-alpha-0387 2,288 10/25/2022
3.0.0-alpha-0384 1,921 10/24/2022
3.0.0-alpha-0381 790 10/18/2022
3.0.0-alpha-0376 2,692 10/7/2022
3.0.0-alpha-0370 1,611 10/4/2022
3.0.0-alpha-0360 1,551 10/3/2022
3.0.0-alpha-0354 1,582 10/1/2022
3.0.0-alpha-0348 1,587 9/26/2022
3.0.0-alpha-0344 1,995 9/25/2022
3.0.0-alpha-0343 1,582 9/24/2022
3.0.0-alpha-0338 1,672 9/22/2022
3.0.0-alpha-0329 1,658 9/20/2022
3.0.0-alpha-0310 2,238 9/3/2022
3.0.0-alpha-0283 1,622 8/24/2022
3.0.0-alpha-0266 2,272 8/13/2022
3.0.0-alpha-0245 1,030 8/10/2022
3.0.0-alpha-0225 1,021 8/9/2022
3.0.0-alpha-0216 992 8/7/2022
3.0.0-alpha-0208 1,301 8/5/2022
3.0.0-alpha-0204 1,090 7/31/2022
3.0.0-alpha-0181 388 7/25/2022
3.0.0-alpha-0172 305 7/22/2022
3.0.0-alpha-0167 326 7/19/2022
3.0.0-alpha-0160 301 7/18/2022
3.0.0-alpha-0158 279 7/18/2022
3.0.0-alpha-0157 300 7/17/2022
3.0.0-alpha-0156 282 7/16/2022
3.0.0-alpha-0155 317 7/15/2022
3.0.0-alpha-0142 309 7/14/2022
3.0.0-alpha-0128 797 6/16/2022
3.0.0-alpha-0102 364 6/6/2022
3.0.0-alpha-0099 305 6/2/2022
3.0.0-alpha-0090 338 5/25/2022
3.0.0-alpha-0087 316 5/24/2022
3.0.0-alpha-0084 293 5/24/2022
3.0.0-alpha-0082 276 5/23/2022
3.0.0-alpha-0079 300 5/21/2022
3.0.0-alpha-0075 1,077 5/20/2022
3.0.0-alpha-0002 3,926 5/5/2022
2.7.3 34,783 8/25/2023
2.7.2 48,155 4/17/2023
2.7.1 30,704 11/11/2022
2.7.0 9,262 10/29/2022
2.6.3 32,309 9/14/2022
2.6.2 13,849 8/26/2022
2.6.1 10,404 8/15/2022
2.6.0 9,417 8/9/2022
2.5.5 34,517 6/17/2022
2.5.4 19,724 6/7/2022
2.5.3 10,549 6/1/2022
2.5.2 16,569 5/25/2022
2.5.1 12,507 5/10/2022
2.5.0-preview-3124 2,438 5/5/2022
2.5.0-preview-3117 2,460 5/3/2022
2.5.0-preview-3109 2,637 4/26/2022
2.5.0-preview-3108 2,682 4/25/2022
2.5.0-preview-3107 2,383 4/24/2022
2.5.0-preview-3100 2,473 4/22/2022
2.5.0-preview-3096-g833b58f618 2,378 4/22/2022
2.5.0-preview.3067 581 3/28/2022
2.5.0-preview.3062 255 3/26/2022
2.5.0-preview.3061 267 3/26/2022
2.5.0-preview.3045 254 3/23/2022
2.5.0-preview.3040 266 3/22/2022
2.5.0-preview.3028 258 3/21/2022
2.5.0-gceb9616c08 2,408 5/5/2022
2.4.3.3024 37,054 3/14/2022
2.4.3.3023 8,627 3/14/2022
2.4.3.3022 8,523 3/14/2022
2.4.3.3021 8,700 3/14/2022
2.4.3.3003 22,824 2/9/2022
2.4.3.3002-preview 2,456 2/9/2022
2.4.3.3000-preview 2,291 2/7/2022
2.4.3.2998-preview 2,615 2/5/2022
2.4.2.2996 25,672 1/11/2022
2.4.2.2995-preview 2,430 1/11/2022
2.4.1.2971 14,225 12/2/2021
2.4.1.2970-preview 2,444 12/2/2021
2.4.0.2967-preview 2,851 11/21/2021
2.4.0.2960 10,296 11/18/2021
2.3.0.2958 6,174 11/18/2021
2.3.0.2957-preview 2,392 11/18/2021
2.3.0.2946-preview 2,757 11/13/2021
2.3.0.2940-preview 2,818 11/11/2021
2.3.0.2936-preview 3,196 11/5/2021
2.3.0.2932-preview 2,970 11/4/2021
2.3.0.2923-preview 3,429 10/30/2021
2.3.0.2919-preview 3,293 10/29/2021
2.3.0.2909-preview 3,133 10/21/2021
2.3.0.2906 12,706 10/16/2021
2.3.0.2902-preview 3,229 10/14/2021
2.3.0.2898-preview 3,179 10/11/2021
2.3.0.2894-preview 3,215 10/10/2021
2.3.0.2891-preview 3,142 10/6/2021
2.3.0.2890-preview 3,178 10/5/2021
2.3.0.2888-preview 3,174 10/1/2021
2.3.0.2881-preview 3,052 9/27/2021
2.3.0.2879-preview 3,238 9/27/2021
2.3.0.2877-preview 3,084 9/24/2021
2.3.0.2869-preview 3,286 9/11/2021
2.3.0.2855-preview 3,117 8/25/2021
2.3.0.2852-preview 3,066 8/24/2021
2.3.0.2850-preview 3,052 8/24/2021
2.3.0.2848-preview 3,146 8/22/2021
2.2.0.2829 22,262 7/30/2021
2.2.0.2826-preview 3,023 7/29/2021
2.2.0.2824-preview 2,900 7/29/2021
2.2.0.2820-preview 2,986 7/27/2021
2.2.0.2818-preview 2,962 7/25/2021
2.2.0.2814-preview 2,884 7/22/2021
2.2.0.2813-preview 2,905 7/22/2021
2.2.0.2812-preview 2,852 7/22/2021
2.2.0.2804-preview 2,886 7/22/2021
2.2.0.2801-preview 2,902 7/19/2021
2.2.0.2800-preview 2,899 7/19/2021
2.2.0.2798-preview 2,958 7/19/2021
2.2.0.2791-preview 2,950 7/15/2021
2.2.0.2776-preview 2,968 7/8/2021
2.2.0.2762-preview 3,463 6/27/2021
2.2.0.2759-preview 3,076 6/19/2021
2.2.0.2753-preview 3,382 6/14/2021
2.1.0.2769 15,236 7/3/2021
2.1.0.2757 7,838 6/19/2021
2.1.0.2748-preview 2,892 6/13/2021
2.1.0.2744-preview 3,014 6/11/2021
2.1.0.2741 18,650 6/10/2021
2.1.0.2740-preview 2,997 6/10/2021
2.1.0.2731-preview 3,637 6/6/2021
2.1.0.2729-preview 2,857 6/6/2021
2.1.0.2710-preview 3,077 5/31/2021
2.1.0.2707-preview 2,994 5/29/2021
2.0.2696-preview 2,948 5/26/2021
2.0.2692-preview 5,358 5/26/2021
2.0.2673-preview 2,899 5/20/2021
2.0.2672-preview 2,811 5/20/2021
2.0.2667-preview 2,957 5/16/2021
2.0.0.2655-preview 4,518 5/10/2021
2.0.0.2639 17,622 5/5/2021
2.0.0.2636-preview 4,221 4/30/2021
2.0.0.2632-preview 2,799 4/30/2021
2.0.0.2630-preview 2,844 4/29/2021
2.0.0.2628-preview 2,743 4/29/2021
2.0.0.2608-preview 3,038 4/21/2021
2.0.0.2606-preview 2,977 4/19/2021
2.0.0.2604-preview 2,773 4/19/2021
2.0.0.2593-preview 4,735 4/15/2021
2.0.0.2591-preview 2,791 4/15/2021
2.0.0.2579-preview 9,270 3/31/2021
2.0.0.2572-preview 2,854 3/29/2021
2.0.0.2570-preview 2,836 3/25/2021
2.0.0.2567-preview 2,767 3/25/2021
2.0.0.2560-preview 2,833 3/23/2021
2.0.0.2542-preview 4,603 3/15/2021
2.0.0.2533-preview 5,898 3/2/2021
2.0.0.2531-preview 2,722 3/2/2021
2.0.0.2524-preview 2,818 2/26/2021
2.0.0.2522-preview 2,774 2/26/2021
2.0.0.2518-preview 2,736 2/26/2021
2.0.0.2516-preview 3,349 2/25/2021
2.0.0.2508-preview 7,363 2/23/2021
2.0.0.2501-preview 2,684 2/18/2021
2.0.0.2487-preview 2,761 2/14/2021
2.0.0.2476-preview 3,273 2/12/2021
2.0.0.2462-preview 4,558 2/2/2021
2.0.0.2458-preview 2,718 1/29/2021
2.0.0.2450-preview 2,718 1/26/2021
2.0.0.2448-preview 2,730 1/25/2021
2.0.0.2434-preview 5,938 1/11/2021
2.0.0.2431-preview 2,831 1/10/2021
2.0.0.2427-preview 2,843 1/8/2021
2.0.0.2424-preview 2,992 1/7/2021
2.0.0.2417-preview 3,419 1/5/2021
2.0.0.2412-preview 2,845 1/1/2021
2.0.0.2410-preview 2,901 1/1/2021
2.0.0.2404-preview 3,025 12/26/2020
2.0.0.2401-preview 2,808 12/25/2020
2.0.0.2396-preview 4,238 12/22/2020
2.0.0.2394-preview 2,729 12/22/2020
2.0.0.2392-preview 2,917 12/22/2020
2.0.0.2389-preview 2,984 12/21/2020
2.0.0.2381-preview 4,101 12/15/2020
2.0.0.2373-preview 3,940 12/11/2020
2.0.0.2356-preview 3,258 11/9/2020
2.0.0.2349-preview 2,760 10/29/2020
2.0.0.2348-preview 2,931 10/29/2020
2.0.0.2337-preview 4,361 10/24/2020
2.0.0.2334-preview 2,774 10/24/2020
2.0.0.2333-preview 3,814 10/23/2020
2.0.0.2322-preview 3,471 10/20/2020
2.0.0.2320-preview 2,898 10/19/2020
2.0.0.2317-preview 2,806 10/19/2020
2.0.0.2312-preview 4,723 10/17/2020
2.0.0.2310-preview 2,734 10/17/2020
2.0.0.2294-preview 3,552 10/13/2020
2.0.0.2285-preview 5,917 10/10/2020
2.0.0.2280-preview 43,986 10/8/2020
1.2.0.1755 98,823 6/18/2020
1.2.0.1686 9,298 6/4/2020
1.1.0.1570 11,053 5/6/2020
1.1.0.1473 27,534 3/17/2020
1.1.0.1469 4,136 3/17/2020
1.1.0.1449 5,929 3/12/2020
1.0.0.1182 15,490 1/24/2020
1.0.0.1181 2,159 1/24/2020
1.0.0.1179 1,450 1/24/2020
1.0.0.1174 3,535 1/24/2020
1.0.0.572-beta 3,379 1/16/2020
1.0.0.567-beta 1,406 1/16/2020
1.0.0.560-beta 1,498 1/11/2020
1.0.0.556-beta 1,590 1/11/2020
1.0.0.531-beta 5,969 12/22/2019
1.0.0.525-beta 1,661 12/21/2019
1.0.0.484-beta 16,622 11/1/2019
1.0.0.464-beta 2,414 10/19/2019
1.0.0.462-beta 1,744 10/18/2019
1.0.0.454-beta 1,957 10/15/2019
1.0.0.425-beta 5,892 9/27/2019
1.0.0.400-beta 3,334 9/17/2019
1.0.0.398-beta 1,649 9/17/2019
1.0.0.391-beta 2,208 9/13/2019
1.0.0.375-beta 1,934 9/9/2019
1.0.0.357-beta 3,318 8/21/2019
1.0.0.332-beta 2,470 8/11/2019
1.0.0.330-beta 1,635 8/10/2019
1.0.0.306-beta 2,125 8/1/2019
1.0.0.304-beta 1,632 8/1/2019
1.0.0.300-beta 1,611 7/30/2019
1.0.0.280-beta 4,877 7/20/2019
1.0.0.264-beta 3,573 7/7/2019
1.0.0.261-beta 1,484 7/6/2019
1.0.0.252-beta 4,784 7/1/2019
1.0.0.250-beta 3,173 6/29/2019
1.0.0.244-beta 1,516 6/27/2019
1.0.0.238-beta 1,847 6/18/2019
1.0.0.232-beta 1,643 6/15/2019
1.0.0.226-beta 1,714 6/13/2019
1.0.0.217-beta 1,658 6/10/2019
1.0.0.197-beta 1,454 6/5/2019
1.0.0.195-beta 1,510 6/5/2019
1.0.0.193-beta 1,484 5/29/2019
1.0.0.187-beta 1,412 5/25/2019
1.0.0.8-beta 1,428 5/21/2019
1.0.0.7-beta 1,425 5/16/2019
1.0.0.3-beta 1,538 5/7/2019
1.0.0.2-beta 1,461 4/30/2019