Verify.Xunit 30.12.0-beta.1

Prefix Reserved
This is a prerelease version of Verify.Xunit.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Verify.Xunit --version 30.12.0-beta.1
                    
NuGet\Install-Package Verify.Xunit -Version 30.12.0-beta.1
                    
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="Verify.Xunit" Version="30.12.0-beta.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Verify.Xunit" Version="30.12.0-beta.1" />
                    
Directory.Packages.props
<PackageReference Include="Verify.Xunit" />
                    
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 Verify.Xunit --version 30.12.0-beta.1
                    
#r "nuget: Verify.Xunit, 30.12.0-beta.1"
                    
#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 Verify.Xunit@30.12.0-beta.1
                    
#: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=Verify.Xunit&version=30.12.0-beta.1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Verify.Xunit&version=30.12.0-beta.1&prerelease
                    
Install as a Cake Tool

Documentation

Verify is a snapshot tool that simplifies the assertion of complex data models and documents.

Verify is called on the test result during the assertion phase. It serializes that result and stores it in a file that matches the test name. On the next test execution, the result is again serialized and compared to the existing file. The test will fail if the two snapshots do not match: either the change is unexpected, or the reference snapshot needs to be updated to the new result.

See Milestones for release notes.

Sponsors

Entity Framework Extensions

Entity Framework Extensions is a major sponsor and is proud to contribute to the development this project.

Entity Framework Extensions

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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 is compatible.  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-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 is compatible.  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 is compatible.  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 Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (12)

Showing the top 5 NuGet packages that depend on Verify.Xunit:

Package Downloads
Microsoft.TemplateEngine.Authoring.TemplateVerifier

The verification engine for the templates for .NET template engine.

Reqnroll.Verify

Package to use Verify.Xunit with Reqnroll

BunsenBurner.Verify.Xunit

