Verify.Xunit 30.5.0

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

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

Package Downloads
EasyDesk.CleanArchitecture.Testing.Integration

Utilities for integration testing an application built using the clean architecture packages.

Microsoft.TemplateEngine.Authoring.TemplateVerifier

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

BunsenBurner.Verify.Xunit

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

Reqnroll.Verify

Package to use Verify.Xunit with Reqnroll

Vertiq.Testing

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

GitHub repositories (127)

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.
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
RicoSuter/NSwag
The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript.
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.
domaindrivendev/Swashbuckle.AspNetCore
Swagger tools for documenting API's built on ASP.NET Core
akkadotnet/akka.net
Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
dotnet/winforms
Windows Forms is a .NET UI framework for building Windows desktop applications.
autofac/Autofac
An addictive .NET IoC container
Fody/Fody
Extensible tool for weaving .net assemblies
dotnet/docfx
Static site generator for .NET API documentation.
BililiveRecorder/BililiveRecorder
录播姬 | mikufans 生放送录制
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.
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.0.0-beta.1 116 7/17/2025
30.5.0 251 7/21/2025
30.5.0-beta.1 340 7/9/2025
30.4.0 103,128 6/13/2025
30.3.1 63,585 6/4/2025
30.3.0 13,936 6/1/2025
30.2.0 2,637 6/1/2025
30.1.0 97,453 5/12/2025
30.1.0-beta.2 367 5/8/2025
30.1.0-beta.1 129 5/8/2025
30.0.0 65,109 5/2/2025
29.5.0 26,358 4/30/2025
29.4.0 14,642 4/29/2025
29.3.1 14,069 4/26/2025
29.3.0 33,112 4/21/2025
29.2.0 125,397 4/7/2025
29.1.0 44,714 4/1/2025
29.0.0 12,592 3/31/2025
29.0.0-beta.6 533 3/24/2025
29.0.0-beta.5 405 3/24/2025
29.0.0-beta.4 404 3/24/2025
29.0.0-beta.3 401 3/24/2025
29.0.0-beta.2 399 3/24/2025
29.0.0-beta.1 232 3/19/2025
28.16.0 159,116 3/17/2025
28.15.0 32,444 3/12/2025
28.14.1 9,211 3/12/2025
28.14.0 8,175 3/11/2025
28.14.0-beta.7 151 3/11/2025
28.14.0-beta.6 152 3/11/2025
28.14.0-beta.5 164 3/10/2025
28.14.0-beta.4 205 3/6/2025
28.14.0-beta.3 195 3/6/2025
28.14.0-beta.2 197 3/6/2025
28.14.0-beta.1 201 3/5/2025
28.13.0 107,463 2/26/2025
28.12.1 23,733 2/24/2025
28.12.0 21,601 2/23/2025
28.11.0 71,495 2/14/2025
28.10.1 85,080 2/4/2025
28.10.0 7,360 2/3/2025
28.9.0 235,671 1/14/2025
28.8.1 136,992 1/6/2025
28.8.0 4,354 1/6/2025
28.7.1 15,985 1/4/2025
28.7.0 65,904 12/22/2024
28.6.1 44,741 12/19/2024
28.6.0 35,808 12/17/2024
28.5.0 37,223 12/13/2024
28.4.0 169,586 11/28/2024
28.3.2 137,998 11/18/2024
28.3.1 26,817 11/15/2024
28.3.0 6,008 11/15/2024
28.2.1 65,779 11/13/2024
28.2.0 43,880 11/10/2024
28.1.3 55,310 11/2/2024
28.1.2 8,080 11/1/2024
28.1.1 3,805 11/1/2024
28.1.0 11,390 10/31/2024
28.0.0 18,865 10/30/2024
28.0.0-beta.1 78 10/30/2024
27.1.0 155,486 10/25/2024
27.1.0-beta.2 93 10/23/2024
27.0.1 121,083 10/14/2024
27.0.0 10,904 10/14/2024
27.0.0-beta.7 161 10/10/2024
27.0.0-beta.6 283 10/5/2024
27.0.0-beta.5 370 9/26/2024
27.0.0-beta.4 2,016 9/24/2024
27.0.0-beta.3 93 9/23/2024
27.0.0-beta.1 92 9/22/2024
26.6.0 203,452 9/21/2024
26.5.0 32,100 9/18/2024
26.4.5 59,559 9/13/2024
26.4.4 51,479 9/10/2024
26.4.3 2,178 9/10/2024
26.4.2 21,210 9/9/2024
26.4.1 2,510 9/9/2024
26.4.0 34,095 9/5/2024
26.3.1 32,830 9/2/2024
26.3.0 13,798 8/30/2024
26.2.0 245,067 8/10/2024
26.1.6 46,096 7/31/2024
26.1.5 25,510 7/28/2024
26.1.3 2,073 7/28/2024
26.1.2 11,095 7/26/2024
26.1.1 2,140 7/25/2024
26.0.1 23,297 7/23/2024
26.0.0 12,294 7/20/2024
25.3.2 48,468 7/17/2024
25.3.1 58,592 7/11/2024
25.3.0 76,718 7/3/2024
25.2.0 5,984 7/2/2024
25.1.1 16,476 7/2/2024
25.1.0 1,655 7/2/2024
25.0.4 36,580 6/24/2024
25.0.3 72,360 6/14/2024
25.0.2 47,524 6/11/2024
25.0.1 66,045 6/2/2024
25.0.0 2,459 6/1/2024
25.0.0-beta.3 109 5/31/2024
25.0.0-beta.2 91 5/31/2024
25.0.0-beta.1 219 5/30/2024
24.3.0-beta.5 147 5/29/2024
24.3.0-beta.4 145 5/23/2024
24.3.0-beta.3 105 5/21/2024
24.3.0-beta.2 103 5/19/2024
24.3.0-beta.1 87 5/18/2024
24.2.0 234,855 5/9/2024
24.1.0 158,342 4/13/2024
24.0.0 7,395 4/12/2024
24.0.0-beta.2 154 4/12/2024
24.0.0-beta.1 86 4/11/2024
23.7.2 71,281 4/9/2024
23.7.1 32,220 4/4/2024
23.7.0 2,234 4/3/2024
23.6.0 52,616 3/27/2024
23.5.2 204,917 3/16/2024
23.5.1 15,528 3/15/2024
23.5.0 61,460 3/12/2024
23.4.0 18,326 3/10/2024
23.3.0 37,027 3/7/2024
23.2.3 17,663 3/6/2024
23.2.2 71,244 2/27/2024
23.2.1 30,918 2/21/2024
23.2.0 73,596 2/14/2024
23.1.0 102,872 2/3/2024
23.0.1 107,049 1/23/2024
23.0.0 31,105 1/17/2024
22.11.5 78,839 1/10/2024
22.11.4 38,478 1/6/2024
22.11.3 6,081 1/5/2024
22.11.2 4,629 1/3/2024
22.11.1 33,427 12/27/2023
22.11.0 2,210 12/27/2023
22.10.2 8,303 12/24/2023
22.10.1 1,588 12/23/2023
22.10.0 4,001 12/22/2023
22.9.0 1,911 12/22/2023
22.8.0 99,467 12/7/2023
22.7.1 136,717 12/4/2023
22.7.0 2,105 12/4/2023
22.6.1 1,709 12/4/2023
22.6.0 42,982 11/27/2023
22.5.0 168,052 11/16/2023
22.4.1 12,377 11/15/2023
22.4.0 1,315 11/15/2023
22.3.0 4,181 11/14/2023
22.2.0 21,665 11/10/2023
22.2.0-beta.7 158 11/7/2023
22.2.0-beta.6 131 11/7/2023
22.2.0-beta.5 433 10/29/2023
22.2.0-beta.4 187 10/25/2023
22.2.0-beta.3 111 10/25/2023
22.2.0-beta.2 142 10/23/2023
22.2.0-beta.1 140 10/22/2023
22.1.4 119,728 10/16/2023
22.1.3 20,042 10/10/2023
22.1.2 19,396 10/9/2023
22.1.1 4,699 10/6/2023
22.1.0 4,727 10/5/2023
22.0.0 1,703 10/5/2023
21.3.0 28,509 9/28/2023
21.2.0 14,417 9/24/2023
21.1.6 3,291 9/23/2023
21.1.5 12,513 9/20/2023
21.1.4 12,813 9/19/2023
21.1.3 31,451 9/13/2023
21.1.2 1,638 9/13/2023
21.1.1 28,636 9/11/2023
21.1.0 1,973 9/10/2023
21.0.0 108,274 8/31/2023
20.8.2 116,248 8/27/2023
20.8.1 24,449 8/21/2023
20.8.0 28,346 8/15/2023
20.7.0 6,397 8/13/2023
20.6.0 103,857 7/22/2023
20.5.1 19,293 7/16/2023
20.5.0 51,230 7/10/2023
20.4.0 154,360 6/20/2023
20.3.2 78,221 6/6/2023
20.3.1 13,162 6/3/2023
20.3.0 22,950 5/29/2023
20.2.0 4,678 5/27/2023
20.1.1 12,020 5/25/2023
20.1.0 5,847 5/24/2023
20.1.0-beta.1 143 5/24/2023
20.0.0 48,982 5/18/2023
19.14.1 133,873 5/1/2023
19.14.0 24,408 4/28/2023
19.13.1 11,540 4/26/2023
19.13.0 21,385 4/22/2023
19.12.3 104,686 4/15/2023
19.12.2 30,018 4/12/2023
19.12.1 28,492 4/6/2023
19.12.0 30,315 3/31/2023
19.11.2 42,119 3/20/2023
19.11.1 56,560 3/10/2023
19.11.0 5,951 3/10/2023
19.10.0 144,150 2/19/2023
19.9.3 33,903 2/13/2023
19.9.2 60,793 2/6/2023
19.9.1 1,188 2/6/2023
19.9.0 1,745 2/6/2023
19.8.3 7,046 2/3/2023
19.8.2 4,135 2/2/2023
19.8.1 19,924 2/1/2023
19.8.0 12,819 1/29/2023
19.7.1 88,397 1/20/2023
19.7.0 8,827 1/19/2023
19.6.0 63,655 1/9/2023
19.5.1-beta.3 172 1/5/2023
19.5.1-beta.2 180 1/4/2023
19.5.1-beta.1 179 1/4/2023
19.5.0 155,608 12/19/2022
19.4.2 1,710 12/18/2022
19.4.1 1,017 12/18/2022
19.4.0 957 12/18/2022
19.4.0-beta.4 174 12/17/2022
19.4.0-beta.3 213 12/12/2022
19.4.0-beta.2 173 12/10/2022
19.4.0-beta.1 175 12/7/2022
19.3.0 85,582 11/27/2022
19.2.0 1,061 11/27/2022
19.1.0 209,050 11/13/2022
19.0.0 27,669 11/8/2022
18.4.0 16,510 11/6/2022
18.3.1-beta.1 157 11/3/2022
18.3.0 33,855 11/1/2022
18.2.1 25,252 11/1/2022
18.2.0 10,328 10/31/2022
18.1.1 14,667 10/28/2022
18.1.0 1,495 10/28/2022
18.1.0-beta.2 174 10/28/2022
18.1.0-beta.1 254 10/26/2022
18.0.0 35,716 10/23/2022
18.0.0-rc.1 223 10/23/2022
18.0.0-beta.33 388 10/23/2022
18.0.0-beta.32 378 10/20/2022
18.0.0-beta.31 214 10/19/2022
18.0.0-beta.30 1,756 10/17/2022
18.0.0-beta.29 173 10/17/2022
18.0.0-beta.28 168 10/17/2022
18.0.0-beta.27 191 10/17/2022
18.0.0-beta.26 184 10/16/2022
18.0.0-beta.25 1,012 10/12/2022
18.0.0-beta.24 166 10/12/2022
18.0.0-beta.23 719 10/3/2022
18.0.0-beta.22 207 10/1/2022
18.0.0-beta.21 1,912 9/26/2022
18.0.0-beta.20 265 9/24/2022
18.0.0-beta.19 982 9/20/2022
18.0.0-beta.18 3,869 9/14/2022
18.0.0-beta.17 824 9/11/2022
18.0.0-beta.16 232 9/8/2022
18.0.0-beta.15 211 9/7/2022
18.0.0-beta.14 198 9/7/2022
18.0.0-beta.13 309 9/6/2022
18.0.0-beta.12 183 9/6/2022
18.0.0-beta.11 475 9/5/2022
18.0.0-beta.10 244 9/3/2022
18.0.0-beta.9 171 9/3/2022
18.0.0-beta.8 445 8/25/2022
18.0.0-beta.7 1,136 8/25/2022
18.0.0-beta.6 65,890 8/22/2022
18.0.0-beta.5 201 8/22/2022
18.0.0-beta.4 183 8/22/2022
18.0.0-beta.3 1,136 8/21/2022
18.0.0-beta.2 198 8/21/2022
18.0.0-beta.1 211 8/21/2022
17.10.2 431,840 8/16/2022
17.10.1 1,397 8/16/2022
17.10.0 4,029 8/14/2022
17.9.0 2,952 8/12/2022
17.8.1 219,726 8/9/2022
17.8.0 3,566 8/9/2022
17.7.1 32,972 8/9/2022
17.7.0 8,506 8/8/2022
17.6.2 7,010 8/8/2022
17.6.1 1,190 8/8/2022
17.6.0 1,752 8/6/2022
17.5.0 95,067 7/30/2022
17.4.2 17,045 7/27/2022
17.4.1 2,129 7/26/2022
17.4.0 1,621 7/26/2022
17.3.1 1,670 7/26/2022
17.3.0 1,176 7/25/2022
17.2.1 92,489 7/3/2022
17.2.0 4,088 7/2/2022
17.1.6 33,616 6/28/2022
17.1.5 1,383 6/27/2022
17.1.4 36,758 6/8/2022
17.1.3 1,144 6/8/2022
17.1.2 7,162 6/7/2022
17.1.1 15,589 6/4/2022
17.1.0 1,526 6/3/2022
17.0.3 1,629 6/2/2022
17.0.2 9,955 6/2/2022
17.0.1 1,114 6/2/2022
17.0.0 5,874 6/2/2022
17.0.0-beta.2 229 6/1/2022
17.0.0-beta.1 328 5/23/2022
16.9.0 132,720 5/27/2022
16.8.2 4,332 5/24/2022
16.8.1 61,465 5/16/2022
16.8.0 1,169 5/16/2022
16.7.2 1,441 5/16/2022
16.7.1 3,998 5/13/2022
16.7.0 48,601 4/29/2022
16.6.0 5,359 4/25/2022
16.5.4 37,055 4/2/2022
16.5.3 1,119 4/2/2022
16.5.2 2,334 3/31/2022
16.5.1 2,392 3/30/2022
16.5.0 1,170 3/30/2022
16.5.0-beta.1 256 3/26/2022
16.4.4 16,996 3/26/2022
16.4.3 65,986 3/22/2022
16.4.2 119,652 3/16/2022
16.4.1 1,161 3/16/2022
16.4.0 1,107 3/15/2022
16.3.6 11,755 3/12/2022
16.3.5 22,773 3/6/2022
16.3.4 10,313 3/2/2022
16.3.3 1,677 3/1/2022
16.3.2 10,621 2/26/2022
16.3.0 1,331 2/26/2022
16.2.0 14,510 2/21/2022
16.1.2 16,316 2/13/2022
16.1.1 16,028 2/7/2022
16.1.0 1,864 2/7/2022
16.0.0 16,561 2/3/2022
15.2.1 19,475 2/1/2022
15.2.0 2,998 1/30/2022
15.1.1 43,619 1/25/2022
15.1.0 2,271 1/25/2022
15.1.0-beta.1 245 1/24/2022
15.0.1 2,315 1/24/2022
15.0.0 1,437 1/24/2022
15.0.0-beta.6 257 1/23/2022
15.0.0-beta.5 229 1/23/2022
15.0.0-beta.4 230 1/21/2022
15.0.0-beta.3 208 1/21/2022
15.0.0-beta.2 229 1/21/2022
15.0.0-beta.1 252 1/20/2022
14.14.1 151,146 1/13/2022
14.14.0 1,417 1/12/2022
14.13.1 499,026 1/6/2022
14.13.0 12,174 1/6/2022
14.12.0 6,688 12/27/2021
14.11.4 8,971 12/24/2021
14.11.3 2,326 12/21/2021
14.11.2 4,865 12/16/2021
14.11.1 2,425 12/14/2021
14.11.0 1,062 12/14/2021
14.10.1 1,612 12/12/2021
14.10.0 1,309 12/11/2021
14.9.1 4,887 12/9/2021
14.9.0 962 12/9/2021
14.8.1 2,603 12/7/2021
14.8.0 1,301 12/6/2021
14.7.0 47,644 12/2/2021
14.6.6 9,731 11/28/2021
14.6.5 2,118 11/27/2021
14.6.4 5,661 11/26/2021
14.6.3 3,979 11/26/2021
14.6.2 3,697 11/25/2021
14.6.1 3,278 11/25/2021
14.6.0 17,576 11/23/2021
14.5.0 1,607 11/23/2021
14.4.1 1,491 11/22/2021
14.4.0 1,730 11/21/2021
14.3.0 14,034 11/14/2021
14.2.0 21,851 11/6/2021
14.1.1 2,253 11/3/2021
14.1.0 1,254 11/3/2021
14.0.1 2,464 10/31/2021
13.3.1 7,477 10/26/2021
13.3.0 38,881 10/17/2021
13.2.2 3,381 10/15/2021
13.2.1 1,534 10/15/2021
13.2.0 1,149 10/15/2021
13.1.0 7,361 10/8/2021
13.0.3 2,838 10/3/2021
13.0.2 1,050 10/3/2021
13.0.1 1,526 10/1/2021
13.0.0 2,029 10/1/2021
13.0.0-beta.2 255 10/1/2021
13.0.0-beta.1 267 10/1/2021
12.2.0 7,060 9/29/2021
12.1.0 1,230 9/28/2021
12.0.0 3,282 9/26/2021
12.0.0-beta.7 319 9/25/2021
12.0.0-beta.6 246 9/25/2021
12.0.0-beta.5 357 9/24/2021
12.0.0-beta.4 298 9/22/2021
12.0.0-beta.3 304 9/21/2021
12.0.0-beta.2 251 9/21/2021
12.0.0-beta.1 278 9/21/2021
11.27.0 7,940 9/15/2021
11.26.0 3,100 9/12/2021
11.25.0 1,829 9/10/2021
11.24.0 22,543 8/16/2021
11.23.1 8,244 8/11/2021
11.23.0 2,998 8/9/2021
11.22.0 1,273 8/7/2021
11.20.3 7,679 7/12/2021
11.20.2 1,637 7/12/2021
11.20.1 16,857 7/2/2021
11.20.0 1,440 7/1/2021
11.19.3 25,292 6/28/2021
11.19.2 3,698 6/25/2021
11.19.1 1,898 6/23/2021
11.19.1-beta.1 321 6/22/2021
11.19.0 90,349 6/19/2021
11.18.4 2,714 6/16/2021
11.18.3 1,324 6/16/2021
11.18.2 5,370 6/3/2021
11.18.1 7,091 6/1/2021
11.18.0 2,812 5/27/2021
11.17.0 26,198 5/22/2021
11.16.1 1,326 5/21/2021
11.16.0 1,178 5/21/2021
11.15.1 2,492 5/17/2021
11.15.0 1,151 5/17/2021
11.14.0 1,096 5/17/2021
11.13.0 11,632 5/13/2021
11.12.2 1,255 5/13/2021
11.12.1 62,499 5/10/2021
11.12.0 1,658 5/8/2021
11.11.0 15,278 5/5/2021
11.10.3 1,773 5/3/2021
11.10.2 1,432 5/3/2021
11.10.1 1,127 5/3/2021
11.10.0 1,186 5/3/2021
11.9.0 1,836 4/27/2021
11.8.0 1,567 4/26/2021
11.7.0 3,122 4/18/2021
11.6.0 1,495 4/14/2021
11.6.0-beta.4 301 4/13/2021
11.6.0-beta.3 293 4/12/2021
11.6.0-beta.2 325 4/12/2021
11.6.0-beta.1 248 4/11/2021
11.5.0 5,513 4/5/2021
11.5.0-beta.2 345 4/4/2021
11.5.0-beta.1 250 4/3/2021
11.4.0 1,995 3/31/2021
11.3.0 1,123 3/31/2021
11.2.0 1,452 3/29/2021
11.1.0 2,931 3/22/2021
11.0.3 14,150 3/21/2021
11.0.2 1,422 3/16/2021
11.0.1 1,422 3/15/2021
11.0.0 2,201 3/13/2021
11.0.0-beta.10 351 3/13/2021
11.0.0-beta.9 277 3/12/2021
11.0.0-beta.8 333 3/12/2021
11.0.0-beta.7 388 3/10/2021
11.0.0-beta.6 773 2/28/2021
11.0.0-beta.5 412 2/27/2021
11.0.0-beta.4 311 2/27/2021
11.0.0-beta.3 982 2/15/2021
11.0.0-beta.2 274 2/15/2021
11.0.0-beta.1 270 2/15/2021
10.9.1 14,989 2/12/2021
10.9.0 1,280 2/12/2021
10.8.0 1,617 2/10/2021
10.7.0 2,237 2/8/2021
10.6.2 1,933 2/4/2021
10.6.0 1,163 2/4/2021
10.5.1 1,539 2/1/2021
10.5.0 1,341 1/31/2021
10.5.0-beta.1 302 1/31/2021
10.4.0 1,245 1/30/2021
10.3.0 1,178 1/30/2021
10.2.1 1,333 1/29/2021
10.2.0 1,219 1/29/2021
10.1.0 1,175 1/29/2021
10.0.0 1,754 1/28/2021
10.0.0-beta.8 295 1/27/2021
10.0.0-beta.7 300 1/27/2021
10.0.0-beta.6 308 1/27/2021
10.0.0-beta.5 322 1/25/2021
10.0.0-beta.4 393 1/24/2021
10.0.0-beta.3 6,581 1/24/2021
10.0.0-beta.2 372 1/24/2021
10.0.0-beta.1 302 1/23/2021
9.1.0-beta.9 290 1/23/2021
9.1.0-beta.7 332 1/22/2021
9.1.0-beta.6 380 1/21/2021
9.1.0-beta.5 572 1/17/2021
9.1.0-beta.4 328 1/17/2021
9.1.0-beta.3 318 1/17/2021
9.1.0-beta.1 396 1/16/2021
9.0.0 2,712 1/8/2021
9.0.0-beta.2 382 1/6/2021
9.0.0-beta.1 5,282 1/3/2021
8.14.0 1,652 12/29/2020
8.13.0 2,006 12/21/2020
8.12.5 1,542 12/18/2020
8.12.4 2,126 12/17/2020
8.12.3 2,086 12/15/2020
8.12.2 1,304 12/15/2020
8.12.1 1,296 12/15/2020
8.12.0 1,601 12/12/2020
8.11.0 14,312 11/30/2020
8.10.0 1,282 11/30/2020
8.9.0 1,584 11/29/2020
8.8.0 1,465 11/26/2020
8.7.4-beta.2 358 11/26/2020
8.7.4-beta.1 323 11/26/2020
8.7.3 1,387 11/26/2020
8.7.2 1,257 11/26/2020
8.7.1 1,191 11/25/2020
8.7.0 1,193 11/25/2020
8.6.1 1,294 11/25/2020
8.6.0 1,745 11/23/2020
8.5.0 1,277 11/23/2020
8.4.2 6,635 11/20/2020
8.4.1 1,334 11/20/2020
8.4.0 1,594 11/17/2020
8.3.0 1,493 11/16/2020
8.2.2 1,581 11/15/2020
8.2.1 1,473 11/12/2020
8.2.0 1,485 11/10/2020
8.1.0 1,371 11/10/2020
8.0.1 1,860 11/8/2020
8.0.0 1,358 11/8/2020
8.0.0-beta.2 482 11/8/2020
8.0.0-beta.1 324 11/6/2020
7.0.2 9,075 11/1/2020
7.0.1 1,284 11/1/2020
7.0.0 1,356 11/1/2020
7.0.0-beta.1 409 11/1/2020
6.27.0-beta.1 440 10/30/2020
6.26.0 4,210 10/29/2020
6.25.1 1,671 10/22/2020
6.25.0 1,529 10/22/2020
6.24.1 1,467 10/20/2020
6.24.0 2,032 10/11/2020
6.23.3 2,797 10/2/2020
6.23.1 1,463 10/2/2020
6.23.0 1,504 9/30/2020
6.22.1 1,576 9/25/2020
6.22.0 1,459 9/24/2020
6.21.0 1,433 9/23/2020
6.20.0 1,409 9/23/2020
6.19.0 1,404 9/23/2020
6.18.0 1,281 9/23/2020
6.17.0 1,292 9/22/2020
6.16.0 1,361 9/22/2020
6.15.3 2,748 9/16/2020
6.15.2 5,430 9/14/2020
6.15.0 1,424 9/14/2020
6.14.1 1,745 9/13/2020
6.14.0 1,396 9/11/2020
6.13.0 1,497 9/10/2020
6.12.0 1,329 9/10/2020
6.12.0-beta.2 338 9/10/2020
6.12.0-beta.1 350 9/9/2020
6.11.1 1,489 9/8/2020
6.11.0 1,255 9/8/2020
6.10.7 2,142 9/2/2020
6.10.6 1,774 8/31/2020
6.10.5 1,640 8/29/2020
6.10.4 1,422 8/28/2020
6.10.3 1,462 8/28/2020
6.10.2 1,548 8/27/2020
6.10.1 1,341 8/26/2020
6.10.0 1,447 8/25/2020
6.9.0 1,970 8/20/2020
6.8.0 1,624 8/19/2020
6.7.0 7,071 7/26/2020
6.6.0 1,984 7/16/2020
6.5.0 1,772 7/12/2020
6.4.0 1,390 7/11/2020
6.3.1 1,493 7/10/2020
6.3.0 1,700 7/3/2020
6.2.0 1,452 7/2/2020
6.1.1 1,649 7/1/2020
6.1.0 1,329 7/1/2020
6.0.0 1,468 6/30/2020
6.0.0-beta.1 402 6/28/2020
5.1.0 2,103 6/26/2020
5.0.4 1,683 6/17/2020
5.0.3 1,257 6/17/2020
5.0.2 1,961 6/15/2020
5.0.0 1,456 6/14/2020
5.0.0-beta.3 356 6/14/2020
5.0.0-beta.2 429 6/14/2020
5.0.0-beta.1 419 6/14/2020
4.3.1 2,419 6/4/2020
4.3.0 1,342 6/4/2020
4.2.0 1,871 6/2/2020
4.1.0 1,942 6/1/2020
4.0.2 1,577 5/30/2020
4.0.1 1,470 5/27/2020
4.0.0 1,785 5/24/2020
3.1.0 1,792 5/21/2020
3.0.5 1,610 5/19/2020
3.0.4 1,441 5/18/2020
3.0.3 1,426 5/18/2020
3.0.2 1,462 5/18/2020
3.0.1 1,370 5/18/2020
3.0.0 1,338 5/17/2020
2.3.1 1,424 5/15/2020
2.3.0 1,483 5/15/2020
2.2.1 1,591 5/11/2020
2.2.0 1,499 5/10/2020
2.1.3 4,668 5/7/2020
2.1.2 2,482 5/4/2020
2.1.1 1,515 5/1/2020
2.1.0 1,676 4/29/2020
2.0.0 1,562 4/27/2020
2.0.0-beta.3 377 4/27/2020
2.0.0-beta.2 360 4/27/2020
2.0.0-beta.1 356 4/27/2020
1.34.2 1,883 4/27/2020
1.34.1 1,508 4/25/2020
1.34.0 1,573 4/24/2020
1.33.0 1,811 4/19/2020
1.32.4 1,461 4/17/2020
1.32.3 1,530 4/17/2020
1.32.2 1,236 4/16/2020
1.32.1 1,552 4/16/2020
1.32.0 1,564 4/15/2020
1.31.1 1,622 4/12/2020
1.31.0 1,644 4/10/2020
1.30.0 1,480 4/9/2020
1.29.0 1,521 4/8/2020
1.28.3 1,518 4/8/2020
1.28.2 1,805 4/5/2020
1.28.1 1,221 4/5/2020
1.28.0 1,489 4/5/2020
1.27.3 1,738 4/1/2020
1.27.2 1,490 3/31/2020
1.27.1 1,421 3/30/2020
1.27.1-beta.1 403 3/29/2020
1.27.0 1,675 3/29/2020
1.26.1 1,547 3/27/2020
1.26.0 1,468 3/25/2020
1.25.1 1,478 3/24/2020
1.25.0 1,657 3/22/2020
1.24.1 1,573 3/18/2020
1.24.0 2,223 3/10/2020
1.23.0 1,588 3/6/2020
1.22.3 1,527 3/3/2020
1.22.2 1,341 3/3/2020
1.22.1 1,534 2/28/2020
1.22.0 1,629 2/25/2020
1.21.0 1,457 2/24/2020
1.20.1 1,359 2/24/2020
1.20.0 3,403 2/22/2020
1.19.2 1,671 2/18/2020
1.19.1 1,315 2/18/2020
1.19.0 1,599 2/12/2020
1.18.0 1,551 2/10/2020
1.17.1 1,533 2/8/2020
1.17.0 1,254 2/8/2020
1.16.0 1,234 2/8/2020
1.14.1 2,037 2/2/2020
1.14.0 1,391 2/2/2020
1.13.0 3,153 1/19/2020
1.12.3 1,880 1/13/2020
1.12.2 1,524 1/12/2020
1.12.1 1,278 1/12/2020
1.12.0 1,255 1/12/2020
1.11.2 1,230 1/11/2020
1.11.1 1,439 1/10/2020
1.11.0 1,380 1/10/2020
1.10.1 1,540 1/8/2020
1.10.0 1,321 1/8/2020
1.9.3 1,331 1/8/2020
1.9.2 1,438 1/6/2020
1.9.1 1,265 1/6/2020
1.9.0 1,235 1/6/2020
1.8.0 1,544 1/5/2020
1.7.1 1,387 1/3/2020
1.7.0 1,826 1/2/2020
1.6.0 1,273 1/2/2020
1.5.5 1,706 1/1/2020
1.5.4 1,317 1/1/2020
1.5.3 1,789 12/29/2019
1.5.2 1,399 12/27/2019
1.5.1 1,291 12/27/2019
1.5.0 1,439 12/27/2019
1.4.1 1,573 12/21/2019
1.4.0 1,244 12/21/2019
1.3.2 1,299 12/20/2019
1.3.1 1,520 12/18/2019
1.3.1-beta.1 414 12/18/2019
1.3.0 1,565 12/17/2019
1.3.0-beta.1 383 12/18/2019
1.2.0 1,365 12/17/2019
1.1.1 1,318 12/16/2019
1.1.0 1,415 12/16/2019
1.0.0 9,481 12/15/2019
1.0.0-beta.41 421 12/15/2019
1.0.0-beta.40 402 12/15/2019
1.0.0-beta.39 398 12/14/2019
1.0.0-beta.38 401 12/12/2019
1.0.0-beta.37 386 12/12/2019
1.0.0-beta.36 389 12/12/2019
1.0.0-beta.35 388 12/11/2019
1.0.0-beta.34 418 12/11/2019
1.0.0-beta.33 388 12/11/2019
1.0.0-beta.32 659 12/6/2019
1.0.0-beta.31 543 12/3/2019
1.0.0-beta.30 387 12/3/2019
1.0.0-beta.29 443 12/2/2019
1.0.0-beta.28 558 12/1/2019
1.0.0-beta.27 371 12/1/2019
1.0.0-beta.23 419 11/28/2019
1.0.0-beta.22 414 11/27/2019
1.0.0-beta.21 389 11/27/2019
1.0.0-beta.20 382 11/27/2019
1.0.0-beta.19 379 11/27/2019
1.0.0-beta.18 379 11/27/2019
1.0.0-beta.17 381 11/27/2019
1.0.0-beta.16 378 11/27/2019
1.0.0-beta.15 659 11/26/2019
1.0.0-beta.14 368 11/26/2019
1.0.0-beta.13 410 11/25/2019
1.0.0-beta.11 398 11/25/2019
1.0.0-beta.10 441 11/25/2019
1.0.0-beta.9 398 11/24/2019
1.0.0-beta.7 437 11/23/2019
1.0.0-beta.6 396 11/23/2019
1.0.0-beta.5 395 11/23/2019
1.0.0-beta.4 403 11/23/2019
1.0.0-beta.3 388 11/23/2019
1.0.0-beta.2 392 11/23/2019
1.0.0-beta.1 394 11/23/2019