AlphaTab 1.7.0-alpha.1610

This is a prerelease version of AlphaTab.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package AlphaTab --version 1.7.0-alpha.1610
                    
NuGet\Install-Package AlphaTab -Version 1.7.0-alpha.1610
                    
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.1610" />
                    
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.1610" />
                    
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.1610
                    
#r "nuget: AlphaTab, 1.7.0-alpha.1610"
                    
#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.1610
                    
#: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.1610&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=AlphaTab&version=1.7.0-alpha.1610&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.1617 113 11/25/2025
1.7.0-alpha.1612 342 11/20/2025
1.7.0-alpha.1610 339 11/18/2025
1.7.0-alpha.1603 214 11/11/2025
1.7.0-alpha.1596 135 11/4/2025
1.7.0-alpha.1594 75 11/2/2025
1.7.0-alpha.1589 136 10/28/2025
1.7.0-alpha.1584 118 10/23/2025
1.7.0-alpha.1582 117 10/21/2025
1.7.0-alpha.1577 123 10/16/2025
1.7.0-alpha.1575 123 10/14/2025
1.7.0-alpha.1574 124 10/13/2025
1.7.0-alpha.1568 125 10/7/2025
1.7.0-alpha.1561 130 9/30/2025
1.7.0-alpha.1554 139 9/23/2025
1.7.0-alpha.1547 251 9/16/2025
1.7.0-alpha.1541 129 9/10/2025
1.7.0-alpha.1540 132 9/9/2025
1.7.0-alpha.1536 101 9/5/2025
1.7.0-alpha.1529 134 8/31/2025
1.7.0-alpha.1527 171 8/29/2025
1.7.0-alpha.1524 172 8/26/2025
1.7.0-alpha.1522 74 8/24/2025
1.7.0-alpha.1517 130 8/19/2025
1.7.0-alpha.1515 99 8/17/2025
1.7.0-alpha.1511 130 8/13/2025
1.7.0-alpha.1510 132 8/12/2025
1.7.0-alpha.1504 206 8/6/2025
1.7.0-alpha.1503 189 8/5/2025
1.7.0-alpha.1491 469 7/24/2025
1.7.0-alpha.1482 126 7/15/2025
1.7.0-alpha.1475 139 7/8/2025
1.7.0-alpha.1468 126 7/1/2025
1.7.0-alpha.1461 151 6/24/2025
1.7.0-alpha.1454 144 6/17/2025
1.7.0-alpha.1452 127 6/15/2025
1.6.3 290 8/30/2025
1.6.2 111 8/23/2025
1.6.1 563 7/23/2025
1.6.0 224 6/15/2025
1.6.0-alpha.1450 149 6/15/2025
1.6.0-alpha.1449 159 6/14/2025
1.6.0-alpha.1448 158 6/14/2025
1.6.0-alpha.1444 304 6/11/2025
1.6.0-alpha.1442 259 6/10/2025
1.6.0-alpha.1435 157 6/3/2025
1.6.0-alpha.1432 79 5/31/2025
1.6.0-alpha.1430 139 5/29/2025
1.6.0-alpha.1428 166 5/29/2025
1.6.0-alpha.1426 164 5/27/2025
1.6.0-alpha.1421 162 5/22/2025
1.6.0-alpha.1420 168 5/22/2025
1.6.0-alpha.1418 146 5/21/2025
1.6.0-alpha.1416 160 5/19/2025
1.6.0-alpha.1415 160 5/19/2025
1.6.0-alpha.1409 228 5/14/2025
1.6.0-alpha.1408 250 5/13/2025
1.6.0-alpha.1405 79 5/10/2025
1.6.0-alpha.1403 134 5/9/2025
1.6.0-alpha.1401 128 5/7/2025
1.6.0-alpha.1399 167 5/6/2025
1.6.0-alpha.1397 163 5/4/2025
1.5.0 246 5/4/2025
1.5.0-alpha.1396 161 5/4/2025
1.5.0-alpha.1394 66 5/3/2025
1.5.0-alpha.1392 153 5/1/2025
1.5.0-alpha.1389 159 4/28/2025
1.5.0-alpha.1383 137 4/22/2025
1.5.0-alpha.1379 198 4/18/2025
1.5.0-alpha.1378 212 4/17/2025
1.5.0-alpha.1377 200 4/16/2025
1.5.0-alpha.1376 206 4/15/2025
1.5.0-alpha.1375 196 4/14/2025
1.5.0-alpha.1373 80 4/12/2025
1.5.0-alpha.1371 153 4/10/2025
1.5.0-alpha.1369 178 4/8/2025
1.5.0-alpha.1366 95 4/5/2025
1.5.0-alpha.1364 167 4/3/2025
1.5.0-alpha.1362 157 4/1/2025
1.5.0-alpha.1355 478 3/25/2025
1.5.0-alpha.1350 157 3/20/2025
1.5.0-alpha.1347 154 3/18/2025
1.5.0-alpha.1344 83 3/15/2025
1.5.0-alpha.1343 162 3/14/2025
1.5.0-alpha.1342 171 3/13/2025
1.5.0-alpha.1341 144 3/13/2025
1.5.0-alpha.1339 184 3/11/2025
1.5.0-alpha.1335 196 3/7/2025
1.5.0-alpha.1333 200 3/5/2025
1.5.0-alpha.1332 191 3/4/2025
1.5.0-alpha.1331 99 3/3/2025
1.4.4 227 4/27/2025
1.4.3 238 4/13/2025
1.4.1 228 3/12/2025
1.4.0 182 3/2/2025
1.4.0-alpha.1327 105 2/27/2025
1.4.0-alpha.1326 98 2/27/2025
1.4.0-alpha.1325 72 2/27/2025
1.4.0-alpha.1324 115 2/27/2025
1.4.0-alpha.1322 100 2/26/2025
1.4.0-alpha.1313 110 2/20/2025
1.4.0-alpha.1311 103 2/19/2025
1.4.0-alpha.1310 96 2/19/2025
1.4.0-alpha.1308 112 2/18/2025
1.4.0-alpha.1306 100 2/16/2025
1.4.0-alpha.1304 115 2/14/2025
1.4.0-alpha.1301 126 2/11/2025
1.4.0-alpha.1300 96 2/10/2025
1.4.0-alpha.1299 106 2/9/2025
1.4.0-alpha.1294 108 2/4/2025
1.4.0-alpha.1287 99 1/28/2025
1.4.0-alpha.1189 151 10/22/2024
1.4.0-alpha.1182 105 10/15/2024
1.4.0-alpha.1180 113 10/13/2024
1.4.0-alpha.1175 107 10/8/2024
1.4.0-alpha.1168 97 10/1/2024
1.4.0-alpha.1161 108 9/24/2024
1.4.0-alpha.1155 130 9/18/2024
1.4.0-alpha.1154 110 9/17/2024
1.4.0-alpha.1147 83 9/10/2024
1.4.0-alpha.1140 109 9/3/2024
1.4.0-alpha.1138 86 9/1/2024
1.4.0-alpha.1133 110 8/27/2024
1.4.0-alpha.1132 115 8/26/2024
1.4.0-alpha.1131 102 8/25/2024
1.4.0-alpha.1130 118 8/24/2024
1.4.0-alpha.1126 123 8/20/2024
1.4.0-alpha.1123 133 8/17/2024
1.4.0-alpha.1118 115 8/12/2024
1.4.0-alpha.1117 115 8/12/2024
1.4.0-alpha.1116 121 8/11/2024
1.4.0-alpha.1112 97 8/8/2024
1.4.0-alpha.1109 112 8/6/2024
1.4.0-alpha.1107 97 8/4/2024
1.4.0-alpha.1102 93 7/30/2024
1.4.0-alpha.1095 113 7/23/2024
1.4.0-alpha.1088 121 7/16/2024
1.4.0-alpha.1085 105 7/13/2024
1.4.0-alpha.1080 106 7/9/2024
1.4.0-alpha.1073 105 7/2/2024
1.4.0-alpha.1071 105 6/30/2024
1.4.0-alpha.1066 112 6/25/2024
1.4.0-alpha.1059 102 6/18/2024
1.4.0-alpha.1057 90 6/16/2024
1.4.0-alpha.1052 108 6/11/2024
1.4.0-alpha.1045 95 6/4/2024
1.4.0-alpha.1044 89 6/3/2024
1.4.0-alpha.1038 117 5/28/2024
1.4.0-alpha.1031 97 5/21/2024
1.4.0-alpha.1026 108 5/16/2024
1.4.0-alpha.1025 90 5/16/2024
1.4.0-alpha.1024 84 5/15/2024
1.3.1 447 6/15/2024
1.3.0 227 5/15/2024
1.3.0-alpha.1023 108 5/15/2024
1.3.0-alpha.1022 105 5/14/2024
1.3.0-alpha.1019 95 5/11/2024
1.3.0-alpha.1015 117 5/7/2024
1.3.0-alpha.1008 128 4/30/2024
1.3.0-alpha.1006 108 4/28/2024
1.3.0-alpha.1005 117 4/28/2024
1.3.0-alpha.997 125 4/23/2024
1.3.0-alpha.990 110 4/16/2024
1.3.0-alpha.983 119 4/9/2024
1.3.0-alpha.976 85 4/2/2024
1.3.0-alpha.973 102 3/30/2024
1.3.0-alpha.969 101 3/26/2024
1.3.0-alpha.962 93 3/19/2024
1.3.0-alpha.955 122 3/12/2024
1.3.0-alpha.953 113 3/10/2024
1.3.0-alpha.947 110 3/5/2024
1.3.0-alpha.946 91 3/4/2024
1.3.0-alpha.945 92 3/3/2024
1.3.0-alpha.944 111 3/3/2024
1.3.0-alpha.942 104 3/2/2024
1.3.0-alpha.938 86 3/2/2024
1.3.0-alpha.933 115 2/27/2024
1.3.0-alpha.932 90 2/26/2024
1.3.0-alpha.926 116 2/20/2024
1.3.0-alpha.919 125 2/13/2024
1.3.0-alpha.912 137 2/6/2024
1.3.0-alpha.905 121 1/30/2024
1.3.0-alpha.898 102 1/23/2024
1.3.0-alpha.897 109 1/22/2024
1.3.0-alpha.891 126 1/16/2024
1.3.0-alpha.890 121 1/15/2024
1.3.0-alpha.884 130 1/9/2024
1.3.0-alpha.877 132 1/2/2024
1.3.0-alpha.876 125 1/1/2024
1.3.0-alpha.874 115 12/30/2023
1.3.0-alpha.873 110 12/29/2023
1.3.0-alpha.872 96 12/28/2023
1.3.0-alpha.870 142 12/26/2023
1.3.0-alpha.869 124 12/25/2023
1.3.0-alpha.863 109 12/19/2023
1.3.0-alpha.856 133 12/12/2023
1.3.0-alpha.854 144 12/10/2023
1.3.0-alpha.849 137 12/5/2023
1.3.0-alpha.848 138 12/4/2023
1.3.0-alpha.784 194 10/1/2023
1.3.0-alpha.783 137 10/1/2023
1.3.0-alpha.782 136 10/1/2023
1.3.0-alpha.776 146 9/26/2023
1.3.0-alpha.772 134 9/22/2023
1.3.0-alpha.769 132 9/19/2023
1.3.0-alpha.762 134 9/12/2023
1.3.0-alpha.760 149 9/10/2023
1.3.0-alpha.755 142 9/5/2023
1.3.0-alpha.748 173 8/29/2023
1.3.0-alpha.741 173 8/22/2023
1.3.0-alpha.734 162 8/15/2023
1.3.0-alpha.727 160 8/8/2023
1.3.0-alpha.726 171 8/8/2023
1.3.0-alpha.724 154 8/6/2023
1.3.0-alpha.719 195 8/1/2023
1.3.0-alpha.712 201 7/25/2023
1.3.0-alpha.705 198 7/18/2023
1.3.0-alpha.699 167 7/12/2023
1.3.0-alpha.694 194 7/7/2023
1.3.0-alpha.691 164 7/4/2023
1.3.0-alpha.684 182 6/27/2023
1.3.0-alpha.677 183 6/20/2023
1.3.0-alpha.675 195 6/18/2023
1.3.0-alpha.670 206 6/13/2023
1.3.0-alpha.663 195 6/6/2023
1.3.0-alpha.656 202 5/30/2023
1.3.0-alpha.650 198 5/24/2023
1.3.0-alpha.649 186 5/23/2023
1.3.0-alpha.642 176 5/16/2023
1.3.0-alpha.635 192 5/9/2023
1.3.0-alpha.630 198 5/4/2023
1.3.0-alpha.628 199 5/2/2023
1.3.0-alpha.621 192 4/25/2023
1.3.0-alpha.614 186 4/18/2023
1.3.0-alpha.609 193 4/13/2023
1.3.0-alpha.607 191 4/12/2023
1.3.0-alpha.606 184 4/12/2023
1.3.0-alpha.605 187 4/11/2023
1.3.0-alpha.598 198 4/4/2023
1.3.0-alpha.595 208 4/1/2023
1.3.0-alpha.591 205 3/28/2023
1.3.0-alpha.577 187 3/14/2023
1.3.0-alpha.570 196 3/7/2023
1.3.0-alpha.563 204 2/28/2023
1.3.0-alpha.561 193 2/26/2023
1.3.0-alpha.560 191 2/25/2023
1.3.0-alpha.559 173 2/24/2023
1.3.0-alpha.558 178 2/23/2023
1.3.0-alpha.557 168 2/22/2023
1.3.0-alpha.556 174 2/21/2023
1.3.0-alpha.555 209 2/20/2023
1.3.0-alpha.554 202 2/19/2023
1.3.0-alpha.553 183 2/18/2023
1.3.0-alpha.552 193 2/17/2023
1.3.0-alpha.551 176 2/16/2023
1.3.0-alpha.550 191 2/15/2023
1.3.0-alpha.549 188 2/14/2023
1.3.0-alpha.548 181 2/13/2023
1.3.0-alpha.547 212 2/12/2023
1.3.0-alpha.546 206 2/11/2023
1.3.0-alpha.545 202 2/10/2023
1.3.0-alpha.544 197 2/9/2023
1.3.0-alpha.543 215 2/8/2023
1.3.0-alpha.542 188 2/7/2023
1.3.0-alpha.541 186 2/6/2023
1.3.0-alpha.540 187 2/5/2023
1.3.0-alpha.539 180 2/4/2023
1.3.0-alpha.538 201 2/3/2023
1.3.0-alpha.537 197 2/2/2023
1.3.0-alpha.536 222 2/1/2023
1.3.0-alpha.535 196 1/31/2023
1.3.0-alpha.534 194 1/30/2023
1.3.0-alpha.533 187 1/29/2023
1.3.0-alpha.532 190 1/28/2023
1.3.0-alpha.531 197 1/27/2023
1.3.0-alpha.530 216 1/26/2023
1.3.0-alpha.529 215 1/25/2023
1.3.0-alpha.528 191 1/24/2023
1.3.0-alpha.527 216 1/23/2023
1.3.0-alpha.526 193 1/22/2023
1.3.0-alpha.525 208 1/21/2023
1.3.0-alpha.524 203 1/20/2023
1.3.0-alpha.523 205 1/19/2023
1.3.0-alpha.522 212 1/18/2023
1.3.0-alpha.521 199 1/17/2023
1.3.0-alpha.520 218 1/16/2023
1.3.0-alpha.519 212 1/15/2023
1.3.0-alpha.518 201 1/14/2023
1.3.0-alpha.517 206 1/13/2023
1.3.0-alpha.516 195 1/12/2023
1.3.0-alpha.515 204 1/11/2023
1.3.0-alpha.514 211 1/10/2023
1.3.0-alpha.513 189 1/9/2023
1.3.0-alpha.512 221 1/8/2023
1.3.0-alpha.511 222 1/7/2023
1.3.0-alpha.510 207 1/6/2023
1.3.0-alpha.509 188 1/5/2023
1.3.0-alpha.508 224 1/4/2023
1.3.0-alpha.507 190 1/3/2023
1.3.0-alpha.506 197 1/2/2023
1.3.0-alpha.505 212 1/1/2023
1.3.0-alpha.504 219 12/31/2022
1.3.0-alpha.503 204 12/30/2022
1.3.0-alpha.502 194 12/29/2022
1.3.0-alpha.501 208 12/28/2022
1.3.0-alpha.500 213 12/27/2022
1.3.0-alpha.499 201 12/26/2022
1.3.0-alpha.498 206 12/25/2022
1.3.0-alpha.497 205 12/24/2022
1.3.0-alpha.496 188 12/23/2022
1.3.0-alpha.495 189 12/22/2022
1.3.0-alpha.494 216 12/21/2022
1.3.0-alpha.493 192 12/20/2022
1.3.0-alpha.492 200 12/19/2022
1.3.0-alpha.491 199 12/18/2022
1.3.0-alpha.490 212 12/17/2022
1.3.0-alpha.489 196 12/16/2022
1.3.0-alpha.488 203 12/15/2022
1.3.0-alpha.487 207 12/14/2022
1.3.0-alpha.486 194 12/13/2022
1.3.0-alpha.485 192 12/12/2022
1.3.0-alpha.484 190 12/11/2022
1.3.0-alpha.483 188 12/10/2022
1.3.0-alpha.482 196 12/9/2022
1.3.0-alpha.481 191 12/8/2022
1.3.0-alpha.480 178 12/7/2022
1.3.0-alpha.479 210 12/6/2022
1.3.0-alpha.478 185 12/5/2022
1.3.0-alpha.477 194 12/4/2022
1.3.0-alpha.439 210 11/1/2022
1.3.0-alpha.432 204 10/25/2022
1.3.0-alpha.425 212 10/18/2022
1.3.0-alpha.424 195 10/17/2022
1.3.0-alpha.271 269 5/17/2022
1.3.0-alpha.264 245 5/10/2022
1.3.0-alpha.262 226 5/8/2022
1.3.0-alpha.257 236 5/3/2022
1.3.0-alpha.250 220 4/26/2022
1.3.0-alpha.243 247 4/19/2022
1.3.0-alpha.236 223 4/12/2022
1.3.0-alpha.229 254 4/5/2022
1.3.0-alpha.222 237 3/29/2022
1.3.0-alpha.221 255 3/28/2022
1.3.0-alpha.215 212 3/22/2022
1.3.0-alpha.208 232 3/15/2022
1.3.0-alpha.206 228 3/13/2022
1.3.0-alpha.205 221 3/13/2022
1.3.0-alpha.200 249 3/8/2022
1.3.0-alpha.194 256 3/2/2022
1.3.0-alpha.193 257 3/1/2022
1.3.0-alpha.189 245 2/26/2022
1.3.0-alpha.184 259 2/22/2022
1.3.0-alpha.182 225 2/20/2022
1.3.0-alpha.181 225 2/20/2022
1.3.0-alpha.180 234 2/20/2022
1.3.0-alpha.179 242 2/20/2022
1.3.0-alpha.177 231 2/18/2022
1.3.0-alpha.174 253 2/15/2022
1.3.0-alpha.173 254 2/14/2022
1.3.0-alpha.172 243 2/13/2022
1.3.0-alpha.170 254 2/11/2022
1.3.0-alpha.168 255 2/9/2022
1.3.0-alpha.167 267 2/8/2022
1.3.0-alpha.162 255 2/3/2022
1.3.0-alpha.161 254 2/2/2022
1.3.0-alpha.155 272 1/27/2022
1.3.0-alpha.154 243 1/26/2022
1.3.0-alpha.153 240 1/25/2022
1.3.0-alpha.150 251 1/22/2022
1.3.0-alpha.149 241 1/21/2022
1.3.0-alpha.148 250 1/20/2022
1.3.0-alpha.147 268 1/20/2022
1.3.0-alpha.146 282 1/20/2022
1.3.0-alpha.145 267 1/20/2022
1.3.0-alpha.144 261 1/16/2022
1.3.0-alpha.143 279 1/16/2022
1.3.0-alpha.142 283 1/15/2022
1.3.0-alpha.141 266 1/9/2022
1.3.0-alpha.140 242 12/29/2021
1.3.0-alpha.139 275 12/29/2021
1.3.0-alpha.138 247 12/29/2021
1.3.0-alpha.137 1,399 11/28/2021
1.3.0-alpha.136 1,300 11/28/2021
1.3.0-alpha.135 276 11/28/2021
1.3.0-alpha.134 310 11/7/2021
1.3.0-alpha.133 296 11/7/2021
1.3.0-alpha.132 262 11/3/2021
1.3.0-alpha.131 331 8/22/2021
1.3.0-alpha.130 299 8/22/2021
1.3.0-alpha.129 264 8/22/2021
1.3.0-alpha.128 267 8/16/2021
1.3.0-alpha.127 263 8/14/2021
1.3.0-alpha.126 259 8/14/2021
1.3.0-alpha.125 296 8/14/2021
1.3.0-alpha.124 291 8/14/2021
1.3.0-alpha.123 297 6/25/2021
1.3.0-alpha.122 426 5/23/2021
1.3.0-alpha.121 425 5/22/2021
1.3.0-alpha.117 401 4/4/2021
1.3.0-alpha.116 274 4/3/2021
1.3.0-alpha.115 288 4/2/2021
1.3.0-alpha.114 303 4/2/2021
1.3.0-alpha.113 336 4/2/2021
1.3.0-alpha.112 312 3/28/2021
1.3.0-alpha.111 297 3/21/2021
1.3.0-alpha.110 341 3/6/2021
1.3.0-alpha.109 310 2/28/2021
1.3.0-alpha.108 302 2/24/2021
1.3.0-alpha.107 317 2/13/2021
1.3.0-alpha.106 318 1/31/2021
1.3.0-alpha.105 302 1/29/2021
1.3.0-alpha.104 313 1/17/2021
1.2.3 996 10/16/2022
1.2.2 765 11/3/2021
1.2.1 760 4/2/2021
1.2.0 780 1/17/2021
1.2.0-alpha.103 339 1/17/2021
1.2.0-alpha.102 319 1/17/2021
1.2.0-alpha.101 361 1/17/2021
1.2.0-alpha.100 352 1/17/2021
1.2.0-alpha.99 361 1/16/2021
1.2.0-alpha.98 376 1/16/2021
1.2.0-alpha.97 374 1/16/2021
1.2.0-alpha.96 402 1/10/2021
1.2.0-alpha.95 315 1/10/2021
1.2.0-alpha.94 346 1/10/2021
1.2.0-alpha.93 403 1/10/2021
1.2.0-alpha.92 438 1/10/2021
1.2.0-alpha.91 319 1/9/2021
1.2.0-alpha.90 345 1/8/2021
1.2.0-alpha.89 325 1/8/2021
1.2.0-alpha.88 359 1/7/2021
1.2.0-alpha.87 374 1/7/2021
1.2.0-alpha.86 381 1/6/2021
1.2.0-alpha.85 352 1/6/2021
1.2.0-alpha.84 380 1/3/2021
1.2.0-alpha.83 396 1/3/2021
1.2.0-alpha.82 366 1/2/2021
1.2.0-alpha.81 383 12/31/2020
1.2.0-alpha.80 401 12/31/2020
1.2.0-alpha.79 318 12/31/2020
1.2.0-alpha.78 322 12/31/2020
1.2.0-alpha.77 318 12/31/2020
1.2.0-alpha.76 354 12/31/2020
1.2.0-alpha.75 375 12/30/2020
1.2.0-alpha.74 306 12/27/2020
1.2.0-alpha.69 440 12/13/2020
1.2.0-alpha.68 409 12/13/2020
1.2.0-alpha.67 355 12/9/2020
1.2.0-alpha.66 353 12/9/2020
1.2.0-alpha.65 398 12/9/2020
1.2.0-alpha.64 386 12/2/2020
1.2.0-alpha.63 356 11/29/2020
1.1.0 772 11/29/2020
1.0.1 932 7/25/2020