Integration with [Verify.Xunit](https://github.com/VerifyTests/Verify) to simplify assert steps

Nabs.Tests

Package Description

Vertiq.Testing

A highly modular framework for writing Blazor applications with a hassle-free, vertical-sliced architecture - Easy. Flexible. Focused.

GitHub repositories (121)

Showing the top 20 popular GitHub repositories that depend on Verify.Xunit:

Repository Stars
dotnet/BenchmarkDotNet
Powerful .NET library for benchmarking
spectreconsole/spectre.console
A .NET library that makes it easier to create beautiful console applications.
dotnet/orleans
Cloud Native application framework for .NET
bchavez/Bogus
:card_index: A simple fake data generator for C#, F#, and VB.NET. Based on and ported from the famed faker.js.
reactiveui/refit
The automatic type-safe REST library for .NET Core, Xamarin and .NET. Heavily inspired by Square's Retrofit library, Refit turns your REST API into a live interface.
Humanizr/Humanizer
Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities
reactiveui/ReactiveUI
An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.
sschmid/Entitas
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
dotnet/reactive
The Reactive Extensions for .NET
LykosAI/StabilityMatrix
Multi-Platform Package Manager for Stable Diffusion
dotnet/msbuild
The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio.
akkadotnet/akka.net
Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
autofac/Autofac
An addictive .NET IoC container
Fody/Fody
Extensible tool for weaving .net assemblies
BililiveRecorder/BililiveRecorder
录播姬 | mikufans 生放送录制
dotnet/docfx
Static site generator for .NET API documentation.
fluentassertions/fluentassertions
A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit tests. Targets .NET Framework 4.7, as well as .NET Core 2.1, .NET Core 3.0, .NET 6, .NET Standard 2.0 and 2.1. Supports the unit test frameworks MSTest2, NUnit3, XUnit2, MSpec, and NSpec3.
riok/mapperly
A .NET source generator for generating object mappings. No runtime reflection.
nuke-build/nuke
🏗 The AKEless Build System for C#/.NET
elastic/elasticsearch-net
This strongly-typed, client library enables working with Elasticsearch. It is the official client maintained and supported by Elastic.
Version Downloads Last Updated
31.7.3 0 11/29/2025
31.7.2 16,074 11/21/2025
31.7.1 26,994 11/13/2025
31.7.0 875 11/13/2025
31.6.1 3,860 11/12/2025
31.6.0 9,782 11/12/2025
31.6.0-beta.1 232 11/12/2025
31.5.3 7,588 11/11/2025
31.5.2 1,894 11/11/2025
31.5.1 7,633 11/10/2025
31.5.0 1,156 11/10/2025
31.4.3 31,445 11/4/2025
31.4.2 3,410 11/4/2025
31.4.1 8,347 11/2/2025
31.4.0 4,112 11/1/2025
31.3.0 8,459 10/30/2025
31.2.0 14,179 10/29/2025
31.1.0 6,639 10/28/2025
31.0.5 14,298 10/26/2025
31.0.4 20,063 10/21/2025
31.0.4-beta.1 191 10/21/2025
31.0.3 10,346 10/20/2025
31.0.2 17,118 10/16/2025
31.0.1 21,417 10/10/2025
31.0.0 7,894 10/9/2025
31.0.0-beta.1 4,853 7/17/2025
30.20.1 44,327 10/6/2025
30.20.0 9,674 10/4/2025
30.19.2 16,283 10/1/2025
30.19.1 20,469 9/28/2025
30.19.0 12,832 9/25/2025
30.18.0 21,331 9/21/2025
30.17.0 17,117 9/19/2025
30.16.0 7,811 9/18/2025
30.15.0 7,025 9/18/2025
30.14.0 2,683 9/18/2025
30.13.0 30,082 9/13/2025
30.12.0 15,242 9/11/2025
30.12.0-beta.1 191 9/9/2025
30.11.0 42,232 9/5/2025
30.10.0 118,169 8/30/2025
30.9.0 3,377 8/30/2025
30.8.0 6,744 8/29/2025
30.7.3 83,851 8/17/2025
30.7.2 16,130 8/15/2025
30.7.1 3,513 8/15/2025
30.7.0 9,114 8/14/2025
30.6.1 36,585 8/8/2025
30.6.0 10,635 8/7/2025
30.5.0 95,188 7/21/2025
30.5.0-beta.1 1,265 7/9/2025
30.4.0 299,601 6/13/2025
30.3.1 117,688 6/4/2025
30.3.0 20,941 6/1/2025
30.2.0 4,928 6/1/2025
30.1.0 160,909 5/12/2025
30.1.0-beta.2 1,141 5/8/2025
30.1.0-beta.1 165 5/8/2025
30.0.0 90,250 5/2/2025
29.5.0 54,053 4/30/2025
29.4.0 19,482 4/29/2025
29.3.1 21,535 4/26/2025
29.3.0 45,590 4/21/2025
29.2.0 203,890 4/7/2025
29.1.0 67,011 4/1/2025
29.0.0 15,565 3/31/2025
29.0.0-beta.6 570 3/24/2025
29.0.0-beta.5 434 3/24/2025
29.0.0-beta.4 422 3/24/2025
29.0.0-beta.3 440 3/24/2025
29.0.0-beta.2 424 3/24/2025
29.0.0-beta.1 276 3/19/2025
28.16.0 249,246 3/17/2025
28.15.0 42,310 3/12/2025
28.14.1 10,989 3/12/2025
28.14.0 10,563 3/11/2025
28.14.0-beta.7 188 3/11/2025
28.14.0-beta.6 190 3/11/2025
28.14.0-beta.5 195 3/10/2025
28.14.0-beta.4 240 3/6/2025
28.14.0-beta.3 236 3/6/2025
28.14.0-beta.2 233 3/6/2025
28.14.0-beta.1 231 3/5/2025
28.13.0 135,507 2/26/2025
28.12.1 28,866 2/24/2025
28.12.0 26,027 2/23/2025
28.11.0 108,116 2/14/2025
28.10.1 102,818 2/4/2025
28.10.0 8,645 2/3/2025
28.9.0 294,777 1/14/2025
28.8.1 189,964 1/6/2025
28.8.0 5,563 1/6/2025
28.7.1 18,329 1/4/2025
28.7.0 81,311 12/22/2024
28.6.1 62,110 12/19/2024
28.6.0 44,093 12/17/2024
28.5.0 41,837 12/13/2024
28.4.0 206,665 11/28/2024
28.3.2 164,139 11/18/2024
28.3.1 32,463 11/15/2024
28.3.0 7,240 11/15/2024
28.2.1 93,575 11/13/2024
28.2.0 53,178 11/10/2024
28.1.3 92,328 11/2/2024
28.1.2 10,228 11/1/2024
28.1.1 4,528 11/1/2024
28.1.0 13,218 10/31/2024
28.0.0 23,435 10/30/2024
28.0.0-beta.1 107 10/30/2024
27.1.0 178,521 10/25/2024
27.1.0-beta.2 117 10/23/2024
27.0.1 138,973 10/14/2024
27.0.0 15,791 10/14/2024
27.0.0-beta.7 194 10/10/2024
27.0.0-beta.6 323 10/5/2024
27.0.0-beta.5 407 9/26/2024
27.0.0-beta.4 2,049 9/24/2024
27.0.0-beta.3 124 9/23/2024
27.0.0-beta.1 118 9/22/2024
26.6.0 238,642 9/21/2024
26.5.0 34,768 9/18/2024
26.4.5 78,913 9/13/2024
26.4.4 57,708 9/10/2024
26.4.3 2,854 9/10/2024
26.4.2 22,486 9/9/2024
26.4.1 3,197 9/9/2024
26.4.0 35,015 9/5/2024
26.3.1 40,287 9/2/2024
26.3.0 18,189 8/30/2024
26.2.0 296,699 8/10/2024
26.1.6 50,762 7/31/2024
26.1.5 28,859 7/28/2024
26.1.3 2,669 7/28/2024
26.1.2 12,370 7/26/2024
26.1.1 3,114 7/25/2024
26.0.1 29,453 7/23/2024
26.0.0 13,296 7/20/2024
25.3.2 52,107 7/17/2024
25.3.1 70,043 7/11/2024
25.3.0 89,186 7/3/2024
25.2.0 19,155 7/2/2024
25.1.1 18,752 7/2/2024
25.1.0 2,215 7/2/2024
25.0.4 52,941 6/24/2024
25.0.3 85,911 6/14/2024
25.0.2 75,714 6/11/2024
25.0.1 72,232 6/2/2024
25.0.0 15,148 6/1/2024
25.0.0-beta.3 141 5/31/2024
25.0.0-beta.2 135 5/31/2024
25.0.0-beta.1 257 5/30/2024
24.3.0-beta.5 174 5/29/2024
24.3.0-beta.4 181 5/23/2024
24.3.0-beta.3 129 5/21/2024
24.3.0-beta.2 138 5/19/2024
24.3.0-beta.1 126 5/18/2024
24.2.0 269,769 5/9/2024
24.1.0 169,389 4/13/2024
24.0.0 8,210 4/12/2024
24.0.0-beta.2 190 4/12/2024
24.0.0-beta.1 118 4/11/2024
23.7.2 77,656 4/9/2024
23.7.1 35,833 4/4/2024
23.7.0 2,786 4/3/2024
23.6.0 55,223 3/27/2024
23.5.2 214,920 3/16/2024
23.5.1 16,185 3/15/2024
23.5.0 62,340 3/12/2024
23.4.0 20,556 3/10/2024
23.3.0 39,082 3/7/2024
23.2.3 23,301 3/6/2024
23.2.2 79,748 2/27/2024
23.2.1 32,985 2/21/2024
23.2.0 123,055 2/14/2024
23.1.0 109,881 2/3/2024
23.0.1 112,162 1/23/2024
23.0.0 32,776 1/17/2024
22.11.5 92,262 1/10/2024
22.11.4 39,450 1/6/2024
22.11.3 6,460 1/5/2024
22.11.2 4,965 1/3/2024
22.11.1 39,413 12/27/2023
22.11.0 2,488 12/27/2023
22.10.2 8,842 12/24/2023
22.10.1 1,841 12/23/2023
22.10.0 4,283 12/22/2023
22.9.0 2,178 12/22/2023
22.8.0 114,240 12/7/2023
22.7.1 141,882 12/4/2023
22.7.0 2,360 12/4/2023
22.6.1 1,949 12/4/2023
22.6.0 44,869 11/27/2023
22.5.0 190,371 11/16/2023
22.4.1 14,151 11/15/2023
22.4.0 1,551 11/15/2023
22.3.0 4,456 11/14/2023
22.2.0 23,829 11/10/2023
22.2.0-beta.7 174 11/7/2023
22.2.0-beta.6 160 11/7/2023
22.2.0-beta.5 569 10/29/2023
22.2.0-beta.4 216 10/25/2023
22.2.0-beta.3 127 10/25/2023
22.2.0-beta.2 169 10/23/2023
22.2.0-beta.1 175 10/22/2023
22.1.4 127,000 10/16/2023
22.1.3 20,414 10/10/2023
22.1.2 22,205 10/9/2023
22.1.1 4,961 10/6/2023
22.1.0 4,966 10/5/2023
22.0.0 1,962 10/5/2023
21.3.0 31,518 9/28/2023
21.2.0 15,554 9/24/2023
21.1.6 3,536 9/23/2023
21.1.5 12,753 9/20/2023
21.1.4 13,132 9/19/2023
21.1.3 33,291 9/13/2023
21.1.2 1,881 9/13/2023
21.1.1 29,100 9/11/2023
21.1.0 2,223 9/10/2023
21.0.0 124,672 8/31/2023
20.8.2 131,977 8/27/2023
20.8.1 25,028 8/21/2023
20.8.0 30,766 8/15/2023
20.7.0 10,876 8/13/2023
20.6.0 111,698 7/22/2023
20.5.1 22,627 7/16/2023
20.5.0 52,716 7/10/2023
20.4.0 171,879 6/20/2023
20.3.2 80,946 6/6/2023
20.3.1 14,375 6/3/2023
20.3.0 25,265 5/29/2023
20.2.0 4,897 5/27/2023
20.1.1 12,239 5/25/2023
20.1.0 6,431 5/24/2023
20.1.0-beta.1 203 5/24/2023
20.0.0 52,013 5/18/2023
19.14.1 146,844 5/1/2023
19.14.0 24,880 4/28/2023
19.13.1 12,496 4/26/2023
19.13.0 22,167 4/22/2023
19.12.3 115,244 4/15/2023
19.12.2 37,112 4/12/2023
19.12.1 29,292 4/6/2023
19.12.0 30,903 3/31/2023
19.11.2 44,036 3/20/2023
19.11.1 58,367 3/10/2023
19.11.0 6,406 3/10/2023
19.10.0 151,899 2/19/2023
19.9.3 34,942 2/13/2023
19.9.2 64,194 2/6/2023
19.9.1 1,386 2/6/2023
19.9.0 1,926 2/6/2023
19.8.3 7,682 2/3/2023
19.8.2 4,545 2/2/2023
19.8.1 20,125 2/1/2023
19.8.0 13,275 1/29/2023
19.7.1 89,506 1/20/2023
19.7.0 17,397 1/19/2023
19.6.0 66,256 1/9/2023
19.5.1-beta.3 230 1/5/2023
19.5.1-beta.2 223 1/4/2023
19.5.1-beta.1 245 1/4/2023
19.5.0 159,387 12/19/2022
19.4.2 1,919 12/18/2022
19.4.1 1,698 12/18/2022
19.4.0 1,143 12/18/2022
19.4.0-beta.4 231 12/17/2022
19.4.0-beta.3 271 12/12/2022
19.4.0-beta.2 228 12/10/2022
19.4.0-beta.1 237 12/7/2022
19.3.0 89,423 11/27/2022
19.2.0 1,269 11/27/2022
19.1.0 220,868 11/13/2022
19.0.0 29,347 11/8/2022
18.4.0 16,806 11/6/2022
18.3.1-beta.1 220 11/3/2022
18.3.0 34,179 11/1/2022
18.2.1 28,019 11/1/2022
18.2.0 10,538 10/31/2022
18.1.1 15,642 10/28/2022
18.1.0 1,713 10/28/2022
18.1.0-beta.2 228 10/28/2022
18.1.0-beta.1 313 10/26/2022
18.0.0 42,708 10/23/2022
18.0.0-rc.1 325 10/23/2022
18.0.0-beta.33 516 10/23/2022
18.0.0-beta.32 434 10/20/2022
18.0.0-beta.31 262 10/19/2022
18.0.0-beta.30 2,022 10/17/2022
18.0.0-beta.29 219 10/17/2022
18.0.0-beta.28 213 10/17/2022
18.0.0-beta.27 253 10/17/2022
18.0.0-beta.26 242 10/16/2022
18.0.0-beta.25 1,089 10/12/2022
18.0.0-beta.24 231 10/12/2022
18.0.0-beta.23 785 10/3/2022
18.0.0-beta.22 265 10/1/2022
18.0.0-beta.21 1,972 9/26/2022
18.0.0-beta.20 311 9/24/2022
18.0.0-beta.19 1,049 9/20/2022
18.0.0-beta.18 3,973 9/14/2022
18.0.0-beta.17 889 9/11/2022
18.0.0-beta.16 286 9/8/2022
18.0.0-beta.15 283 9/7/2022
18.0.0-beta.14 266 9/7/2022
18.0.0-beta.13 375 9/6/2022
18.0.0-beta.12 236 9/6/2022
18.0.0-beta.11 538 9/5/2022
18.0.0-beta.10 316 9/3/2022
18.0.0-beta.9 215 9/3/2022
18.0.0-beta.8 509 8/25/2022
18.0.0-beta.7 1,198 8/25/2022
18.0.0-beta.6 70,496 8/22/2022
18.0.0-beta.5 258 8/22/2022
18.0.0-beta.4 245 8/22/2022
18.0.0-beta.3 1,197 8/21/2022
18.0.0-beta.2 255 8/21/2022
18.0.0-beta.1 269 8/21/2022
17.10.2 451,596 8/16/2022
17.10.1 1,608 8/16/2022
17.10.0 4,247 8/14/2022
17.9.0 3,160 8/12/2022
17.8.1 220,427 8/9/2022
17.8.0 3,771 8/9/2022
17.7.1 33,163 8/9/2022
17.7.0 8,776 8/8/2022
17.6.2 7,199 8/8/2022
17.6.1 1,385 8/8/2022
17.6.0 1,924 8/6/2022
17.5.0 100,584 7/30/2022
17.4.2 18,695 7/27/2022
17.4.1 2,346 7/26/2022
17.4.0 1,802 7/26/2022
17.3.1 1,857 7/26/2022
17.3.0 1,356 7/25/2022
17.2.1 97,199 7/3/2022
17.2.0 4,523 7/2/2022
17.1.6 34,686 6/28/2022
17.1.5 1,575 6/27/2022
17.1.4 38,722 6/8/2022
17.1.3 1,249 6/8/2022
17.1.2 7,359 6/7/2022
17.1.1 15,928 6/4/2022
17.1.0 1,641 6/3/2022
17.0.3 1,740 6/2/2022
17.0.2 10,544 6/2/2022
17.0.1 1,228 6/2/2022
17.0.0 6,154 6/2/2022
17.0.0-beta.2 290 6/1/2022
17.0.0-beta.1 392 5/23/2022
16.9.0 140,067 5/27/2022
16.8.2 4,581 5/24/2022
16.8.1 61,652 5/16/2022
16.8.0 1,282 5/16/2022
16.7.2 1,550 5/16/2022
16.7.1 4,123 5/13/2022
16.7.0 56,510 4/29/2022
16.6.0 5,819 4/25/2022
16.5.4 37,813 4/2/2022
16.5.3 1,262 4/2/2022
16.5.2 2,466 3/31/2022
16.5.1 2,740 3/30/2022
16.5.0 1,296 3/30/2022
16.5.0-beta.1 312 3/26/2022
16.4.4 17,480 3/26/2022
16.4.3 71,833 3/22/2022
16.4.2 119,837 3/16/2022
16.4.1 1,292 3/16/2022
16.4.0 1,239 3/15/2022
16.3.6 12,553 3/12/2022
16.3.5 23,432 3/6/2022
16.3.4 10,635 3/2/2022
16.3.3 1,773 3/1/2022
16.3.2 10,790 2/26/2022
16.3.0 1,432 2/26/2022
16.2.0 15,099 2/21/2022
16.1.2 16,707 2/13/2022
16.1.1 16,349 2/7/2022
16.1.0 2,004 2/7/2022
16.0.0 16,695 2/3/2022
15.2.1 19,718 2/1/2022
15.2.0 3,221 1/30/2022
15.1.1 44,003 1/25/2022
15.1.0 2,394 1/25/2022
15.1.0-beta.1 314 1/24/2022
15.0.1 2,415 1/24/2022
15.0.0 1,572 1/24/2022
15.0.0-beta.6 333 1/23/2022
15.0.0-beta.5 296 1/23/2022
15.0.0-beta.4 302 1/21/2022
15.0.0-beta.3 258 1/21/2022
15.0.0-beta.2 292 1/21/2022
15.0.0-beta.1 321 1/20/2022
14.14.1 151,821 1/13/2022
14.14.0 1,523 1/12/2022
14.13.1 575,671 1/6/2022
14.13.0 12,279 1/6/2022
14.12.0 6,827 12/27/2021
14.11.4 9,092 12/24/2021
14.11.3 2,431 12/21/2021
14.11.2 5,656 12/16/2021
14.11.1 2,534 12/14/2021
14.11.0 1,214 12/14/2021
14.10.1 1,711 12/12/2021
14.10.0 1,417 12/11/2021
14.9.1 4,999 12/9/2021
14.9.0 1,073 12/9/2021
14.8.1 2,688 12/7/2021
14.8.0 1,418 12/6/2021
14.7.0 53,479 12/2/2021
14.6.6 10,560 11/28/2021
14.6.5 2,216 11/27/2021
14.6.4 5,944 11/26/2021
14.6.3 4,094 11/26/2021
14.6.2 3,798 11/25/2021
14.6.1 3,392 11/25/2021
14.6.0 17,699 11/23/2021
14.5.0 1,708 11/23/2021
14.4.1 1,596 11/22/2021
14.4.0 1,831 11/21/2021
14.3.0 14,380 11/14/2021
14.2.0 22,053 11/6/2021
14.1.1 2,350 11/3/2021
14.1.0 1,375 11/3/2021
14.0.1 2,576 10/31/2021
13.3.1 7,613 10/26/2021
13.3.0 43,806 10/17/2021
13.2.2 3,491 10/15/2021
13.2.1 1,639 10/15/2021
13.2.0 1,249 10/15/2021
13.1.0 7,473 10/8/2021
13.0.3 2,942 10/3/2021
13.0.2 1,132 10/3/2021
13.0.1 1,621 10/1/2021
13.0.0 2,169 10/1/2021
13.0.0-beta.2 322 10/1/2021
13.0.0-beta.1 332 10/1/2021
12.2.0 7,196 9/29/2021
12.1.0 1,347 9/28/2021
12.0.0 3,432 9/26/2021
12.0.0-beta.7 388 9/25/2021
12.0.0-beta.6 313 9/25/2021
12.0.0-beta.5 426 9/24/2021
12.0.0-beta.4 366 9/22/2021
12.0.0-beta.3 376 9/21/2021
12.0.0-beta.2 322 9/21/2021
12.0.0-beta.1 346 9/21/2021
11.27.0 8,260 9/15/2021
11.26.0 3,267 9/12/2021
11.25.0 1,955 9/10/2021
11.24.0 24,061 8/16/2021
11.23.1 8,471 8/11/2021
11.23.0 3,169 8/9/2021
11.22.0 1,388 8/7/2021
11.20.3 7,888 7/12/2021
11.20.2 1,776 7/12/2021
11.20.1 16,984 7/2/2021
11.20.0 1,545 7/1/2021
11.19.3 25,402 6/28/2021
11.19.2 3,837 6/25/2021
11.19.1 2,018 6/23/2021
11.19.1-beta.1 387 6/22/2021
11.19.0 96,241 6/19/2021
11.18.4 2,833 6/16/2021
11.18.3 1,450 6/16/2021
11.18.2 5,516 6/3/2021
11.18.1 7,229 6/1/2021
11.18.0 2,992 5/27/2021
11.17.0 31,085 5/22/2021
11.16.1 1,454 5/21/2021
11.16.0 1,339 5/21/2021
11.15.1 2,607 5/17/2021
11.15.0 1,261 5/17/2021
11.14.0 1,205 5/17/2021
11.13.0 11,773 5/13/2021
11.12.2 1,381 5/13/2021
11.12.1 62,658 5/10/2021
11.12.0 1,778 5/8/2021
11.11.0 16,152 5/5/2021
11.10.3 1,913 5/3/2021
11.10.2 1,552 5/3/2021
11.10.1 1,262 5/3/2021
11.10.0 1,361 5/3/2021
11.9.0 2,005 4/27/2021
11.8.0 1,713 4/26/2021
11.7.0 3,291 4/18/2021
11.6.0 1,620 4/14/2021
11.6.0-beta.4 374 4/13/2021
11.6.0-beta.3 365 4/12/2021
11.6.0-beta.2 390 4/12/2021
11.6.0-beta.1 309 4/11/2021
11.5.0 5,756 4/5/2021
11.5.0-beta.2 410 4/4/2021
11.5.0-beta.1 323 4/3/2021
11.4.0 2,201 3/31/2021
11.3.0 1,214 3/31/2021
11.2.0 1,547 3/29/2021
11.1.0 3,162 3/22/2021
11.0.3 14,509 3/21/2021
11.0.2 1,517 3/16/2021
11.0.1 1,544 3/15/2021
11.0.0 2,319 3/13/2021
11.0.0-beta.10 428 3/13/2021
11.0.0-beta.9 350 3/12/2021
11.0.0-beta.8 388 3/12/2021
11.0.0-beta.7 461 3/10/2021
11.0.0-beta.6 844 2/28/2021
11.0.0-beta.5 483 2/27/2021
11.0.0-beta.4 384 2/27/2021
11.0.0-beta.3 1,065 2/15/2021
11.0.0-beta.2 346 2/15/2021
11.0.0-beta.1 345 2/15/2021
10.9.1 15,178 2/12/2021
10.9.0 1,378 2/12/2021
10.8.0 1,737 2/10/2021
10.7.0 2,373 2/8/2021
10.6.2 2,029 2/4/2021
10.6.0 1,293 2/4/2021
10.5.1 1,643 2/1/2021
10.5.0 1,502 1/31/2021
10.5.0-beta.1 380 1/31/2021
10.4.0 1,372 1/30/2021
10.3.0 1,276 1/30/2021
10.2.1 1,461 1/29/2021
10.2.0 1,362 1/29/2021
10.1.0 1,300 1/29/2021
10.0.0 1,950 1/28/2021
10.0.0-beta.8 368 1/27/2021
10.0.0-beta.7 388 1/27/2021
10.0.0-beta.6 383 1/27/2021
10.0.0-beta.5 382 1/25/2021
10.0.0-beta.4 476 1/24/2021
10.0.0-beta.3 6,662 1/24/2021
10.0.0-beta.2 440 1/24/2021
10.0.0-beta.1 372 1/23/2021
9.1.0-beta.9 368 1/23/2021
9.1.0-beta.7 412 1/22/2021
9.1.0-beta.6 464 1/21/2021
9.1.0-beta.5 654 1/17/2021
9.1.0-beta.4 406 1/17/2021
9.1.0-beta.3 387 1/17/2021
9.1.0-beta.1 476 1/16/2021
9.0.0 2,835 1/8/2021
9.0.0-beta.2 448 1/6/2021
9.0.0-beta.1 5,592 1/3/2021
8.14.0 1,839 12/29/2020
8.13.0 2,134 12/21/2020
8.12.5 1,654 12/18/2020
8.12.4 2,286 12/17/2020
8.12.3 2,191 12/15/2020
8.12.2 1,453 12/15/2020
8.12.1 1,440 12/15/2020
8.12.0 1,717 12/12/2020
8.11.0 14,537 11/30/2020
8.10.0 1,424 11/30/2020
8.9.0 1,678 11/29/2020
8.8.0 1,575 11/26/2020
8.7.4-beta.2 441 11/26/2020
8.7.4-beta.1 400 11/26/2020
8.7.3 1,504 11/26/2020
8.7.2 1,357 11/26/2020
8.7.1 1,302 11/25/2020
8.7.0 1,316 11/25/2020
8.6.1 1,422 11/25/2020
8.6.0 1,873 11/23/2020
8.5.0 1,386 11/23/2020
8.4.2 6,750 11/20/2020
8.4.1 1,446 11/20/2020
8.4.0 1,709 11/17/2020
8.3.0 1,683 11/16/2020
8.2.2 1,681 11/15/2020
8.2.1 1,585 11/12/2020
8.2.0 1,609 11/10/2020
8.1.0 1,528 11/10/2020
8.0.1 1,975 11/8/2020
8.0.0 1,457 11/8/2020
8.0.0-beta.2 551 11/8/2020
8.0.0-beta.1 408 11/6/2020
7.0.2 9,196 11/1/2020
7.0.1 1,393 11/1/2020
7.0.0 1,482 11/1/2020
7.0.0-beta.1 485 11/1/2020
6.27.0-beta.1 521 10/30/2020
6.26.0 4,330 10/29/2020
6.25.1 1,796 10/22/2020
6.25.0 1,692 10/22/2020
6.24.1 1,611 10/20/2020
6.24.0 2,158 10/11/2020
6.23.3 2,908 10/2/2020
6.23.1 1,555 10/2/2020
6.23.0 1,619 9/30/2020
6.22.1 1,729 9/25/2020
6.22.0 1,602 9/24/2020
6.21.0 1,536 9/23/2020
6.20.0 1,536 9/23/2020
6.19.0 1,524 9/23/2020
6.18.0 1,460 9/23/2020
6.17.0 1,436 9/22/2020
6.16.0 1,504 9/22/2020
6.15.3 2,914 9/16/2020
6.15.2 5,544 9/14/2020
6.15.0 1,548 9/14/2020
6.14.1 1,847 9/13/2020
6.14.0 1,510 9/11/2020
6.13.0 1,603 9/10/2020
6.12.0 1,485 9/10/2020
6.12.0-beta.2 417 9/10/2020
6.12.0-beta.1 427 9/9/2020
6.11.1 1,591 9/8/2020
6.11.0 1,365 9/8/2020
6.10.7 2,323 9/2/2020
6.10.6 1,904 8/31/2020
6.10.5 1,770 8/29/2020
6.10.4 1,558 8/28/2020
6.10.3 1,603 8/28/2020
6.10.2 1,697 8/27/2020
6.10.1 1,471 8/26/2020
6.10.0 1,593 8/25/2020
6.9.0 2,082 8/20/2020
6.8.0 1,742 8/19/2020
6.7.0 7,207 7/26/2020
6.6.0 2,161 7/16/2020
6.5.0 1,866 7/12/2020
6.4.0 1,526 7/11/2020
6.3.1 1,647 7/10/2020
6.3.0 1,842 7/3/2020
6.2.0 1,570 7/2/2020
6.1.1 1,819 7/1/2020
6.1.0 1,450 7/1/2020
6.0.0 1,586 6/30/2020
6.0.0-beta.1 488 6/28/2020
5.1.0 2,454 6/26/2020
5.0.4 1,794 6/17/2020
5.0.3 1,413 6/17/2020
5.0.2 2,068 6/15/2020
5.0.0 1,569 6/14/2020
5.0.0-beta.3 423 6/14/2020
5.0.0-beta.2 507 6/14/2020
5.0.0-beta.1 500 6/14/2020
4.3.1 2,622 6/4/2020
4.3.0 1,461 6/4/2020
4.2.0 1,995 6/2/2020
4.1.0 2,143 6/1/2020
4.0.2 1,678 5/30/2020
4.0.1 1,660 5/27/2020
4.0.0 1,924 5/24/2020
3.1.0 1,926 5/21/2020
3.0.5 1,730 5/19/2020
3.0.4 1,569 5/18/2020
3.0.3 1,551 5/18/2020
3.0.2 1,629 5/18/2020
3.0.1 1,501 5/18/2020
3.0.0 1,452 5/17/2020
2.3.1 1,578 5/15/2020
2.3.0 1,595 5/15/2020
2.2.1 1,731 5/11/2020
2.2.0 1,608 5/10/2020
2.1.3 4,848 5/7/2020
2.1.2 2,621 5/4/2020
2.1.1 1,679 5/1/2020
2.1.0 1,805 4/29/2020
2.0.0 1,677 4/27/2020
2.0.0-beta.3 456 4/27/2020
2.0.0-beta.2 433 4/27/2020
2.0.0-beta.1 435 4/27/2020
1.34.2 2,018 4/27/2020
1.34.1 1,690 4/25/2020
1.34.0 1,760 4/24/2020
1.33.0 1,911 4/19/2020
1.32.4 1,590 4/17/2020
1.32.3 1,666 4/17/2020
1.32.2 1,331 4/16/2020
1.32.1 1,664 4/16/2020
1.32.0 1,713 4/15/2020
1.31.1 1,721 4/12/2020
1.31.0 1,777 4/10/2020
1.30.0 1,601 4/9/2020
1.29.0 1,669 4/8/2020
1.28.3 1,645 4/8/2020
1.28.2 1,942 4/5/2020
1.28.1 1,353 4/5/2020
1.28.0 1,614 4/5/2020
1.27.3 1,845 4/1/2020
1.27.2 1,634 3/31/2020
1.27.1 1,557 3/30/2020
1.27.1-beta.1 477 3/29/2020
1.27.0 1,796 3/29/2020
1.26.1 1,676 3/27/2020
1.26.0 1,606 3/25/2020
1.25.1 1,628 3/24/2020
1.25.0 1,827 3/22/2020
1.24.1 1,736 3/18/2020
1.24.0 2,344 3/10/2020
1.23.0 1,777 3/6/2020
1.22.3 1,634 3/3/2020
1.22.2 1,473 3/3/2020
1.22.1 1,672 2/28/2020
1.22.0 1,735 2/25/2020
1.21.0 1,577 2/24/2020
1.20.1 1,517 2/24/2020
1.20.0 3,590 2/22/2020
1.19.2 1,769 2/18/2020
1.19.1 1,443 2/18/2020
1.19.0 1,797 2/12/2020
1.18.0 1,692 2/10/2020
1.17.1 1,662 2/8/2020
1.17.0 1,400 2/8/2020
1.16.0 1,338 2/8/2020
1.14.1 2,199 2/2/2020
1.14.0 1,514 2/2/2020
1.13.0 3,273 1/19/2020
1.12.3 1,985 1/13/2020
1.12.2 1,628 1/12/2020
1.12.1 1,374 1/12/2020
1.12.0 1,373 1/12/2020
1.11.2 1,340 1/11/2020
1.11.1 1,556 1/10/2020
1.11.0 1,489 1/10/2020
1.10.1 1,646 1/8/2020
1.10.0 1,431 1/8/2020
1.9.3 1,454 1/8/2020
1.9.2 1,542 1/6/2020
1.9.1 1,362 1/6/2020
1.9.0 1,366 1/6/2020
1.8.0 1,654 1/5/2020
1.7.1 1,484 1/3/2020
1.7.0 1,924 1/2/2020
1.6.0 1,390 1/2/2020
1.5.5 1,821 1/1/2020
1.5.4 1,414 1/1/2020
1.5.3 1,888 12/29/2019
1.5.2 1,514 12/27/2019
1.5.1 1,403 12/27/2019
1.5.0 1,542 12/27/2019
1.4.1 1,677 12/21/2019
1.4.0 1,354 12/21/2019
1.3.2 1,422 12/20/2019
1.3.1 1,620 12/18/2019
1.3.1-beta.1 490 12/18/2019
1.3.0 1,683 12/17/2019
1.3.0-beta.1 455 12/18/2019
1.2.0 1,477 12/17/2019
1.1.1 1,419 12/16/2019
1.1.0 1,528 12/16/2019
1.0.0 11,430 12/15/2019
1.0.0-beta.41 492 12/15/2019
1.0.0-beta.40 480 12/15/2019
1.0.0-beta.39 479 12/14/2019
1.0.0-beta.38 480 12/12/2019
1.0.0-beta.37 448 12/12/2019
1.0.0-beta.36 456 12/12/2019
1.0.0-beta.35 469 12/11/2019
1.0.0-beta.34 477 12/11/2019
1.0.0-beta.33 460 12/11/2019
1.0.0-beta.32 746 12/6/2019
1.0.0-beta.31 637 12/3/2019
1.0.0-beta.30 459 12/3/2019
1.0.0-beta.29 523 12/2/2019
1.0.0-beta.28 634 12/1/2019
1.0.0-beta.27 434 12/1/2019
1.0.0-beta.23 490 11/28/2019
1.0.0-beta.22 477 11/27/2019
1.0.0-beta.21 456 11/27/2019
1.0.0-beta.20 462 11/27/2019
1.0.0-beta.19 452 11/27/2019
1.0.0-beta.18 452 11/27/2019
1.0.0-beta.17 455 11/27/2019
1.0.0-beta.16 463 11/27/2019
1.0.0-beta.15 730 11/26/2019
1.0.0-beta.14 432 11/26/2019
1.0.0-beta.13 475 11/25/2019
1.0.0-beta.11 467 11/25/2019
1.0.0-beta.10 520 11/25/2019
1.0.0-beta.9 467 11/24/2019
1.0.0-beta.7 507 11/23/2019
1.0.0-beta.6 473 11/23/2019
1.0.0-beta.5 472 11/23/2019
1.0.0-beta.4 479 11/23/2019
1.0.0-beta.3 468 11/23/2019
1.0.0-beta.2 472 11/23/2019
1.0.0-beta.1 472 11/23/2019