AlphaTab 1.4.0-alpha.1102

This is a prerelease version of AlphaTab.
There is a newer version of this package available.
See the version list below for details.
dotnet add package AlphaTab --version 1.4.0-alpha.1102
                    
NuGet\Install-Package AlphaTab -Version 1.4.0-alpha.1102
                    
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.4.0-alpha.1102" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AlphaTab" Version="1.4.0-alpha.1102" />
                    
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.4.0-alpha.1102
                    
#r "nuget: AlphaTab, 1.4.0-alpha.1102"
                    
#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.4.0-alpha.1102
                    
#: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.4.0-alpha.1102&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=AlphaTab&version=1.4.0-alpha.1102&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 (pre-release ⚠️)
Node.js using import (ESM) Access to all low level APIs and SVG rendering 1.3 (pre-release ⚠️)
.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 (pre-release ⚠️)
.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 (pre-release ⚠️)
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 (pre-release ⚠️)

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.1540 0 9/9/2025
1.7.0-alpha.1536 80 9/5/2025
1.7.0-alpha.1529 119 8/31/2025
1.7.0-alpha.1527 159 8/29/2025
1.7.0-alpha.1524 159 8/26/2025
1.7.0-alpha.1522 64 8/24/2025
1.7.0-alpha.1517 117 8/19/2025
1.7.0-alpha.1515 90 8/17/2025
1.7.0-alpha.1511 119 8/13/2025
1.7.0-alpha.1510 122 8/12/2025
1.7.0-alpha.1504 194 8/6/2025
1.7.0-alpha.1503 179 8/5/2025
1.7.0-alpha.1491 441 7/24/2025
1.7.0-alpha.1482 115 7/15/2025
1.7.0-alpha.1475 129 7/8/2025
1.7.0-alpha.1468 115 7/1/2025
1.7.0-alpha.1461 127 6/24/2025
1.7.0-alpha.1454 124 6/17/2025
1.7.0-alpha.1452 117 6/15/2025
1.6.3 176 8/30/2025
1.6.2 60 8/23/2025
1.6.1 475 7/23/2025
1.6.0 177 6/15/2025
1.6.0-alpha.1450 122 6/15/2025
1.6.0-alpha.1449 133 6/14/2025
1.6.0-alpha.1448 129 6/14/2025
1.6.0-alpha.1444 273 6/11/2025
1.6.0-alpha.1442 248 6/10/2025
1.6.0-alpha.1435 133 6/3/2025
1.6.0-alpha.1432 55 5/31/2025
1.6.0-alpha.1430 132 5/29/2025
1.6.0-alpha.1428 134 5/29/2025
1.6.0-alpha.1426 138 5/27/2025
1.6.0-alpha.1421 136 5/22/2025
1.6.0-alpha.1420 146 5/22/2025
1.6.0-alpha.1418 127 5/21/2025
1.6.0-alpha.1416 130 5/19/2025
1.6.0-alpha.1415 132 5/19/2025
1.6.0-alpha.1409 211 5/14/2025
1.6.0-alpha.1408 223 5/13/2025
1.6.0-alpha.1405 60 5/10/2025
1.6.0-alpha.1403 121 5/9/2025
1.6.0-alpha.1401 121 5/7/2025
1.6.0-alpha.1399 144 5/6/2025
1.6.0-alpha.1397 134 5/4/2025
1.5.0 184 5/4/2025
1.5.0-alpha.1396 137 5/4/2025
1.5.0-alpha.1394 56 5/3/2025
1.5.0-alpha.1392 129 5/1/2025
1.5.0-alpha.1389 138 4/28/2025
1.5.0-alpha.1383 129 4/22/2025
1.5.0-alpha.1379 170 4/18/2025
1.5.0-alpha.1378 186 4/17/2025
1.5.0-alpha.1377 177 4/16/2025
1.5.0-alpha.1376 180 4/15/2025
1.5.0-alpha.1375 170 4/14/2025
1.5.0-alpha.1373 70 4/12/2025
1.5.0-alpha.1371 141 4/10/2025
1.5.0-alpha.1369 154 4/8/2025
1.5.0-alpha.1366 70 4/5/2025
1.5.0-alpha.1364 143 4/3/2025
1.5.0-alpha.1362 137 4/1/2025
1.5.0-alpha.1355 468 3/25/2025
1.5.0-alpha.1350 140 3/20/2025
1.5.0-alpha.1347 140 3/18/2025
1.5.0-alpha.1344 61 3/15/2025
1.5.0-alpha.1343 134 3/14/2025
1.5.0-alpha.1342 145 3/13/2025
1.5.0-alpha.1341 133 3/13/2025
1.5.0-alpha.1339 151 3/11/2025
1.5.0-alpha.1335 188 3/7/2025
1.5.0-alpha.1333 190 3/5/2025
1.5.0-alpha.1332 182 3/4/2025
1.5.0-alpha.1331 83 3/3/2025
1.4.4 175 4/27/2025
1.4.3 193 4/13/2025
1.4.1 187 3/12/2025
1.4.0 138 3/2/2025
1.4.0-alpha.1327 80 2/27/2025
1.4.0-alpha.1326 77 2/27/2025
1.4.0-alpha.1325 66 2/27/2025
1.4.0-alpha.1324 87 2/27/2025
1.4.0-alpha.1322 76 2/26/2025
1.4.0-alpha.1313 84 2/20/2025
1.4.0-alpha.1311 85 2/19/2025
1.4.0-alpha.1310 80 2/19/2025
1.4.0-alpha.1308 96 2/18/2025
1.4.0-alpha.1306 85 2/16/2025
1.4.0-alpha.1304 90 2/14/2025
1.4.0-alpha.1301 100 2/11/2025
1.4.0-alpha.1300 87 2/10/2025
1.4.0-alpha.1299 99 2/9/2025
1.4.0-alpha.1294 100 2/4/2025
1.4.0-alpha.1287 78 1/28/2025
1.4.0-alpha.1189 121 10/22/2024
1.4.0-alpha.1182 84 10/15/2024
1.4.0-alpha.1180 88 10/13/2024
1.4.0-alpha.1175 83 10/8/2024
1.4.0-alpha.1168 85 10/1/2024
1.4.0-alpha.1161 84 9/24/2024
1.4.0-alpha.1155 104 9/18/2024
1.4.0-alpha.1154 95 9/17/2024
1.4.0-alpha.1147 76 9/10/2024
1.4.0-alpha.1140 84 9/3/2024
1.4.0-alpha.1138 80 9/1/2024
1.4.0-alpha.1133 84 8/27/2024
1.4.0-alpha.1132 89 8/26/2024
1.4.0-alpha.1131 97 8/25/2024
1.4.0-alpha.1130 96 8/24/2024
1.4.0-alpha.1126 101 8/20/2024
1.4.0-alpha.1123 107 8/17/2024
1.4.0-alpha.1118 107 8/12/2024
1.4.0-alpha.1117 90 8/12/2024
1.4.0-alpha.1116 93 8/11/2024
1.4.0-alpha.1112 77 8/8/2024
1.4.0-alpha.1109 79 8/6/2024
1.4.0-alpha.1107 71 8/4/2024
1.4.0-alpha.1102 76 7/30/2024
1.4.0-alpha.1095 91 7/23/2024
1.4.0-alpha.1088 89 7/16/2024
1.4.0-alpha.1085 80 7/13/2024
1.4.0-alpha.1080 90 7/9/2024
1.4.0-alpha.1073 89 7/2/2024
1.4.0-alpha.1071 81 6/30/2024
1.4.0-alpha.1066 93 6/25/2024
1.4.0-alpha.1059 84 6/18/2024
1.4.0-alpha.1057 80 6/16/2024
1.4.0-alpha.1052 85 6/11/2024
1.4.0-alpha.1045 86 6/4/2024
1.4.0-alpha.1044 81 6/3/2024
1.4.0-alpha.1038 86 5/28/2024
1.4.0-alpha.1031 91 5/21/2024
1.4.0-alpha.1026 82 5/16/2024
1.4.0-alpha.1025 84 5/16/2024
1.4.0-alpha.1024 80 5/15/2024
1.3.1 390 6/15/2024
1.3.0 165 5/15/2024
1.3.0-alpha.1023 86 5/15/2024
1.3.0-alpha.1022 88 5/14/2024
1.3.0-alpha.1019 87 5/11/2024
1.3.0-alpha.1015 101 5/7/2024
1.3.0-alpha.1008 104 4/30/2024
1.3.0-alpha.1006 84 4/28/2024
1.3.0-alpha.1005 94 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 97 4/9/2024
1.3.0-alpha.976 81 4/2/2024
1.3.0-alpha.973 92 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 95 3/12/2024
1.3.0-alpha.953 92 3/10/2024
1.3.0-alpha.947 96 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 93 3/3/2024
1.3.0-alpha.942 88 3/2/2024
1.3.0-alpha.938 79 3/2/2024
1.3.0-alpha.933 98 2/27/2024
1.3.0-alpha.932 83 2/26/2024
1.3.0-alpha.926 92 2/20/2024
1.3.0-alpha.919 103 2/13/2024
1.3.0-alpha.912 114 2/6/2024
1.3.0-alpha.905 94 1/30/2024
1.3.0-alpha.898 93 1/23/2024
1.3.0-alpha.897 88 1/22/2024
1.3.0-alpha.891 104 1/16/2024
1.3.0-alpha.890 100 1/15/2024
1.3.0-alpha.884 106 1/9/2024
1.3.0-alpha.877 111 1/2/2024
1.3.0-alpha.876 105 1/1/2024
1.3.0-alpha.874 104 12/30/2023
1.3.0-alpha.873 101 12/29/2023
1.3.0-alpha.872 89 12/28/2023
1.3.0-alpha.870 120 12/26/2023
1.3.0-alpha.869 100 12/25/2023
1.3.0-alpha.863 98 12/19/2023
1.3.0-alpha.856 106 12/12/2023
1.3.0-alpha.854 115 12/10/2023
1.3.0-alpha.849 117 12/5/2023
1.3.0-alpha.848 114 12/4/2023
1.3.0-alpha.784 171 10/1/2023
1.3.0-alpha.783 120 10/1/2023
1.3.0-alpha.782 113 10/1/2023
1.3.0-alpha.776 124 9/26/2023
1.3.0-alpha.772 111 9/22/2023
1.3.0-alpha.769 106 9/19/2023
1.3.0-alpha.762 128 9/12/2023
1.3.0-alpha.760 132 9/10/2023
1.3.0-alpha.755 131 9/5/2023
1.3.0-alpha.748 152 8/29/2023
1.3.0-alpha.741 145 8/22/2023
1.3.0-alpha.734 136 8/15/2023
1.3.0-alpha.727 134 8/8/2023
1.3.0-alpha.726 145 8/8/2023
1.3.0-alpha.724 142 8/6/2023
1.3.0-alpha.719 161 8/1/2023
1.3.0-alpha.712 173 7/25/2023
1.3.0-alpha.705 165 7/18/2023
1.3.0-alpha.699 155 7/12/2023
1.3.0-alpha.694 166 7/7/2023
1.3.0-alpha.691 146 7/4/2023
1.3.0-alpha.684 153 6/27/2023
1.3.0-alpha.677 153 6/20/2023
1.3.0-alpha.675 162 6/18/2023
1.3.0-alpha.670 177 6/13/2023
1.3.0-alpha.663 161 6/6/2023
1.3.0-alpha.656 167 5/30/2023
1.3.0-alpha.650 168 5/24/2023
1.3.0-alpha.649 157 5/23/2023
1.3.0-alpha.642 144 5/16/2023
1.3.0-alpha.635 145 5/9/2023
1.3.0-alpha.630 151 5/4/2023
1.3.0-alpha.628 162 5/2/2023
1.3.0-alpha.621 154 4/25/2023
1.3.0-alpha.614 158 4/18/2023
1.3.0-alpha.609 158 4/13/2023
1.3.0-alpha.607 154 4/12/2023
1.3.0-alpha.606 149 4/12/2023
1.3.0-alpha.605 150 4/11/2023
1.3.0-alpha.598 158 4/4/2023
1.3.0-alpha.595 168 4/1/2023
1.3.0-alpha.591 172 3/28/2023
1.3.0-alpha.577 154 3/14/2023
1.3.0-alpha.570 152 3/7/2023
1.3.0-alpha.563 167 2/28/2023
1.3.0-alpha.561 157 2/26/2023
1.3.0-alpha.560 157 2/25/2023
1.3.0-alpha.559 150 2/24/2023
1.3.0-alpha.558 156 2/23/2023
1.3.0-alpha.557 146 2/22/2023
1.3.0-alpha.556 151 2/21/2023
1.3.0-alpha.555 162 2/20/2023
1.3.0-alpha.554 162 2/19/2023
1.3.0-alpha.553 153 2/18/2023
1.3.0-alpha.552 154 2/17/2023
1.3.0-alpha.551 151 2/16/2023
1.3.0-alpha.550 154 2/15/2023
1.3.0-alpha.549 154 2/14/2023
1.3.0-alpha.548 148 2/13/2023
1.3.0-alpha.547 163 2/12/2023
1.3.0-alpha.546 172 2/11/2023
1.3.0-alpha.545 161 2/10/2023
1.3.0-alpha.544 162 2/9/2023
1.3.0-alpha.543 171 2/8/2023
1.3.0-alpha.542 162 2/7/2023
1.3.0-alpha.541 162 2/6/2023
1.3.0-alpha.540 164 2/5/2023
1.3.0-alpha.539 156 2/4/2023
1.3.0-alpha.538 166 2/3/2023
1.3.0-alpha.537 177 2/2/2023
1.3.0-alpha.536 177 2/1/2023
1.3.0-alpha.535 171 1/31/2023
1.3.0-alpha.534 170 1/30/2023
1.3.0-alpha.533 160 1/29/2023
1.3.0-alpha.532 164 1/28/2023
1.3.0-alpha.531 173 1/27/2023
1.3.0-alpha.530 176 1/26/2023
1.3.0-alpha.529 176 1/25/2023
1.3.0-alpha.528 168 1/24/2023
1.3.0-alpha.527 177 1/23/2023
1.3.0-alpha.526 169 1/22/2023
1.3.0-alpha.525 166 1/21/2023
1.3.0-alpha.524 168 1/20/2023
1.3.0-alpha.523 173 1/19/2023
1.3.0-alpha.522 168 1/18/2023
1.3.0-alpha.521 164 1/17/2023
1.3.0-alpha.520 177 1/16/2023
1.3.0-alpha.519 174 1/15/2023
1.3.0-alpha.518 170 1/14/2023
1.3.0-alpha.517 171 1/13/2023
1.3.0-alpha.516 172 1/12/2023
1.3.0-alpha.515 169 1/11/2023
1.3.0-alpha.514 175 1/10/2023
1.3.0-alpha.513 166 1/9/2023
1.3.0-alpha.512 182 1/8/2023
1.3.0-alpha.511 184 1/7/2023
1.3.0-alpha.510 178 1/6/2023
1.3.0-alpha.509 168 1/5/2023
1.3.0-alpha.508 187 1/4/2023
1.3.0-alpha.507 167 1/3/2023
1.3.0-alpha.506 173 1/2/2023
1.3.0-alpha.505 176 1/1/2023
1.3.0-alpha.504 180 12/31/2022
1.3.0-alpha.503 166 12/30/2022
1.3.0-alpha.502 171 12/29/2022
1.3.0-alpha.501 171 12/28/2022
1.3.0-alpha.500 177 12/27/2022
1.3.0-alpha.499 163 12/26/2022
1.3.0-alpha.498 164 12/25/2022
1.3.0-alpha.497 167 12/24/2022
1.3.0-alpha.496 164 12/23/2022
1.3.0-alpha.495 163 12/22/2022
1.3.0-alpha.494 179 12/21/2022
1.3.0-alpha.493 160 12/20/2022
1.3.0-alpha.492 166 12/19/2022
1.3.0-alpha.491 174 12/18/2022
1.3.0-alpha.490 166 12/17/2022
1.3.0-alpha.489 164 12/16/2022
1.3.0-alpha.488 160 12/15/2022
1.3.0-alpha.487 160 12/14/2022
1.3.0-alpha.486 153 12/13/2022
1.3.0-alpha.485 158 12/12/2022
1.3.0-alpha.484 165 12/11/2022
1.3.0-alpha.483 155 12/10/2022
1.3.0-alpha.482 155 12/9/2022
1.3.0-alpha.481 154 12/8/2022
1.3.0-alpha.480 154 12/7/2022
1.3.0-alpha.479 162 12/6/2022
1.3.0-alpha.478 161 12/5/2022
1.3.0-alpha.477 156 12/4/2022
1.3.0-alpha.439 168 11/1/2022
1.3.0-alpha.432 171 10/25/2022
1.3.0-alpha.425 170 10/18/2022
1.3.0-alpha.424 170 10/17/2022
1.3.0-alpha.271 227 5/17/2022
1.3.0-alpha.264 202 5/10/2022
1.3.0-alpha.262 188 5/8/2022
1.3.0-alpha.257 193 5/3/2022
1.3.0-alpha.250 192 4/26/2022
1.3.0-alpha.243 208 4/19/2022
1.3.0-alpha.236 196 4/12/2022
1.3.0-alpha.229 215 4/5/2022
1.3.0-alpha.222 210 3/29/2022
1.3.0-alpha.221 216 3/28/2022
1.3.0-alpha.215 186 3/22/2022
1.3.0-alpha.208 203 3/15/2022
1.3.0-alpha.206 200 3/13/2022
1.3.0-alpha.205 192 3/13/2022
1.3.0-alpha.200 212 3/8/2022
1.3.0-alpha.194 208 3/2/2022
1.3.0-alpha.193 204 3/1/2022
1.3.0-alpha.189 206 2/26/2022
1.3.0-alpha.184 211 2/22/2022
1.3.0-alpha.182 192 2/20/2022
1.3.0-alpha.181 197 2/20/2022
1.3.0-alpha.180 204 2/20/2022
1.3.0-alpha.179 203 2/20/2022
1.3.0-alpha.177 202 2/18/2022
1.3.0-alpha.174 212 2/15/2022
1.3.0-alpha.173 211 2/14/2022
1.3.0-alpha.172 210 2/13/2022
1.3.0-alpha.170 208 2/11/2022
1.3.0-alpha.168 211 2/9/2022
1.3.0-alpha.167 212 2/8/2022
1.3.0-alpha.162 222 2/3/2022
1.3.0-alpha.161 223 2/2/2022
1.3.0-alpha.155 227 1/27/2022
1.3.0-alpha.154 212 1/26/2022
1.3.0-alpha.153 210 1/25/2022
1.3.0-alpha.150 210 1/22/2022
1.3.0-alpha.149 211 1/21/2022
1.3.0-alpha.148 218 1/20/2022
1.3.0-alpha.147 220 1/20/2022
1.3.0-alpha.146 229 1/20/2022
1.3.0-alpha.145 221 1/20/2022
1.3.0-alpha.144 213 1/16/2022
1.3.0-alpha.143 232 1/16/2022
1.3.0-alpha.142 241 1/15/2022
1.3.0-alpha.141 221 1/9/2022
1.3.0-alpha.140 214 12/29/2021
1.3.0-alpha.139 222 12/29/2021
1.3.0-alpha.138 215 12/29/2021
1.3.0-alpha.137 1,360 11/28/2021
1.3.0-alpha.136 1,252 11/28/2021
1.3.0-alpha.135 232 11/28/2021
1.3.0-alpha.134 268 11/7/2021
1.3.0-alpha.133 247 11/7/2021
1.3.0-alpha.132 230 11/3/2021
1.3.0-alpha.131 288 8/22/2021
1.3.0-alpha.130 270 8/22/2021
1.3.0-alpha.129 234 8/22/2021
1.3.0-alpha.128 235 8/16/2021
1.3.0-alpha.127 233 8/14/2021
1.3.0-alpha.126 229 8/14/2021
1.3.0-alpha.125 252 8/14/2021
1.3.0-alpha.124 247 8/14/2021
1.3.0-alpha.123 257 6/25/2021
1.3.0-alpha.122 381 5/23/2021
1.3.0-alpha.121 393 5/22/2021
1.3.0-alpha.117 352 4/4/2021
1.3.0-alpha.116 243 4/3/2021
1.3.0-alpha.115 256 4/2/2021
1.3.0-alpha.114 258 4/2/2021
1.3.0-alpha.113 293 4/2/2021
1.3.0-alpha.112 261 3/28/2021
1.3.0-alpha.111 265 3/21/2021
1.3.0-alpha.110 293 3/6/2021
1.3.0-alpha.109 279 2/28/2021
1.3.0-alpha.108 268 2/24/2021
1.3.0-alpha.107 265 2/13/2021
1.3.0-alpha.106 273 1/31/2021
1.3.0-alpha.105 256 1/29/2021
1.3.0-alpha.104 266 1/17/2021
1.2.3 946 10/16/2022
1.2.2 690 11/3/2021
1.2.1 680 4/2/2021
1.2.0 689 1/17/2021
1.2.0-alpha.103 284 1/17/2021
1.2.0-alpha.102 283 1/17/2021
1.2.0-alpha.101 301 1/17/2021
1.2.0-alpha.100 310 1/17/2021
1.2.0-alpha.99 314 1/16/2021
1.2.0-alpha.98 324 1/16/2021
1.2.0-alpha.97 325 1/16/2021
1.2.0-alpha.96 342 1/10/2021
1.2.0-alpha.95 278 1/10/2021
1.2.0-alpha.94 308 1/10/2021
1.2.0-alpha.93 352 1/10/2021
1.2.0-alpha.92 401 1/10/2021
1.2.0-alpha.91 280 1/9/2021
1.2.0-alpha.90 295 1/8/2021
1.2.0-alpha.89 289 1/8/2021
1.2.0-alpha.88 307 1/7/2021
1.2.0-alpha.87 322 1/7/2021
1.2.0-alpha.86 328 1/6/2021
1.2.0-alpha.85 299 1/6/2021
1.2.0-alpha.84 330 1/3/2021
1.2.0-alpha.83 341 1/3/2021
1.2.0-alpha.82 312 1/2/2021
1.2.0-alpha.81 331 12/31/2020
1.2.0-alpha.80 348 12/31/2020
1.2.0-alpha.79 263 12/31/2020
1.2.0-alpha.78 267 12/31/2020
1.2.0-alpha.77 277 12/31/2020
1.2.0-alpha.76 304 12/31/2020
1.2.0-alpha.75 323 12/30/2020
1.2.0-alpha.74 272 12/27/2020
1.2.0-alpha.69 385 12/13/2020
1.2.0-alpha.68 374 12/13/2020
1.2.0-alpha.67 318 12/9/2020
1.2.0-alpha.66 319 12/9/2020
1.2.0-alpha.65 347 12/9/2020
1.2.0-alpha.64 333 12/2/2020
1.2.0-alpha.63 304 11/29/2020
1.1.0 698 11/29/2020
1.0.1 853 7/25/2020