AlphaTab 1.7.0-alpha.1547

This is a prerelease version of AlphaTab.
dotnet add package AlphaTab --version 1.7.0-alpha.1547
                    
NuGet\Install-Package AlphaTab -Version 1.7.0-alpha.1547
                    
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="AlphaTab" Version="1.7.0-alpha.1547" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AlphaTab" Version="1.7.0-alpha.1547" />
                    
Directory.Packages.props
<PackageReference Include="AlphaTab" />
                    
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 AlphaTab --version 1.7.0-alpha.1547
                    
#r "nuget: AlphaTab, 1.7.0-alpha.1547"
                    
#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 AlphaTab@1.7.0-alpha.1547
                    
#: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=AlphaTab&version=1.7.0-alpha.1547&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=AlphaTab&version=1.7.0-alpha.1547&prerelease
                    
Install as a Cake Tool

AlphaTab

Official Site Documentation License MPL-2.0 Twitter Facebook Build

alphaTab is a cross platform music notation and guitar tablature rendering library. You can use alphaTab within your own website or application to load and display music sheets from data sources like Guitar Pro or the built in markup language named alphaTex.

alphaTab

Getting Started

To get started follow our guides and tutorials at:

Features

alphaTab mostly focuses on web based platforms allowing music notation to be embedded into websites and browser based apps but is also designed to be used on various other platforms like .net and Android either as a platform native integration or through runtime specific JavaScript engines.

alphaTab can load music notation from various sources like Guitar Pro 3-7, AlphaTex and MusicXML (experimental) and render them into beautiful music sheets right within your browser (or application). Using a built in midi synthesizer named alphaSynth the music sheets can also be played in your browser.

  • Load GuitarPro 3-5, GuitarPro 6, Guitar Pro 7, AlphaTex or MusicXML (experimental)
  • Render as SVG or Raster Graphics (raster graphics depends on platform: HTML5 canvas, GDI+, SkiaSharp, Android Canvas)...
  • Display single or multiple instruments as standard music notation and guitar tablatures consisting of song information, repeats, alternate endings, guitar tunints, clefs, key signatures, time signatures, notes, rests, accidentals, drum tabs, piano grand staff, tied notes, grace notes, dead notes, ghost notes, markers, tempos, lyrics, chords, vibratos, dynamics, tap/slap/pop, fade-in, let-ring, palm-mute, string bends, whammy bar, tremolo picking, strokes, slides, trills, pick strokes, tuplets, fingering, triplet feels,...
  • Adapt to your responsive design by dynamic resizing
  • Play the music sheet via built-in Midi+SoundFont2 Synthesizer (output depends on platform: HTML5 Web Audio, NAudio, Android AudioTrack)

Officially Supported Platforms

Platform Support Availability
Browsers using script includes (UMD) Full experience including low level APIs, Background Workers, Audio Playback, SVG and HTML5 rendering. UI level integration for user interaction and automatic resizing. 1.0-latest
Node.js using require (UMD) Access to all low level APIs and SVG rendering 1.0-latest
.net standard 2.0 Access to all low level APIs and multiple render engines (SVG, GDI+, SkiaSharp) 1.0-latest
.netcoreapp3.1 (WPF) Full experience including low level APIs, Background Workers, Audio Playback (through NAudio), SVG and HTML5 rendering. UI level integration for user interaction and automatic resizing. 1.0-1.2.2
.netcoreapp3.1 (WinForms) Full experience including low level APIs, Background Workers, Audio Playback (through NAudio), SVG and HTML5 rendering. UI level integration for user interaction and automatic resizing. Reduced UI level integration related to transparency and animations. 1.0-1.2.2
Browsers using ES6 Modules (ESM) Full experience including low level APIs, Background Workers, Audio Playback, SVG and HTML5 rendering. UI level integration for user interaction and automatic resizing. 1.3
Node.js using import (ESM) Access to all low level APIs and SVG rendering 1.3
.net8.0-windows (WPF) Full experience including low level APIs, Background Workers, Audio Playback (through NAudio), SVG and HTML5 rendering. UI level integration for user interaction and automatic resizing. 1.3
.net8.0-windows (WinForms) Full experience including low level APIs, Background Workers, Audio Playback (through NAudio), SVG and HTML5 rendering. UI level integration for user interaction and automatic resizing. Reduced UI level integration related to transparency and animations. 1.3
Android (Kotlin) Full experience including low level APIs, Background Workers, Audio Playback, Android Canvas and SVG rendering. UI level integration for user interaction and automatic resizing. Reduced UI level integration related to transparency and animations. 1.3

