Verify.Xunit 31.0.0-beta.1

Prefix Reserved
This is a prerelease version of Verify.Xunit.
dotnet add package Verify.Xunit --version 31.0.0-beta.1
                    
NuGet\Install-Package Verify.Xunit -Version 31.0.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="31.0.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="31.0.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 31.0.0-beta.1
                    
#r "nuget: Verify.Xunit, 31.0.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@31.0.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=31.0.0-beta.1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Verify.Xunit&version=31.0.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
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 (126)

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 122 7/17/2025
30.5.0 2,670 7/21/2025
30.5.0-beta.1 445 7/9/2025
30.4.0 105,209 6/13/2025
30.3.1 64,031 6/4/2025
30.3.0 14,053 6/1/2025
30.2.0 2,638 6/1/2025
30.1.0 98,229 5/12/2025
30.1.0-beta.2 368 5/8/2025
30.1.0-beta.1 129 5/8/2025
30.0.0 65,589 5/2/2025
29.5.0 26,431 4/30/2025
29.4.0 14,655 4/29/2025
29.3.1 14,148 4/26/2025
29.3.0 33,348 4/21/2025
29.2.0 125,694 4/7/2025
29.1.0 44,774 4/1/2025
29.0.0 12,600 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,293 3/17/2025
28.15.0 32,482 3/12/2025
28.14.1 9,214 3/12/2025
28.14.0 8,181 3/11/2025
28.14.0-beta.7 151 3/11/2025
28.14.0-beta.6 153 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,875 2/26/2025
28.12.1 23,743 2/24/2025
28.12.0 21,615 2/23/2025
28.11.0 72,135 2/14/2025
28.10.1 85,154 2/4/2025
28.10.0 7,360 2/3/2025
28.9.0 236,096 1/14/2025
28.8.1 137,524 1/6/2025
28.8.0 4,354 1/6/2025
28.7.1 15,985 1/4/2025
28.7.0 65,951 12/22/2024
28.6.1 44,742 12/19/2024
28.6.0 35,883 12/17/2024
28.5.0 37,256 12/13/2024
28.4.0 170,343 11/28/2024
28.3.2 138,231 11/18/2024
28.3.1 26,911 11/15/2024
28.3.0 6,008 11/15/2024
28.2.1 65,814 11/13/2024
28.2.0 43,884 11/10/2024
28.1.3 55,337 11/2/2024
28.1.2 8,081 11/1/2024
28.1.1 3,805 11/1/2024
28.1.0 11,406 10/31/2024
28.0.0 18,866 10/30/2024
28.0.0-beta.1 78 10/30/2024
27.1.0 155,523 10/25/2024
27.1.0-beta.2 94 10/23/2024
27.0.1 121,112 10/14/2024
27.0.0 10,913 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 94 9/23/2024
27.0.0-beta.1 92 9/22/2024
26.6.0 203,619 9/21/2024
26.5.0 32,131 9/18/2024
26.4.5 59,588 9/13/2024
26.4.4 51,481 9/10/2024
26.4.3 2,178 9/10/2024
26.4.2 21,211 9/9/2024
26.4.1 2,510 9/9/2024
26.4.0 34,102 9/5/2024
26.3.1 32,874 9/2/2024
26.3.0 13,803 8/30/2024
26.2.0 245,723 8/10/2024
26.1.6 46,105 7/31/2024
26.1.5 25,536 7/28/2024
26.1.3 2,073 7/28/2024
26.1.2 11,101 7/26/2024
26.1.1 2,141 7/25/2024
26.0.1 23,297 7/23/2024
26.0.0 12,295 7/20/2024
25.3.2 48,489 7/17/2024
25.3.1 58,818 7/11/2024
25.3.0 76,771 7/3/2024
25.2.0 6,018 7/2/2024
25.1.1 16,476 7/2/2024
25.1.0 1,656 7/2/2024
25.0.4 36,594 6/24/2024
25.0.3 72,380 6/14/2024
25.0.2 47,575 6/11/2024
25.0.1 66,070 6/2/2024
25.0.0 2,462 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 221 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 104 5/19/2024
24.3.0-beta.1 88 5/18/2024
24.2.0 235,175 5/9/2024
24.1.0 158,410 4/13/2024
24.0.0 7,398 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,302 4/9/2024
23.7.1 32,223 4/4/2024
23.7.0 2,234 4/3/2024
23.6.0 52,696 3/27/2024
23.5.2 204,937 3/16/2024
23.5.1 15,529 3/15/2024
23.5.0 61,464 3/12/2024
23.4.0 18,327 3/10/2024
23.3.0 37,029 3/7/2024
23.2.3 17,666 3/6/2024
23.2.2 71,459 2/27/2024
23.2.1 30,978 2/21/2024
23.2.0 73,716 2/14/2024
23.1.0 103,024 2/3/2024
23.0.1 107,115 1/23/2024
23.0.0 31,109 1/17/2024
22.11.5 78,864 1/10/2024
22.11.4 38,481 1/6/2024
22.11.3 6,081 1/5/2024
22.11.2 4,629 1/3/2024
22.11.1 33,696 12/27/2023
22.11.0 2,212 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,612 12/7/2023
22.7.1 136,868 12/4/2023
22.7.0 2,105 12/4/2023
22.6.1 1,709 12/4/2023
22.6.0 42,983 11/27/2023
22.5.0 169,603 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,835 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 112 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,775 10/16/2023
22.1.3 20,052 10/10/2023
22.1.2 19,399 10/9/2023
22.1.1 4,701 10/6/2023
22.1.0 4,728 10/5/2023
22.0.0 1,704 10/5/2023
21.3.0 28,516 9/28/2023
21.2.0 14,488 9/24/2023
21.1.6 3,292 9/23/2023
21.1.5 12,514 9/20/2023
21.1.4 12,815 9/19/2023
21.1.3 31,453 9/13/2023
21.1.2 1,639 9/13/2023
21.1.1 28,683 9/11/2023
21.1.0 1,974 9/10/2023
21.0.0 108,278 8/31/2023
20.8.2 116,304 8/27/2023
20.8.1 24,450 8/21/2023
20.8.0 28,350 8/15/2023
20.7.0 6,401 8/13/2023
20.6.0 103,880 7/22/2023
20.5.1 19,321 7/16/2023
20.5.0 51,292 7/10/2023
20.4.0 154,801 6/20/2023
20.3.2 78,247 6/6/2023
20.3.1 13,223 6/3/2023
20.3.0 22,961 5/29/2023
20.2.0 4,680 5/27/2023
20.1.1 12,023 5/25/2023
20.1.0 5,849 5/24/2023
20.1.0-beta.1 145 5/24/2023
20.0.0 49,058 5/18/2023
19.14.1 134,118 5/1/2023
19.14.0 24,412 4/28/2023
19.13.1 11,544 4/26/2023
19.13.0 21,416 4/22/2023
19.12.3 104,793 4/15/2023
19.12.2 30,024 4/12/2023
19.12.1 28,508 4/6/2023
19.12.0 30,319 3/31/2023
19.11.2 42,183 3/20/2023
19.11.1 56,562 3/10/2023
19.11.0 5,965 3/10/2023
19.10.0 144,269 2/19/2023
19.9.3 33,907 2/13/2023
19.9.2 60,820 2/6/2023
19.9.1 1,190 2/6/2023
19.9.0 1,747 2/6/2023
19.8.3 7,048 2/3/2023
19.8.2 4,137 2/2/2023
19.8.1 19,927 2/1/2023
19.8.0 12,822 1/29/2023
19.7.1 88,425 1/20/2023
19.7.0 8,834 1/19/2023
19.6.0 63,755 1/9/2023
19.5.1-beta.3 174 1/5/2023
19.5.1-beta.2 183 1/4/2023
19.5.1-beta.1 182 1/4/2023
19.5.0 155,677 12/19/2022
19.4.2 1,712 12/18/2022
19.4.1 1,020 12/18/2022
19.4.0 959 12/18/2022
19.4.0-beta.4 176 12/17/2022
19.4.0-beta.3 215 12/12/2022
19.4.0-beta.2 176 12/10/2022
19.4.0-beta.1 177 12/7/2022
19.3.0 85,587 11/27/2022
19.2.0 1,063 11/27/2022
19.1.0 209,657 11/13/2022
19.0.0 27,672 11/8/2022
18.4.0 16,512 11/6/2022
18.3.1-beta.1 160 11/3/2022
18.3.0 33,857 11/1/2022
18.2.1 25,265 11/1/2022
18.2.0 10,330 10/31/2022
18.1.1 14,674 10/28/2022
18.1.0 1,497 10/28/2022
18.1.0-beta.2 176 10/28/2022
18.1.0-beta.1 256 10/26/2022
18.0.0 35,838 10/23/2022
18.0.0-rc.1 229 10/23/2022
18.0.0-beta.33 394 10/23/2022
18.0.0-beta.32 380 10/20/2022
18.0.0-beta.31 216 10/19/2022
18.0.0-beta.30 1,758 10/17/2022
18.0.0-beta.29 176 10/17/2022
18.0.0-beta.28 170 10/17/2022
18.0.0-beta.27 193 10/17/2022
18.0.0-beta.26 187 10/16/2022
18.0.0-beta.25 1,014 10/12/2022
18.0.0-beta.24 168 10/12/2022
18.0.0-beta.23 721 10/3/2022
18.0.0-beta.22 209 10/1/2022
18.0.0-beta.21 1,914 9/26/2022
18.0.0-beta.20 267 9/24/2022
18.0.0-beta.19 984 9/20/2022
18.0.0-beta.18 3,871 9/14/2022
18.0.0-beta.17 826 9/11/2022
18.0.0-beta.16 234 9/8/2022
18.0.0-beta.15 213 9/7/2022
18.0.0-beta.14 200 9/7/2022
18.0.0-beta.13 311 9/6/2022
18.0.0-beta.12 186 9/6/2022
18.0.0-beta.11 477 9/5/2022
18.0.0-beta.10 246 9/3/2022
18.0.0-beta.9 174 9/3/2022
18.0.0-beta.8 448 8/25/2022
18.0.0-beta.7 1,138 8/25/2022
18.0.0-beta.6 65,892 8/22/2022
18.0.0-beta.5 203 8/22/2022
18.0.0-beta.4 185 8/22/2022
18.0.0-beta.3 1,138 8/21/2022
18.0.0-beta.2 200 8/21/2022
18.0.0-beta.1 213 8/21/2022
17.10.2 431,907 8/16/2022
17.10.1 1,399 8/16/2022
17.10.0 4,031 8/14/2022
17.9.0 2,954 8/12/2022
17.8.1 219,730 8/9/2022
17.8.0 3,568 8/9/2022
17.7.1 32,974 8/9/2022
17.7.0 8,508 8/8/2022
17.6.2 7,012 8/8/2022
17.6.1 1,192 8/8/2022
17.6.0 1,754 8/6/2022
17.5.0 95,096 7/30/2022
17.4.2 17,049 7/27/2022
17.4.1 2,131 7/26/2022
17.4.0 1,623 7/26/2022
17.3.1 1,672 7/26/2022
17.3.0 1,178 7/25/2022
17.2.1 92,579 7/3/2022
17.2.0 4,093 7/2/2022
17.1.6 33,618 6/28/2022
17.1.5 1,385 6/27/2022
17.1.4 36,778 6/8/2022
17.1.3 1,146 6/8/2022
17.1.2 7,165 6/7/2022
17.1.1 15,591 6/4/2022
17.1.0 1,528 6/3/2022
17.0.3 1,631 6/2/2022
17.0.2 9,958 6/2/2022
17.0.1 1,116 6/2/2022
17.0.0 5,876 6/2/2022
17.0.0-beta.2 231 6/1/2022
17.0.0-beta.1 330 5/23/2022
16.9.0 132,866 5/27/2022
16.8.2 4,336 5/24/2022
16.8.1 61,469 5/16/2022
16.8.0 1,171 5/16/2022
16.7.2 1,443 5/16/2022
16.7.1 4,000 5/13/2022
16.7.0 48,603 4/29/2022
16.6.0 5,361 4/25/2022
16.5.4 37,079 4/2/2022
16.5.3 1,121 4/2/2022
16.5.2 2,338 3/31/2022
16.5.1 2,416 3/30/2022
16.5.0 1,172 3/30/2022
16.5.0-beta.1 258 3/26/2022
16.4.4 17,010 3/26/2022
16.4.3 65,995 3/22/2022
16.4.2 119,661 3/16/2022
16.4.1 1,163 3/16/2022
16.4.0 1,109 3/15/2022
16.3.6 11,757 3/12/2022
16.3.5 22,777 3/6/2022
16.3.4 10,316 3/2/2022
16.3.3 1,679 3/1/2022
16.3.2 10,624 2/26/2022
16.3.0 1,333 2/26/2022
16.2.0 14,519 2/21/2022
16.1.2 16,319 2/13/2022
16.1.1 16,030 2/7/2022
16.1.0 1,867 2/7/2022
16.0.0 16,564 2/3/2022
15.2.1 19,477 2/1/2022
15.2.0 3,006 1/30/2022
15.1.1 43,627 1/25/2022
15.1.0 2,273 1/25/2022
15.1.0-beta.1 247 1/24/2022
15.0.1 2,317 1/24/2022
15.0.0 1,439 1/24/2022
15.0.0-beta.6 260 1/23/2022
15.0.0-beta.5 231 1/23/2022
15.0.0-beta.4 232 1/21/2022
15.0.0-beta.3 210 1/21/2022
15.0.0-beta.2 231 1/21/2022
15.0.0-beta.1 254 1/20/2022
14.14.1 151,149 1/13/2022
14.14.0 1,419 1/12/2022
14.13.1 499,094 1/6/2022
14.13.0 12,176 1/6/2022
14.12.0 6,690 12/27/2021
14.11.4 8,973 12/24/2021
14.11.3 2,329 12/21/2021
14.11.2 4,869 12/16/2021
14.11.1 2,427 12/14/2021
14.11.0 1,064 12/14/2021
14.10.1 1,614 12/12/2021
14.10.0 1,311 12/11/2021
14.9.1 4,889 12/9/2021
14.9.0 965 12/9/2021
14.8.1 2,606 12/7/2021
14.8.0 1,303 12/6/2021
14.7.0 47,649 12/2/2021
14.6.6 9,754 11/28/2021
14.6.5 2,120 11/27/2021
14.6.4 5,663 11/26/2021
14.6.3 3,981 11/26/2021
14.6.2 3,699 11/25/2021
14.6.1 3,280 11/25/2021
14.6.0 17,578 11/23/2021
14.5.0 1,609 11/23/2021
14.4.1 1,493 11/22/2021
14.4.0 1,732 11/21/2021
14.3.0 14,040 11/14/2021
14.2.0 21,853 11/6/2021
14.1.1 2,255 11/3/2021
14.1.0 1,256 11/3/2021
14.0.1 2,476 10/31/2021
13.3.1 7,484 10/26/2021
13.3.0 38,892 10/17/2021
13.2.2 3,383 10/15/2021
13.2.1 1,536 10/15/2021
13.2.0 1,151 10/15/2021
13.1.0 7,363 10/8/2021
13.0.3 2,841 10/3/2021
13.0.2 1,052 10/3/2021
13.0.1 1,528 10/1/2021
13.0.0 2,031 10/1/2021
13.0.0-beta.2 256 10/1/2021
13.0.0-beta.1 269 10/1/2021
12.2.0 7,063 9/29/2021
12.1.0 1,232 9/28/2021
12.0.0 3,284 9/26/2021
12.0.0-beta.7 321 9/25/2021
12.0.0-beta.6 248 9/25/2021
12.0.0-beta.5 359 9/24/2021
12.0.0-beta.4 301 9/22/2021
12.0.0-beta.3 308 9/21/2021
12.0.0-beta.2 253 9/21/2021
12.0.0-beta.1 280 9/21/2021
11.27.0 7,944 9/15/2021
11.26.0 3,102 9/12/2021
11.25.0 1,831 9/10/2021
11.24.0 22,551 8/16/2021
11.23.1 8,247 8/11/2021
11.23.0 3,000 8/9/2021
11.22.0 1,275 8/7/2021
11.20.3 7,681 7/12/2021
11.20.2 1,639 7/12/2021
11.20.1 16,860 7/2/2021
11.20.0 1,442 7/1/2021
11.19.3 25,297 6/28/2021
11.19.2 3,700 6/25/2021
11.19.1 1,902 6/23/2021
11.19.1-beta.1 324 6/22/2021
11.19.0 90,356 6/19/2021
11.18.4 2,716 6/16/2021
11.18.3 1,326 6/16/2021
11.18.2 5,372 6/3/2021
11.18.1 7,093 6/1/2021
11.18.0 2,814 5/27/2021
11.17.0 26,201 5/22/2021
11.16.1 1,328 5/21/2021
11.16.0 1,180 5/21/2021
11.15.1 2,494 5/17/2021
11.15.0 1,153 5/17/2021
11.14.0 1,098 5/17/2021
11.13.0 11,634 5/13/2021
11.12.2 1,257 5/13/2021
11.12.1 62,501 5/10/2021
11.12.0 1,660 5/8/2021
11.11.0 15,280 5/5/2021
11.10.3 1,775 5/3/2021
11.10.2 1,434 5/3/2021
11.10.1 1,129 5/3/2021
11.10.0 1,188 5/3/2021
11.9.0 1,838 4/27/2021
11.8.0 1,569 4/26/2021
11.7.0 3,124 4/18/2021
11.6.0 1,497 4/14/2021
11.6.0-beta.4 303 4/13/2021
11.6.0-beta.3 295 4/12/2021
11.6.0-beta.2 327 4/12/2021
11.6.0-beta.1 250 4/11/2021
11.5.0 5,515 4/5/2021
11.5.0-beta.2 348 4/4/2021
11.5.0-beta.1 252 4/3/2021
11.4.0 2,000 3/31/2021
11.3.0 1,125 3/31/2021
11.2.0 1,454 3/29/2021
11.1.0 2,933 3/22/2021
11.0.3 14,152 3/21/2021
11.0.2 1,424 3/16/2021
11.0.1 1,424 3/15/2021
11.0.0 2,203 3/13/2021
11.0.0-beta.10 353 3/13/2021
11.0.0-beta.9 279 3/12/2021
11.0.0-beta.8 335 3/12/2021
11.0.0-beta.7 390 3/10/2021
11.0.0-beta.6 775 2/28/2021
11.0.0-beta.5 413 2/27/2021
11.0.0-beta.4 313 2/27/2021
11.0.0-beta.3 984 2/15/2021
11.0.0-beta.2 277 2/15/2021
11.0.0-beta.1 272 2/15/2021
10.9.1 14,995 2/12/2021
10.9.0 1,282 2/12/2021
10.8.0 1,619 2/10/2021
10.7.0 2,239 2/8/2021
10.6.2 1,936 2/4/2021
10.6.0 1,165 2/4/2021
10.5.1 1,541 2/1/2021
10.5.0 1,343 1/31/2021
10.5.0-beta.1 305 1/31/2021
10.4.0 1,247 1/30/2021
10.3.0 1,181 1/30/2021
10.2.1 1,335 1/29/2021
10.2.0 1,221 1/29/2021
10.1.0 1,177 1/29/2021
10.0.0 1,756 1/28/2021
10.0.0-beta.8 298 1/27/2021
10.0.0-beta.7 302 1/27/2021
10.0.0-beta.6 310 1/27/2021
10.0.0-beta.5 324 1/25/2021
10.0.0-beta.4 397 1/24/2021
10.0.0-beta.3 6,583 1/24/2021
10.0.0-beta.2 376 1/24/2021
10.0.0-beta.1 304 1/23/2021
9.1.0-beta.9 292 1/23/2021
9.1.0-beta.7 335 1/22/2021
9.1.0-beta.6 382 1/21/2021
9.1.0-beta.5 574 1/17/2021
9.1.0-beta.4 331 1/17/2021
9.1.0-beta.3 320 1/17/2021
9.1.0-beta.1 398 1/16/2021
9.0.0 2,714 1/8/2021
9.0.0-beta.2 384 1/6/2021
9.0.0-beta.1 5,284 1/3/2021
8.14.0 1,654 12/29/2020
8.13.0 2,008 12/21/2020
8.12.5 1,544 12/18/2020
8.12.4 2,128 12/17/2020
8.12.3 2,088 12/15/2020
8.12.2 1,307 12/15/2020
8.12.1 1,298 12/15/2020
8.12.0 1,603 12/12/2020
8.11.0 14,315 11/30/2020
8.10.0 1,284 11/30/2020
8.9.0 1,586 11/29/2020
8.8.0 1,467 11/26/2020
8.7.4-beta.2 360 11/26/2020
8.7.4-beta.1 326 11/26/2020
8.7.3 1,389 11/26/2020
8.7.2 1,259 11/26/2020
8.7.1 1,193 11/25/2020
8.7.0 1,195 11/25/2020
8.6.1 1,296 11/25/2020
8.6.0 1,747 11/23/2020
8.5.0 1,279 11/23/2020
8.4.2 6,637 11/20/2020
8.4.1 1,336 11/20/2020
8.4.0 1,596 11/17/2020
8.3.0 1,495 11/16/2020
8.2.2 1,583 11/15/2020
8.2.1 1,475 11/12/2020
8.2.0 1,487 11/10/2020
8.1.0 1,374 11/10/2020
8.0.1 1,862 11/8/2020
8.0.0 1,360 11/8/2020
8.0.0-beta.2 484 11/8/2020
8.0.0-beta.1 326 11/6/2020
7.0.2 9,078 11/1/2020
7.0.1 1,288 11/1/2020
7.0.0 1,359 11/1/2020
7.0.0-beta.1 411 11/1/2020
6.27.0-beta.1 442 10/30/2020
6.26.0 4,212 10/29/2020
6.25.1 1,674 10/22/2020
6.25.0 1,531 10/22/2020
6.24.1 1,469 10/20/2020
6.24.0 2,035 10/11/2020
6.23.3 2,799 10/2/2020
6.23.1 1,465 10/2/2020
6.23.0 1,506 9/30/2020
6.22.1 1,578 9/25/2020
6.22.0 1,461 9/24/2020
6.21.0 1,435 9/23/2020
6.20.0 1,411 9/23/2020
6.19.0 1,406 9/23/2020
6.18.0 1,285 9/23/2020
6.17.0 1,295 9/22/2020
6.16.0 1,363 9/22/2020
6.15.3 2,750 9/16/2020
6.15.2 5,432 9/14/2020
6.15.0 1,426 9/14/2020
6.14.1 1,747 9/13/2020
6.14.0 1,402 9/11/2020
6.13.0 1,499 9/10/2020
6.12.0 1,331 9/10/2020
6.12.0-beta.2 340 9/10/2020
6.12.0-beta.1 352 9/9/2020
6.11.1 1,491 9/8/2020
6.11.0 1,257 9/8/2020
6.10.7 2,144 9/2/2020
6.10.6 1,776 8/31/2020
6.10.5 1,642 8/29/2020
6.10.4 1,424 8/28/2020
6.10.3 1,464 8/28/2020
6.10.2 1,550 8/27/2020
6.10.1 1,343 8/26/2020
6.10.0 1,449 8/25/2020
6.9.0 1,973 8/20/2020
6.8.0 1,626 8/19/2020
6.7.0 7,074 7/26/2020
6.6.0 1,986 7/16/2020
6.5.0 1,774 7/12/2020
6.4.0 1,393 7/11/2020
6.3.1 1,495 7/10/2020
6.3.0 1,703 7/3/2020
6.2.0 1,454 7/2/2020
6.1.1 1,651 7/1/2020
6.1.0 1,332 7/1/2020
6.0.0 1,470 6/30/2020
6.0.0-beta.1 404 6/28/2020
5.1.0 2,157 6/26/2020
5.0.4 1,685 6/17/2020
5.0.3 1,259 6/17/2020
5.0.2 1,963 6/15/2020
5.0.0 1,458 6/14/2020
5.0.0-beta.3 358 6/14/2020
5.0.0-beta.2 431 6/14/2020
5.0.0-beta.1 421 6/14/2020
4.3.1 2,423 6/4/2020
4.3.0 1,344 6/4/2020
4.2.0 1,873 6/2/2020
4.1.0 1,944 6/1/2020
4.0.2 1,579 5/30/2020
4.0.1 1,472 5/27/2020
4.0.0 1,787 5/24/2020
3.1.0 1,794 5/21/2020
3.0.5 1,612 5/19/2020
3.0.4 1,443 5/18/2020
3.0.3 1,428 5/18/2020
3.0.2 1,464 5/18/2020
3.0.1 1,372 5/18/2020
3.0.0 1,340 5/17/2020
2.3.1 1,426 5/15/2020
2.3.0 1,485 5/15/2020
2.2.1 1,594 5/11/2020
2.2.0 1,501 5/10/2020
2.1.3 4,670 5/7/2020
2.1.2 2,484 5/4/2020
2.1.1 1,519 5/1/2020
2.1.0 1,678 4/29/2020
2.0.0 1,564 4/27/2020
2.0.0-beta.3 379 4/27/2020
2.0.0-beta.2 362 4/27/2020
2.0.0-beta.1 358 4/27/2020
1.34.2 1,886 4/27/2020
1.34.1 1,510 4/25/2020
1.34.0 1,576 4/24/2020
1.33.0 1,813 4/19/2020
1.32.4 1,463 4/17/2020
1.32.3 1,532 4/17/2020
1.32.2 1,238 4/16/2020
1.32.1 1,554 4/16/2020
1.32.0 1,566 4/15/2020
1.31.1 1,624 4/12/2020
1.31.0 1,646 4/10/2020
1.30.0 1,482 4/9/2020
1.29.0 1,524 4/8/2020
1.28.3 1,521 4/8/2020
1.28.2 1,809 4/5/2020
1.28.1 1,226 4/5/2020
1.28.0 1,493 4/5/2020
1.27.3 1,742 4/1/2020
1.27.2 1,494 3/31/2020
1.27.1 1,425 3/30/2020
1.27.1-beta.1 407 3/29/2020
1.27.0 1,679 3/29/2020
1.26.1 1,551 3/27/2020
1.26.0 1,472 3/25/2020
1.25.1 1,482 3/24/2020
1.25.0 1,661 3/22/2020
1.24.1 1,577 3/18/2020
1.24.0 2,227 3/10/2020
1.23.0 1,592 3/6/2020
1.22.3 1,531 3/3/2020
1.22.2 1,345 3/3/2020
1.22.1 1,539 2/28/2020
1.22.0 1,633 2/25/2020
1.21.0 1,461 2/24/2020
1.20.1 1,363 2/24/2020
1.20.0 3,407 2/22/2020
1.19.2 1,676 2/18/2020
1.19.1 1,319 2/18/2020
1.19.0 1,603 2/12/2020
1.18.0 1,555 2/10/2020
1.17.1 1,537 2/8/2020
1.17.0 1,258 2/8/2020
1.16.0 1,238 2/8/2020
1.14.1 2,041 2/2/2020
1.14.0 1,395 2/2/2020
1.13.0 3,158 1/19/2020
1.12.3 1,884 1/13/2020
1.12.2 1,528 1/12/2020
1.12.1 1,283 1/12/2020
1.12.0 1,259 1/12/2020
1.11.2 1,234 1/11/2020
1.11.1 1,443 1/10/2020
1.11.0 1,384 1/10/2020
1.10.1 1,544 1/8/2020
1.10.0 1,325 1/8/2020
1.9.3 1,335 1/8/2020
1.9.2 1,442 1/6/2020
1.9.1 1,269 1/6/2020
1.9.0 1,240 1/6/2020
1.8.0 1,548 1/5/2020
1.7.1 1,391 1/3/2020
1.7.0 1,830 1/2/2020
1.6.0 1,277 1/2/2020
1.5.5 1,710 1/1/2020
1.5.4 1,321 1/1/2020
1.5.3 1,793 12/29/2019
1.5.2 1,403 12/27/2019
1.5.1 1,295 12/27/2019
1.5.0 1,443 12/27/2019
1.4.1 1,577 12/21/2019
1.4.0 1,248 12/21/2019
1.3.2 1,303 12/20/2019
1.3.1 1,524 12/18/2019
1.3.1-beta.1 419 12/18/2019
1.3.0 1,569 12/17/2019
1.3.0-beta.1 387 12/18/2019
1.2.0 1,369 12/17/2019
1.1.1 1,322 12/16/2019
1.1.0 1,419 12/16/2019
1.0.0 9,510 12/15/2019
1.0.0-beta.41 425 12/15/2019
1.0.0-beta.40 406 12/15/2019
1.0.0-beta.39 403 12/14/2019
1.0.0-beta.38 405 12/12/2019
1.0.0-beta.37 390 12/12/2019
1.0.0-beta.36 393 12/12/2019
1.0.0-beta.35 392 12/11/2019
1.0.0-beta.34 422 12/11/2019
1.0.0-beta.33 392 12/11/2019
1.0.0-beta.32 663 12/6/2019
1.0.0-beta.31 547 12/3/2019
1.0.0-beta.30 391 12/3/2019
1.0.0-beta.29 449 12/2/2019
1.0.0-beta.28 562 12/1/2019
1.0.0-beta.27 375 12/1/2019
1.0.0-beta.23 423 11/28/2019
1.0.0-beta.22 418 11/27/2019
1.0.0-beta.21 393 11/27/2019
1.0.0-beta.20 386 11/27/2019
1.0.0-beta.19 383 11/27/2019
1.0.0-beta.18 383 11/27/2019
1.0.0-beta.17 385 11/27/2019
1.0.0-beta.16 383 11/27/2019
1.0.0-beta.15 663 11/26/2019
1.0.0-beta.14 373 11/26/2019
1.0.0-beta.13 414 11/25/2019
1.0.0-beta.11 402 11/25/2019
1.0.0-beta.10 445 11/25/2019
1.0.0-beta.9 402 11/24/2019
1.0.0-beta.7 441 11/23/2019
1.0.0-beta.6 400 11/23/2019
1.0.0-beta.5 399 11/23/2019
1.0.0-beta.4 407 11/23/2019
1.0.0-beta.3 392 11/23/2019
1.0.0-beta.2 396 11/23/2019
1.0.0-beta.1 400 11/23/2019