Thanks to...

... our friends of BrowserStack for a free plan. This allows me to test alphaTab on all browsers on all operating systems. Only with this I can ensure that alphaTab is shown to all your visitors as expected.

<p align="center"> <a href="https://www.browserstack.com" target="_blank"><img src="img/BrowserStack.png?raw=true" width="400" align="center"/></a> </p>

... our friends at JetBrains for a Open Source License of their products. This allows me to develop all the flavors of alphaTab with the latest and greatest coding and debugging assistance.

<p align="center"> <a href="https://www.jetbrains.com/" target="_blank"><img src="https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.png" width="150" align="center"/></a><br /> Copyright © 2000-2022 JetBrains s.r.o. JetBrains and the JetBrains logo are registered trademarks of JetBrains s.r.o. </p>

... Bernhard Schelling the author of TinySoundFont and Steve Folta the author of SFZero for providing the core of the synthesis engine.

... all you people using alphaTab providing new feature ideas and bug reports.

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 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  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 netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
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 (1)

Showing the top 1 NuGet packages that depend on AlphaTab:

Package Downloads
AlphaTab.Windows

alphaTab is a cross platform music notation and guitar tablature rendering library.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.7.0-alpha.1547 32 9/16/2025
1.7.0-alpha.1541 115 9/10/2025
1.7.0-alpha.1540 119 9/9/2025
1.7.0-alpha.1536 89 9/5/2025
1.7.0-alpha.1529 123 8/31/2025
1.7.0-alpha.1527 162 8/29/2025
1.7.0-alpha.1524 162 8/26/2025
1.7.0-alpha.1522 67 8/24/2025
1.7.0-alpha.1517 118 8/19/2025
1.7.0-alpha.1515 91 8/17/2025
1.7.0-alpha.1511 121 8/13/2025
1.7.0-alpha.1510 124 8/12/2025
1.7.0-alpha.1504 195 8/6/2025
1.7.0-alpha.1503 180 8/5/2025
1.7.0-alpha.1491 458 7/24/2025
1.7.0-alpha.1482 119 7/15/2025
1.7.0-alpha.1475 132 7/8/2025
1.7.0-alpha.1468 117 7/1/2025
1.7.0-alpha.1461 131 6/24/2025
1.7.0-alpha.1454 126 6/17/2025
1.7.0-alpha.1452 118 6/15/2025
1.6.3 187 8/30/2025
1.6.2 65 8/23/2025
1.6.1 519 7/23/2025
1.6.0 183 6/15/2025
1.6.0-alpha.1450 126 6/15/2025
1.6.0-alpha.1449 136 6/14/2025
1.6.0-alpha.1448 133 6/14/2025
1.6.0-alpha.1444 277 6/11/2025
1.6.0-alpha.1442 250 6/10/2025
1.6.0-alpha.1435 137 6/3/2025
1.6.0-alpha.1432 60 5/31/2025
1.6.0-alpha.1430 134 5/29/2025
1.6.0-alpha.1428 136 5/29/2025
1.6.0-alpha.1426 140 5/27/2025
1.6.0-alpha.1421 141 5/22/2025
1.6.0-alpha.1420 149 5/22/2025
1.6.0-alpha.1418 131 5/21/2025
1.6.0-alpha.1416 134 5/19/2025
1.6.0-alpha.1415 135 5/19/2025
1.6.0-alpha.1409 214 5/14/2025
1.6.0-alpha.1408 229 5/13/2025
1.6.0-alpha.1405 63 5/10/2025
1.6.0-alpha.1403 122 5/9/2025
1.6.0-alpha.1401 123 5/7/2025
1.6.0-alpha.1399 147 5/6/2025
1.6.0-alpha.1397 141 5/4/2025
1.5.0 193 5/4/2025
1.5.0-alpha.1396 140 5/4/2025
1.5.0-alpha.1394 57 5/3/2025
1.5.0-alpha.1392 136 5/1/2025
1.5.0-alpha.1389 142 4/28/2025
1.5.0-alpha.1383 130 4/22/2025
1.5.0-alpha.1379 174 4/18/2025
1.5.0-alpha.1378 190 4/17/2025
1.5.0-alpha.1377 180 4/16/2025
1.5.0-alpha.1376 183 4/15/2025
1.5.0-alpha.1375 172 4/14/2025
1.5.0-alpha.1373 71 4/12/2025
1.5.0-alpha.1371 145 4/10/2025
1.5.0-alpha.1369 157 4/8/2025
1.5.0-alpha.1366 76 4/5/2025
1.5.0-alpha.1364 145 4/3/2025
1.5.0-alpha.1362 141 4/1/2025
1.5.0-alpha.1355 469 3/25/2025
1.5.0-alpha.1350 144 3/20/2025
1.5.0-alpha.1347 142 3/18/2025
1.5.0-alpha.1344 65 3/15/2025
1.5.0-alpha.1343 139 3/14/2025
1.5.0-alpha.1342 151 3/13/2025
1.5.0-alpha.1341 138 3/13/2025
1.5.0-alpha.1339 155 3/11/2025
1.5.0-alpha.1335 188 3/7/2025
1.5.0-alpha.1333 191 3/5/2025
1.5.0-alpha.1332 182 3/4/2025
1.5.0-alpha.1331 85 3/3/2025
1.4.4 180 4/27/2025
1.4.3 197 4/13/2025
1.4.1 191 3/12/2025
1.4.0 140 3/2/2025
1.4.0-alpha.1327 81 2/27/2025
1.4.0-alpha.1326 81 2/27/2025
1.4.0-alpha.1325 67 2/27/2025
1.4.0-alpha.1324 88 2/27/2025
1.4.0-alpha.1322 79 2/26/2025
1.4.0-alpha.1313 85 2/20/2025
1.4.0-alpha.1311 87 2/19/2025
1.4.0-alpha.1310 82 2/19/2025
1.4.0-alpha.1308 97 2/18/2025
1.4.0-alpha.1306 87 2/16/2025
1.4.0-alpha.1304 93 2/14/2025
1.4.0-alpha.1301 101 2/11/2025
1.4.0-alpha.1300 89 2/10/2025
1.4.0-alpha.1299 100 2/9/2025
1.4.0-alpha.1294 100 2/4/2025
1.4.0-alpha.1287 79 1/28/2025
1.4.0-alpha.1189 125 10/22/2024
1.4.0-alpha.1182 87 10/15/2024
1.4.0-alpha.1180 89 10/13/2024
1.4.0-alpha.1175 87 10/8/2024
1.4.0-alpha.1168 86 10/1/2024
1.4.0-alpha.1161 86 9/24/2024
1.4.0-alpha.1155 110 9/18/2024
1.4.0-alpha.1154 97 9/17/2024
1.4.0-alpha.1147 77 9/10/2024
1.4.0-alpha.1140 89 9/3/2024
1.4.0-alpha.1138 80 9/1/2024
1.4.0-alpha.1133 85 8/27/2024
1.4.0-alpha.1132 93 8/26/2024
1.4.0-alpha.1131 97 8/25/2024
1.4.0-alpha.1130 100 8/24/2024
1.4.0-alpha.1126 104 8/20/2024
1.4.0-alpha.1123 107 8/17/2024
1.4.0-alpha.1118 108 8/12/2024
1.4.0-alpha.1117 93 8/12/2024
1.4.0-alpha.1116 95 8/11/2024
1.4.0-alpha.1112 78 8/8/2024
1.4.0-alpha.1109 82 8/6/2024
1.4.0-alpha.1107 72 8/4/2024
1.4.0-alpha.1102 76 7/30/2024
1.4.0-alpha.1095 94 7/23/2024
1.4.0-alpha.1088 90 7/16/2024
1.4.0-alpha.1085 84 7/13/2024
1.4.0-alpha.1080 93 7/9/2024
1.4.0-alpha.1073 91 7/2/2024
1.4.0-alpha.1071 84 6/30/2024
1.4.0-alpha.1066 95 6/25/2024
1.4.0-alpha.1059 85 6/18/2024
1.4.0-alpha.1057 82 6/16/2024
1.4.0-alpha.1052 90 6/11/2024
1.4.0-alpha.1045 88 6/4/2024
1.4.0-alpha.1044 83 6/3/2024
1.4.0-alpha.1038 91 5/28/2024
1.4.0-alpha.1031 92 5/21/2024
1.4.0-alpha.1026 83 5/16/2024
1.4.0-alpha.1025 84 5/16/2024
1.4.0-alpha.1024 80 5/15/2024
1.3.1 393 6/15/2024
1.3.0 170 5/15/2024
1.3.0-alpha.1023 90 5/15/2024
1.3.0-alpha.1022 90 5/14/2024
1.3.0-alpha.1019 89 5/11/2024
1.3.0-alpha.1015 101 5/7/2024
1.3.0-alpha.1008 106 4/30/2024
1.3.0-alpha.1006 85 4/28/2024
1.3.0-alpha.1005 99 4/28/2024
1.3.0-alpha.997 103 4/23/2024
1.3.0-alpha.990 100 4/16/2024
1.3.0-alpha.983 99 4/9/2024
1.3.0-alpha.976 81 4/2/2024
1.3.0-alpha.973 93 3/30/2024
1.3.0-alpha.969 93 3/26/2024
1.3.0-alpha.962 86 3/19/2024
1.3.0-alpha.955 97 3/12/2024
1.3.0-alpha.953 95 3/10/2024
1.3.0-alpha.947 99 3/5/2024
1.3.0-alpha.946 85 3/4/2024
1.3.0-alpha.945 84 3/3/2024
1.3.0-alpha.944 95 3/3/2024
1.3.0-alpha.942 88 3/2/2024
1.3.0-alpha.938 81 3/2/2024
1.3.0-alpha.933 98 2/27/2024
1.3.0-alpha.932 85 2/26/2024
1.3.0-alpha.926 94 2/20/2024
1.3.0-alpha.919 106 2/13/2024
1.3.0-alpha.912 117 2/6/2024
1.3.0-alpha.905 99 1/30/2024
1.3.0-alpha.898 95 1/23/2024
1.3.0-alpha.897 90 1/22/2024
1.3.0-alpha.891 106 1/16/2024
1.3.0-alpha.890 102 1/15/2024
1.3.0-alpha.884 108 1/9/2024
1.3.0-alpha.877 112 1/2/2024
1.3.0-alpha.876 108 1/1/2024
1.3.0-alpha.874 105 12/30/2023
1.3.0-alpha.873 102 12/29/2023
1.3.0-alpha.872 91 12/28/2023
1.3.0-alpha.870 121 12/26/2023
1.3.0-alpha.869 104 12/25/2023
1.3.0-alpha.863 98 12/19/2023
1.3.0-alpha.856 108 12/12/2023
1.3.0-alpha.854 118 12/10/2023
1.3.0-alpha.849 118 12/5/2023
1.3.0-alpha.848 115 12/4/2023
1.3.0-alpha.784 173 10/1/2023
1.3.0-alpha.783 122 10/1/2023
1.3.0-alpha.782 117 10/1/2023
1.3.0-alpha.776 125 9/26/2023
1.3.0-alpha.772 115 9/22/2023
1.3.0-alpha.769 110 9/19/2023
1.3.0-alpha.762 129 9/12/2023
1.3.0-alpha.760 132 9/10/2023
1.3.0-alpha.755 133 9/5/2023
1.3.0-alpha.748 155 8/29/2023
1.3.0-alpha.741 150 8/22/2023
1.3.0-alpha.734 145 8/15/2023
1.3.0-alpha.727 138 8/8/2023
1.3.0-alpha.726 150 8/8/2023
1.3.0-alpha.724 145 8/6/2023
1.3.0-alpha.719 170 8/1/2023
1.3.0-alpha.712 177 7/25/2023
1.3.0-alpha.705 172 7/18/2023
1.3.0-alpha.699 158 7/12/2023
1.3.0-alpha.694 172 7/7/2023
1.3.0-alpha.691 150 7/4/2023
1.3.0-alpha.684 158 6/27/2023
1.3.0-alpha.677 157 6/20/2023
1.3.0-alpha.675 167 6/18/2023
1.3.0-alpha.670 182 6/13/2023
1.3.0-alpha.663 166 6/6/2023
1.3.0-alpha.656 175 5/30/2023
1.3.0-alpha.650 173 5/24/2023
1.3.0-alpha.649 162 5/23/2023
1.3.0-alpha.642 148 5/16/2023
1.3.0-alpha.635 153 5/9/2023
1.3.0-alpha.630 156 5/4/2023
1.3.0-alpha.628 170 5/2/2023
1.3.0-alpha.621 158 4/25/2023
1.3.0-alpha.614 162 4/18/2023
1.3.0-alpha.609 164 4/13/2023
1.3.0-alpha.607 157 4/12/2023
1.3.0-alpha.606 154 4/12/2023
1.3.0-alpha.605 156 4/11/2023
1.3.0-alpha.598 162 4/4/2023
1.3.0-alpha.595 171 4/1/2023
1.3.0-alpha.591 176 3/28/2023
1.3.0-alpha.577 159 3/14/2023
1.3.0-alpha.570 159 3/7/2023
1.3.0-alpha.563 172 2/28/2023
1.3.0-alpha.561 160 2/26/2023
1.3.0-alpha.560 162 2/25/2023
1.3.0-alpha.559 153 2/24/2023
1.3.0-alpha.558 159 2/23/2023
1.3.0-alpha.557 150 2/22/2023
1.3.0-alpha.556 155 2/21/2023
1.3.0-alpha.555 171 2/20/2023
1.3.0-alpha.554 169 2/19/2023
1.3.0-alpha.553 157 2/18/2023
1.3.0-alpha.552 161 2/17/2023
1.3.0-alpha.551 156 2/16/2023
1.3.0-alpha.550 162 2/15/2023
1.3.0-alpha.549 159 2/14/2023
1.3.0-alpha.548 154 2/13/2023
1.3.0-alpha.547 172 2/12/2023
1.3.0-alpha.546 180 2/11/2023
1.3.0-alpha.545 168 2/10/2023
1.3.0-alpha.544 169 2/9/2023
1.3.0-alpha.543 176 2/8/2023
1.3.0-alpha.542 166 2/7/2023
1.3.0-alpha.541 166 2/6/2023
1.3.0-alpha.540 167 2/5/2023
1.3.0-alpha.539 159 2/4/2023
1.3.0-alpha.538 172 2/3/2023
1.3.0-alpha.537 180 2/2/2023
1.3.0-alpha.536 183 2/1/2023
1.3.0-alpha.535 174 1/31/2023
1.3.0-alpha.534 173 1/30/2023
1.3.0-alpha.533 164 1/29/2023
1.3.0-alpha.532 168 1/28/2023
1.3.0-alpha.531 178 1/27/2023
1.3.0-alpha.530 182 1/26/2023
1.3.0-alpha.529 179 1/25/2023
1.3.0-alpha.528 172 1/24/2023
1.3.0-alpha.527 182 1/23/2023
1.3.0-alpha.526 174 1/22/2023
1.3.0-alpha.525 171 1/21/2023
1.3.0-alpha.524 173 1/20/2023
1.3.0-alpha.523 179 1/19/2023
1.3.0-alpha.522 171 1/18/2023
1.3.0-alpha.521 170 1/17/2023
1.3.0-alpha.520 181 1/16/2023
1.3.0-alpha.519 181 1/15/2023
1.3.0-alpha.518 175 1/14/2023
1.3.0-alpha.517 176 1/13/2023
1.3.0-alpha.516 175 1/12/2023
1.3.0-alpha.515 174 1/11/2023
1.3.0-alpha.514 181 1/10/2023
1.3.0-alpha.513 169 1/9/2023
1.3.0-alpha.512 189 1/8/2023
1.3.0-alpha.511 189 1/7/2023
1.3.0-alpha.510 182 1/6/2023
1.3.0-alpha.509 171 1/5/2023
1.3.0-alpha.508 193 1/4/2023
1.3.0-alpha.507 170 1/3/2023
1.3.0-alpha.506 178 1/2/2023
1.3.0-alpha.505 181 1/1/2023
1.3.0-alpha.504 184 12/31/2022
1.3.0-alpha.503 171 12/30/2022
1.3.0-alpha.502 174 12/29/2022
1.3.0-alpha.501 178 12/28/2022
1.3.0-alpha.500 183 12/27/2022
1.3.0-alpha.499 169 12/26/2022
1.3.0-alpha.498 171 12/25/2022
1.3.0-alpha.497 172 12/24/2022
1.3.0-alpha.496 169 12/23/2022
1.3.0-alpha.495 167 12/22/2022
1.3.0-alpha.494 185 12/21/2022
1.3.0-alpha.493 164 12/20/2022
1.3.0-alpha.492 172 12/19/2022
1.3.0-alpha.491 179 12/18/2022
1.3.0-alpha.490 172 12/17/2022
1.3.0-alpha.489 168 12/16/2022
1.3.0-alpha.488 166 12/15/2022
1.3.0-alpha.487 168 12/14/2022
1.3.0-alpha.486 161 12/13/2022
1.3.0-alpha.485 163 12/12/2022
1.3.0-alpha.484 169 12/11/2022
1.3.0-alpha.483 160 12/10/2022
1.3.0-alpha.482 159 12/9/2022
1.3.0-alpha.481 159 12/8/2022
1.3.0-alpha.480 159 12/7/2022
1.3.0-alpha.479 169 12/6/2022
1.3.0-alpha.478 165 12/5/2022
1.3.0-alpha.477 163 12/4/2022
1.3.0-alpha.439 175 11/1/2022
1.3.0-alpha.432 177 10/25/2022
1.3.0-alpha.425 176 10/18/2022
1.3.0-alpha.424 174 10/17/2022
1.3.0-alpha.271 236 5/17/2022
1.3.0-alpha.264 206 5/10/2022
1.3.0-alpha.262 194 5/8/2022
1.3.0-alpha.257 200 5/3/2022
1.3.0-alpha.250 196 4/26/2022
1.3.0-alpha.243 214 4/19/2022
1.3.0-alpha.236 200 4/12/2022
1.3.0-alpha.229 223 4/5/2022
1.3.0-alpha.222 215 3/29/2022
1.3.0-alpha.221 224 3/28/2022
1.3.0-alpha.215 190 3/22/2022
1.3.0-alpha.208 207 3/15/2022
1.3.0-alpha.206 204 3/13/2022
1.3.0-alpha.205 197 3/13/2022
1.3.0-alpha.200 219 3/8/2022
1.3.0-alpha.194 213 3/2/2022
1.3.0-alpha.193 208 3/1/2022
1.3.0-alpha.189 212 2/26/2022
1.3.0-alpha.184 218 2/22/2022
1.3.0-alpha.182 197 2/20/2022
1.3.0-alpha.181 202 2/20/2022
1.3.0-alpha.180 208 2/20/2022
1.3.0-alpha.179 207 2/20/2022
1.3.0-alpha.177 207 2/18/2022
1.3.0-alpha.174 219 2/15/2022
1.3.0-alpha.173 220 2/14/2022
1.3.0-alpha.172 214 2/13/2022
1.3.0-alpha.170 213 2/11/2022
1.3.0-alpha.168 221 2/9/2022
1.3.0-alpha.167 217 2/8/2022
1.3.0-alpha.162 227 2/3/2022
1.3.0-alpha.161 228 2/2/2022
1.3.0-alpha.155 232 1/27/2022
1.3.0-alpha.154 216 1/26/2022
1.3.0-alpha.153 215 1/25/2022
1.3.0-alpha.150 216 1/22/2022
1.3.0-alpha.149 216 1/21/2022
1.3.0-alpha.148 222 1/20/2022
1.3.0-alpha.147 226 1/20/2022
1.3.0-alpha.146 236 1/20/2022
1.3.0-alpha.145 227 1/20/2022
1.3.0-alpha.144 220 1/16/2022
1.3.0-alpha.143 237 1/16/2022
1.3.0-alpha.142 247 1/15/2022
1.3.0-alpha.141 226 1/9/2022
1.3.0-alpha.140 219 12/29/2021
1.3.0-alpha.139 228 12/29/2021
1.3.0-alpha.138 220 12/29/2021
1.3.0-alpha.137 1,366 11/28/2021
1.3.0-alpha.136 1,259 11/28/2021
1.3.0-alpha.135 237 11/28/2021
1.3.0-alpha.134 275 11/7/2021
1.3.0-alpha.133 254 11/7/2021
1.3.0-alpha.132 234 11/3/2021
1.3.0-alpha.131 296 8/22/2021
1.3.0-alpha.130 276 8/22/2021
1.3.0-alpha.129 239 8/22/2021
1.3.0-alpha.128 240 8/16/2021
1.3.0-alpha.127 238 8/14/2021
1.3.0-alpha.126 234 8/14/2021
1.3.0-alpha.125 260 8/14/2021
1.3.0-alpha.124 256 8/14/2021
1.3.0-alpha.123 265 6/25/2021
1.3.0-alpha.122 390 5/23/2021
1.3.0-alpha.121 398 5/22/2021
1.3.0-alpha.117 361 4/4/2021
1.3.0-alpha.116 251 4/3/2021
1.3.0-alpha.115 262 4/2/2021
1.3.0-alpha.114 267 4/2/2021
1.3.0-alpha.113 301 4/2/2021
1.3.0-alpha.112 269 3/28/2021
1.3.0-alpha.111 272 3/21/2021
1.3.0-alpha.110 300 3/6/2021
1.3.0-alpha.109 286 2/28/2021
1.3.0-alpha.108 275 2/24/2021
1.3.0-alpha.107 275 2/13/2021
1.3.0-alpha.106 279 1/31/2021
1.3.0-alpha.105 267 1/29/2021
1.3.0-alpha.104 274 1/17/2021
1.2.3 950 10/16/2022
1.2.2 697 11/3/2021
1.2.1 690 4/2/2021
1.2.0 699 1/17/2021
1.2.0-alpha.103 295 1/17/2021
1.2.0-alpha.102 290 1/17/2021
1.2.0-alpha.101 311 1/17/2021
1.2.0-alpha.100 316 1/17/2021
1.2.0-alpha.99 322 1/16/2021
1.2.0-alpha.98 336 1/16/2021
1.2.0-alpha.97 331 1/16/2021
1.2.0-alpha.96 349 1/10/2021
1.2.0-alpha.95 286 1/10/2021
1.2.0-alpha.94 315 1/10/2021
1.2.0-alpha.93 361 1/10/2021
1.2.0-alpha.92 408 1/10/2021
1.2.0-alpha.91 286 1/9/2021
1.2.0-alpha.90 302 1/8/2021
1.2.0-alpha.89 295 1/8/2021
1.2.0-alpha.88 319 1/7/2021
1.2.0-alpha.87 329 1/7/2021
1.2.0-alpha.86 337 1/6/2021
1.2.0-alpha.85 306 1/6/2021
1.2.0-alpha.84 338 1/3/2021
1.2.0-alpha.83 351 1/3/2021
1.2.0-alpha.82 322 1/2/2021
1.2.0-alpha.81 340 12/31/2020
1.2.0-alpha.80 362 12/31/2020
1.2.0-alpha.79 273 12/31/2020
1.2.0-alpha.78 275 12/31/2020
1.2.0-alpha.77 283 12/31/2020
1.2.0-alpha.76 310 12/31/2020
1.2.0-alpha.75 331 12/30/2020
1.2.0-alpha.74 278 12/27/2020
1.2.0-alpha.69 393 12/13/2020
1.2.0-alpha.68 380 12/13/2020
1.2.0-alpha.67 325 12/9/2020
1.2.0-alpha.66 325 12/9/2020
1.2.0-alpha.65 358 12/9/2020
1.2.0-alpha.64 340 12/2/2020
1.2.0-alpha.63 313 11/29/2020
1.1.0 705 11/29/2020
1.0.1 861 7/25/2020