Verify.Xunit 30.5.0

Prefix Reserved
There is a newer 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 (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.

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.

SpecRec

SpecRec - Automated Legacy Testing Tools for .NET

GitHub repositories (120)

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.
elastic/elasticsearch-net
This strongly-typed, client library enables working with Elasticsearch. It is the official client maintained and supported by Elastic.
oskardudycz/EventSourcing.NetCore
Examples and Tutorials of Event Sourcing in .NET
Version Downloads Last Updated
31.0.0 659 10/9/2025
31.0.0-beta.1 2,168 7/17/2025
30.20.1 7,306 10/6/2025
30.20.0 4,074 10/4/2025
30.19.2 8,467 10/1/2025
30.19.1 10,982 9/28/2025
30.19.0 8,070 9/25/2025
30.18.0 15,280 9/21/2025
30.17.0 6,877 9/19/2025
30.16.0 5,844 9/18/2025
30.15.0 3,883 9/18/2025
30.14.0 1,405 9/18/2025
30.13.0 21,302 9/13/2025
30.12.0 9,297 9/11/2025
30.12.0-beta.1 179 9/9/2025
30.11.0 27,076 9/5/2025
30.10.0 60,811 8/30/2025
30.9.0 2,212 8/30/2025
30.8.0 4,976 8/29/2025
30.7.3 61,659 8/17/2025
30.7.2 12,064 8/15/2025
30.7.1 2,517 8/15/2025
30.7.0 6,295 8/14/2025
30.6.1 30,784 8/8/2025
30.6.0 8,421 8/7/2025
30.5.0 71,098 7/21/2025
30.5.0-beta.1 1,065 7/9/2025
30.4.0 231,206 6/13/2025
30.3.1 104,084 6/4/2025
30.3.0 17,947 6/1/2025
30.2.0 4,247 6/1/2025
30.1.0 138,352 5/12/2025
30.1.0-beta.2 787 5/8/2025
30.1.0-beta.1 149 5/8/2025
30.0.0 81,312 5/2/2025
29.5.0 48,237 4/30/2025
29.4.0 17,611 4/29/2025
29.3.1 19,217 4/26/2025
29.3.0 41,122 4/21/2025
29.2.0 171,912 4/7/2025
29.1.0 55,879 4/1/2025
29.0.0 14,338 3/31/2025
29.0.0-beta.6 552 3/24/2025
29.0.0-beta.5 419 3/24/2025
29.0.0-beta.4 413 3/24/2025
29.0.0-beta.3 420 3/24/2025
29.0.0-beta.2 413 3/24/2025
29.0.0-beta.1 255 3/19/2025
28.16.0 214,901 3/17/2025
28.15.0 38,636 3/12/2025
28.14.1 10,389 3/12/2025
28.14.0 9,533 3/11/2025
28.14.0-beta.7 169 3/11/2025
28.14.0-beta.6 172 3/11/2025
28.14.0-beta.5 183 3/10/2025
28.14.0-beta.4 226 3/6/2025
28.14.0-beta.3 215 3/6/2025
28.14.0-beta.2 218 3/6/2025
28.14.0-beta.1 217 3/5/2025
28.13.0 125,743 2/26/2025
28.12.1 27,038 2/24/2025
28.12.0 24,205 2/23/2025
28.11.0 93,593 2/14/2025
28.10.1 96,164 2/4/2025
28.10.0 8,238 2/3/2025
28.9.0 269,525 1/14/2025
28.8.1 171,397 1/6/2025
28.8.0 5,181 1/6/2025
28.7.1 17,360 1/4/2025
28.7.0 74,550 12/22/2024
28.6.1 54,619 12/19/2024
28.6.0 40,029 12/17/2024
28.5.0 40,273 12/13/2024
28.4.0 190,338 11/28/2024
28.3.2 153,781 11/18/2024
28.3.1 30,313 11/15/2024
28.3.0 6,882 11/15/2024
28.2.1 84,142 11/13/2024
28.2.0 49,307 11/10/2024
28.1.3 74,302 11/2/2024
28.1.2 9,352 11/1/2024
28.1.1 4,267 11/1/2024
28.1.0 12,343 10/31/2024
28.0.0 21,871 10/30/2024
28.0.0-beta.1 94 10/30/2024
27.1.0 175,585 10/25/2024
27.1.0-beta.2 110 10/23/2024
27.0.1 133,382 10/14/2024
27.0.0 12,943 10/14/2024
27.0.0-beta.7 179 10/10/2024
27.0.0-beta.6 303 10/5/2024
27.0.0-beta.5 393 9/26/2024
27.0.0-beta.4 2,035 9/24/2024
27.0.0-beta.3 108 9/23/2024
27.0.0-beta.1 105 9/22/2024
26.6.0 225,756 9/21/2024
26.5.0 33,614 9/18/2024
26.4.5 68,566 9/13/2024
26.4.4 55,741 9/10/2024
26.4.3 2,610 9/10/2024
26.4.2 22,076 9/9/2024
26.4.1 2,953 9/9/2024
26.4.0 34,716 9/5/2024
26.3.1 37,789 9/2/2024
26.3.0 17,045 8/30/2024
26.2.0 274,457 8/10/2024
26.1.6 48,854 7/31/2024
26.1.5 27,474 7/28/2024
26.1.3 2,456 7/28/2024
26.1.2 11,857 7/26/2024
26.1.1 2,730 7/25/2024
26.0.1 27,006 7/23/2024
26.0.0 12,813 7/20/2024
25.3.2 50,711 7/17/2024
25.3.1 65,626 7/11/2024
25.3.0 84,413 7/3/2024
25.2.0 12,751 7/2/2024
25.1.1 17,872 7/2/2024
25.1.0 2,002 7/2/2024
25.0.4 44,366 6/24/2024
25.0.3 77,814 6/14/2024
25.0.2 65,129 6/11/2024
25.0.1 69,258 6/2/2024
25.0.0 4,443 6/1/2024
25.0.0-beta.3 127 5/31/2024
25.0.0-beta.2 121 5/31/2024
25.0.0-beta.1 240 5/30/2024
24.3.0-beta.5 162 5/29/2024
24.3.0-beta.4 163 5/23/2024
24.3.0-beta.3 122 5/21/2024
24.3.0-beta.2 119 5/19/2024
24.3.0-beta.1 111 5/18/2024
24.2.0 255,006 5/9/2024
24.1.0 165,146 4/13/2024
24.0.0 7,947 4/12/2024
24.0.0-beta.2 174 4/12/2024
24.0.0-beta.1 101 4/11/2024
23.7.2 76,631 4/9/2024
23.7.1 34,228 4/4/2024
23.7.0 2,635 4/3/2024
23.6.0 54,660 3/27/2024
23.5.2 211,568 3/16/2024
23.5.1 15,925 3/15/2024
23.5.0 62,051 3/12/2024
23.4.0 19,487 3/10/2024
23.3.0 38,425 3/7/2024
23.2.3 20,746 3/6/2024
23.2.2 76,093 2/27/2024
23.2.1 32,267 2/21/2024
23.2.0 102,189 2/14/2024
23.1.0 106,357 2/3/2024
23.0.1 110,134 1/23/2024
23.0.0 32,171 1/17/2024
22.11.5 87,248 1/10/2024
22.11.4 39,193 1/6/2024
22.11.3 6,310 1/5/2024
22.11.2 4,830 1/3/2024
22.11.1 37,320 12/27/2023
22.11.0 2,369 12/27/2023
22.10.2 8,603 12/24/2023
22.10.1 1,730 12/23/2023
22.10.0 4,166 12/22/2023
22.9.0 2,057 12/22/2023
22.8.0 107,917 12/7/2023
22.7.1 139,764 12/4/2023
22.7.0 2,235 12/4/2023
22.6.1 1,839 12/4/2023
22.6.0 44,012 11/27/2023
22.5.0 181,099 11/16/2023
22.4.1 13,270 11/15/2023
22.4.0 1,442 11/15/2023
22.3.0 4,346 11/14/2023
22.2.0 23,047 11/10/2023
22.2.0-beta.7 164 11/7/2023
22.2.0-beta.6 147 11/7/2023
22.2.0-beta.5 520 10/29/2023
22.2.0-beta.4 202 10/25/2023
22.2.0-beta.3 119 10/25/2023
22.2.0-beta.2 157 10/23/2023
22.2.0-beta.1 159 10/22/2023
22.1.4 124,549 10/16/2023
22.1.3 20,256 10/10/2023
22.1.2 21,145 10/9/2023
22.1.1 4,863 10/6/2023
22.1.0 4,867 10/5/2023
22.0.0 1,848 10/5/2023
21.3.0 30,219 9/28/2023
21.2.0 15,101 9/24/2023
21.1.6 3,437 9/23/2023
21.1.5 12,644 9/20/2023
21.1.4 13,018 9/19/2023
21.1.3 32,762 9/13/2023
21.1.2 1,766 9/13/2023
21.1.1 28,966 9/11/2023
21.1.0 2,114 9/10/2023
21.0.0 117,104 8/31/2023
20.8.2 126,714 8/27/2023
20.8.1 24,809 8/21/2023
20.8.0 29,571 8/15/2023
20.7.0 9,155 8/13/2023
20.6.0 108,459 7/22/2023
20.5.1 21,523 7/16/2023
20.5.0 52,205 7/10/2023
20.4.0 166,260 6/20/2023
20.3.2 79,928 6/6/2023
20.3.1 13,788 6/3/2023
20.3.0 24,288 5/29/2023
20.2.0 4,803 5/27/2023
20.1.1 12,162 5/25/2023
20.1.0 6,207 5/24/2023
20.1.0-beta.1 176 5/24/2023
20.0.0 50,235 5/18/2023
19.14.1 140,735 5/1/2023
19.14.0 24,694 4/28/2023
19.13.1 12,272 4/26/2023
19.13.0 21,901 4/22/2023
19.12.3 110,972 4/15/2023
19.12.2 34,492 4/12/2023
19.12.1 28,914 4/6/2023
19.12.0 30,652 3/31/2023
19.11.2 43,450 3/20/2023
19.11.1 57,624 3/10/2023
19.11.0 6,203 3/10/2023
19.10.0 148,796 2/19/2023
19.9.3 34,435 2/13/2023
19.9.2 62,855 2/6/2023
19.9.1 1,296 2/6/2023
19.9.0 1,832 2/6/2023
19.8.3 7,297 2/3/2023
19.8.2 4,301 2/2/2023
19.8.1 20,030 2/1/2023
19.8.0 13,070 1/29/2023
19.7.1 89,205 1/20/2023
19.7.0 14,119 1/19/2023
19.6.0 65,384 1/9/2023
19.5.1-beta.3 209 1/5/2023
19.5.1-beta.2 207 1/4/2023
19.5.1-beta.1 217 1/4/2023
19.5.0 158,226 12/19/2022
19.4.2 1,827 12/18/2022
19.4.1 1,172 12/18/2022
19.4.0 1,052 12/18/2022
19.4.0-beta.4 209 12/17/2022
19.4.0-beta.3 246 12/12/2022
19.4.0-beta.2 208 12/10/2022
19.4.0-beta.1 210 12/7/2022
19.3.0 87,965 11/27/2022
19.2.0 1,184 11/27/2022
19.1.0 215,757 11/13/2022
19.0.0 28,874 11/8/2022
18.4.0 16,677 11/6/2022
18.3.1-beta.1 196 11/3/2022
18.3.0 34,067 11/1/2022
18.2.1 27,213 11/1/2022
18.2.0 10,458 10/31/2022
18.1.1 15,221 10/28/2022
18.1.0 1,615 10/28/2022
18.1.0-beta.2 209 10/28/2022
18.1.0-beta.1 292 10/26/2022
18.0.0 42,218 10/23/2022
18.0.0-rc.1 280 10/23/2022
18.0.0-beta.33 463 10/23/2022
18.0.0-beta.32 411 10/20/2022
18.0.0-beta.31 244 10/19/2022
18.0.0-beta.30 1,842 10/17/2022
18.0.0-beta.29 202 10/17/2022
18.0.0-beta.28 195 10/17/2022
18.0.0-beta.27 227 10/17/2022
18.0.0-beta.26 220 10/16/2022
18.0.0-beta.25 1,065 10/12/2022
18.0.0-beta.24 208 10/12/2022
18.0.0-beta.23 760 10/3/2022
18.0.0-beta.22 244 10/1/2022
18.0.0-beta.21 1,949 9/26/2022
18.0.0-beta.20 293 9/24/2022
18.0.0-beta.19 1,024 9/20/2022
18.0.0-beta.18 3,929 9/14/2022
18.0.0-beta.17 862 9/11/2022
18.0.0-beta.16 270 9/8/2022
18.0.0-beta.15 254 9/7/2022
18.0.0-beta.14 241 9/7/2022
18.0.0-beta.13 350 9/6/2022
18.0.0-beta.12 217 9/6/2022
18.0.0-beta.11 516 9/5/2022
18.0.0-beta.10 284 9/3/2022
18.0.0-beta.9 200 9/3/2022
18.0.0-beta.8 484 8/25/2022
18.0.0-beta.7 1,171 8/25/2022
18.0.0-beta.6 66,791 8/22/2022
18.0.0-beta.5 238 8/22/2022
18.0.0-beta.4 226 8/22/2022
18.0.0-beta.3 1,172 8/21/2022
18.0.0-beta.2 237 8/21/2022
18.0.0-beta.1 245 8/21/2022
17.10.2 444,478 8/16/2022
17.10.1 1,524 8/16/2022
17.10.0 4,133 8/14/2022
17.9.0 3,080 8/12/2022
17.8.1 220,258 8/9/2022
17.8.0 3,688 8/9/2022
17.7.1 33,083 8/9/2022
17.7.0 8,659 8/8/2022
17.6.2 7,116 8/8/2022
17.6.1 1,293 8/8/2022
17.6.0 1,837 8/6/2022
17.5.0 98,101 7/30/2022
17.4.2 17,944 7/27/2022
17.4.1 2,243 7/26/2022
17.4.0 1,720 7/26/2022
17.3.1 1,764 7/26/2022
17.3.0 1,263 7/25/2022
17.2.1 94,957 7/3/2022
17.2.0 4,295 7/2/2022
17.1.6 34,334 6/28/2022
17.1.5 1,490 6/27/2022
17.1.4 38,031 6/8/2022
17.1.3 1,195 6/8/2022
17.1.2 7,278 6/7/2022
17.1.1 15,737 6/4/2022
17.1.0 1,584 6/3/2022
17.0.3 1,690 6/2/2022
17.0.2 10,290 6/2/2022
17.0.1 1,177 6/2/2022
17.0.0 6,003 6/2/2022
17.0.0-beta.2 270 6/1/2022
17.0.0-beta.1 370 5/23/2022
16.9.0 136,040 5/27/2022
16.8.2 4,499 5/24/2022
16.8.1 61,549 5/16/2022
16.8.0 1,239 5/16/2022
16.7.2 1,493 5/16/2022
16.7.1 4,056 5/13/2022
16.7.0 52,987 4/29/2022
16.6.0 5,773 4/25/2022
16.5.4 37,494 4/2/2022
16.5.3 1,205 4/2/2022
16.5.2 2,400 3/31/2022
16.5.1 2,598 3/30/2022
16.5.0 1,228 3/30/2022
16.5.0-beta.1 290 3/26/2022
16.4.4 17,303 3/26/2022
16.4.3 69,593 3/22/2022
16.4.2 119,767 3/16/2022
16.4.1 1,246 3/16/2022
16.4.0 1,165 3/15/2022
16.3.6 12,238 3/12/2022
16.3.5 23,088 3/6/2022
16.3.4 10,480 3/2/2022
16.3.3 1,723 3/1/2022
16.3.2 10,700 2/26/2022
16.3.0 1,386 2/26/2022
16.2.0 14,837 2/21/2022
16.1.2 16,498 2/13/2022
16.1.1 16,230 2/7/2022
16.1.0 1,941 2/7/2022
16.0.0 16,640 2/3/2022
15.2.1 19,555 2/1/2022
15.2.0 3,128 1/30/2022
15.1.1 43,839 1/25/2022
15.1.0 2,345 1/25/2022
15.1.0-beta.1 282 1/24/2022
15.0.1 2,380 1/24/2022
15.0.0 1,489 1/24/2022
15.0.0-beta.6 298 1/23/2022
15.0.0-beta.5 265 1/23/2022
15.0.0-beta.4 267 1/21/2022
15.0.0-beta.3 238 1/21/2022
15.0.0-beta.2 266 1/21/2022
15.0.0-beta.1 291 1/20/2022
14.14.1 151,495 1/13/2022
14.14.0 1,486 1/12/2022
14.13.1 545,880 1/6/2022
14.13.0 12,233 1/6/2022
14.12.0 6,762 12/27/2021
14.11.4 9,038 12/24/2021
14.11.3 2,392 12/21/2021
14.11.2 5,477 12/16/2021
14.11.1 2,474 12/14/2021
14.11.0 1,110 12/14/2021
14.10.1 1,657 12/12/2021
14.10.0 1,360 12/11/2021
14.9.1 4,937 12/9/2021
14.9.0 1,013 12/9/2021
14.8.1 2,654 12/7/2021
14.8.0 1,383 12/6/2021
14.7.0 51,191 12/2/2021
14.6.6 10,291 11/28/2021
14.6.5 2,175 11/27/2021
14.6.4 5,797 11/26/2021
14.6.3 4,053 11/26/2021
14.6.2 3,754 11/25/2021
14.6.1 3,348 11/25/2021
14.6.0 17,656 11/23/2021
14.5.0 1,667 11/23/2021
14.4.1 1,556 11/22/2021
14.4.0 1,788 11/21/2021
14.3.0 14,200 11/14/2021
14.2.0 21,970 11/6/2021
14.1.1 2,312 11/3/2021
14.1.0 1,316 11/3/2021
14.0.1 2,538 10/31/2021
13.3.1 7,553 10/26/2021
13.3.0 42,427 10/17/2021
13.2.2 3,429 10/15/2021
13.2.1 1,577 10/15/2021
13.2.0 1,208 10/15/2021
13.1.0 7,418 10/8/2021
13.0.3 2,902 10/3/2021
13.0.2 1,100 10/3/2021
13.0.1 1,581 10/1/2021
13.0.0 2,123 10/1/2021
13.0.0-beta.2 294 10/1/2021
13.0.0-beta.1 303 10/1/2021
12.2.0 7,125 9/29/2021
12.1.0 1,288 9/28/2021
12.0.0 3,362 9/26/2021
12.0.0-beta.7 356 9/25/2021
12.0.0-beta.6 287 9/25/2021
12.0.0-beta.5 394 9/24/2021
12.0.0-beta.4 336 9/22/2021
12.0.0-beta.3 346 9/21/2021
12.0.0-beta.2 290 9/21/2021
12.0.0-beta.1 318 9/21/2021
11.27.0 8,126 9/15/2021
11.26.0 3,215 9/12/2021
11.25.0 1,894 9/10/2021
11.24.0 23,694 8/16/2021
11.23.1 8,410 8/11/2021
11.23.0 3,075 8/9/2021
11.22.0 1,324 8/7/2021
11.20.3 7,764 7/12/2021
11.20.2 1,719 7/12/2021
11.20.1 16,929 7/2/2021
11.20.0 1,497 7/1/2021
11.19.3 25,362 6/28/2021
11.19.2 3,770 6/25/2021
11.19.1 1,965 6/23/2021
11.19.1-beta.1 358 6/22/2021
11.19.0 92,545 6/19/2021
11.18.4 2,773 6/16/2021
11.18.3 1,387 6/16/2021
11.18.2 5,438 6/3/2021
11.18.1 7,150 6/1/2021
11.18.0 2,910 5/27/2021
11.17.0 29,857 5/22/2021
11.16.1 1,404 5/21/2021
11.16.0 1,258 5/21/2021
11.15.1 2,559 5/17/2021
11.15.0 1,223 5/17/2021
11.14.0 1,136 5/17/2021
11.13.0 11,706 5/13/2021
11.12.2 1,330 5/13/2021
11.12.1 62,595 5/10/2021
11.12.0 1,733 5/8/2021
11.11.0 15,727 5/5/2021
11.10.3 1,865 5/3/2021
11.10.2 1,495 5/3/2021
11.10.1 1,222 5/3/2021
11.10.0 1,260 5/3/2021
11.9.0 1,899 4/27/2021
11.8.0 1,671 4/26/2021
11.7.0 3,191 4/18/2021
11.6.0 1,554 4/14/2021
11.6.0-beta.4 338 4/13/2021
11.6.0-beta.3 335 4/12/2021
11.6.0-beta.2 361 4/12/2021
11.6.0-beta.1 281 4/11/2021
11.5.0 5,658 4/5/2021
11.5.0-beta.2 379 4/4/2021
11.5.0-beta.1 294 4/3/2021
11.4.0 2,091 3/31/2021
11.3.0 1,172 3/31/2021
11.2.0 1,515 3/29/2021
11.1.0 3,074 3/22/2021
11.0.3 14,361 3/21/2021
11.0.2 1,489 3/16/2021
11.0.1 1,511 3/15/2021
11.0.0 2,285 3/13/2021
11.0.0-beta.10 387 3/13/2021
11.0.0-beta.9 317 3/12/2021
11.0.0-beta.8 361 3/12/2021
11.0.0-beta.7 426 3/10/2021
11.0.0-beta.6 811 2/28/2021
11.0.0-beta.5 449 2/27/2021
11.0.0-beta.4 351 2/27/2021
11.0.0-beta.3 1,027 2/15/2021
11.0.0-beta.2 316 2/15/2021
11.0.0-beta.1 311 2/15/2021
10.9.1 15,085 2/12/2021
10.9.0 1,344 2/12/2021
10.8.0 1,690 2/10/2021
10.7.0 2,327 2/8/2021
10.6.2 1,998 2/4/2021
10.6.0 1,246 2/4/2021
10.5.1 1,611 2/1/2021
10.5.0 1,428 1/31/2021
10.5.0-beta.1 341 1/31/2021
10.4.0 1,316 1/30/2021
10.3.0 1,241 1/30/2021
10.2.1 1,421 1/29/2021
10.2.0 1,291 1/29/2021
10.1.0 1,248 1/29/2021
10.0.0 1,851 1/28/2021
10.0.0-beta.8 332 1/27/2021
10.0.0-beta.7 344 1/27/2021
10.0.0-beta.6 348 1/27/2021
10.0.0-beta.5 354 1/25/2021
10.0.0-beta.4 441 1/24/2021
10.0.0-beta.3 6,625 1/24/2021
10.0.0-beta.2 412 1/24/2021
10.0.0-beta.1 341 1/23/2021
9.1.0-beta.9 333 1/23/2021
9.1.0-beta.7 375 1/22/2021
9.1.0-beta.6 429 1/21/2021
9.1.0-beta.5 616 1/17/2021
9.1.0-beta.4 372 1/17/2021
9.1.0-beta.3 359 1/17/2021
9.1.0-beta.1 441 1/16/2021
9.0.0 2,799 1/8/2021
9.0.0-beta.2 418 1/6/2021
9.0.0-beta.1 5,520 1/3/2021
8.14.0 1,757 12/29/2020
8.13.0 2,093 12/21/2020
8.12.5 1,602 12/18/2020
8.12.4 2,219 12/17/2020
8.12.3 2,155 12/15/2020
8.12.2 1,400 12/15/2020
8.12.1 1,352 12/15/2020
8.12.0 1,681 12/12/2020
8.11.0 14,441 11/30/2020
8.10.0 1,363 11/30/2020
8.9.0 1,644 11/29/2020
8.8.0 1,524 11/26/2020
8.7.4-beta.2 405 11/26/2020
8.7.4-beta.1 365 11/26/2020
8.7.3 1,435 11/26/2020
8.7.2 1,317 11/26/2020
8.7.1 1,264 11/25/2020
8.7.0 1,239 11/25/2020
8.6.1 1,382 11/25/2020
8.6.0 1,819 11/23/2020
8.5.0 1,339 11/23/2020
8.4.2 6,688 11/20/2020
8.4.1 1,408 11/20/2020
8.4.0 1,671 11/17/2020
8.3.0 1,572 11/16/2020
8.2.2 1,646 11/15/2020
8.2.1 1,548 11/12/2020
8.2.0 1,545 11/10/2020
8.1.0 1,434 11/10/2020
8.0.1 1,906 11/8/2020
8.0.0 1,409 11/8/2020
8.0.0-beta.2 517 11/8/2020
8.0.0-beta.1 363 11/6/2020
7.0.2 9,140 11/1/2020
7.0.1 1,357 11/1/2020
7.0.0 1,426 11/1/2020
7.0.0-beta.1 450 11/1/2020
6.27.0-beta.1 481 10/30/2020
6.26.0 4,271 10/29/2020
6.25.1 1,754 10/22/2020
6.25.0 1,646 10/22/2020
6.24.1 1,529 10/20/2020
6.24.0 2,104 10/11/2020
6.23.3 2,861 10/2/2020
6.23.1 1,525 10/2/2020
6.23.0 1,574 9/30/2020
6.22.1 1,677 9/25/2020
6.22.0 1,524 9/24/2020
6.21.0 1,499 9/23/2020
6.20.0 1,477 9/23/2020
6.19.0 1,473 9/23/2020
6.18.0 1,349 9/23/2020
6.17.0 1,347 9/22/2020
6.16.0 1,420 9/22/2020
6.15.3 2,838 9/16/2020
6.15.2 5,496 9/14/2020
6.15.0 1,491 9/14/2020
6.14.1 1,811 9/13/2020
6.14.0 1,456 9/11/2020
6.13.0 1,569 9/10/2020
6.12.0 1,385 9/10/2020
6.12.0-beta.2 383 9/10/2020
6.12.0-beta.1 390 9/9/2020
6.11.1 1,553 9/8/2020
6.11.0 1,304 9/8/2020
6.10.7 2,232 9/2/2020
6.10.6 1,855 8/31/2020
6.10.5 1,719 8/29/2020
6.10.4 1,470 8/28/2020
6.10.3 1,551 8/28/2020
6.10.2 1,612 8/27/2020
6.10.1 1,410 8/26/2020
6.10.0 1,529 8/25/2020
6.9.0 2,032 8/20/2020
6.8.0 1,674 8/19/2020
6.7.0 7,130 7/26/2020
6.6.0 2,073 7/16/2020
6.5.0 1,823 7/12/2020
6.4.0 1,459 7/11/2020
6.3.1 1,551 7/10/2020
6.3.0 1,795 7/3/2020
6.2.0 1,524 7/2/2020
6.1.1 1,748 7/1/2020
6.1.0 1,392 7/1/2020
6.0.0 1,549 6/30/2020
6.0.0-beta.1 446 6/28/2020
5.1.0 2,397 6/26/2020
5.0.4 1,735 6/17/2020
5.0.3 1,353 6/17/2020
5.0.2 2,021 6/15/2020
5.0.0 1,519 6/14/2020
5.0.0-beta.3 390 6/14/2020
5.0.0-beta.2 468 6/14/2020
5.0.0-beta.1 462 6/14/2020
4.3.1 2,528 6/4/2020
4.3.0 1,426 6/4/2020
4.2.0 1,941 6/2/2020
4.1.0 2,042 6/1/2020
4.0.2 1,632 5/30/2020
4.0.1 1,560 5/27/2020
4.0.0 1,854 5/24/2020
3.1.0 1,839 5/21/2020
3.0.5 1,694 5/19/2020
3.0.4 1,511 5/18/2020
3.0.3 1,505 5/18/2020
3.0.2 1,542 5/18/2020
3.0.1 1,464 5/18/2020
3.0.0 1,395 5/17/2020
2.3.1 1,514 5/15/2020
2.3.0 1,546 5/15/2020
2.2.1 1,670 5/11/2020
2.2.0 1,573 5/10/2020
2.1.3 4,752 5/7/2020
2.1.2 2,588 5/4/2020
2.1.1 1,624 5/1/2020
2.1.0 1,757 4/29/2020
2.0.0 1,620 4/27/2020
2.0.0-beta.3 418 4/27/2020
2.0.0-beta.2 395 4/27/2020
2.0.0-beta.1 396 4/27/2020
1.34.2 1,952 4/27/2020
1.34.1 1,612 4/25/2020
1.34.0 1,669 4/24/2020
1.33.0 1,875 4/19/2020
1.32.4 1,549 4/17/2020
1.32.3 1,613 4/17/2020
1.32.2 1,280 4/16/2020
1.32.1 1,631 4/16/2020
1.32.0 1,654 4/15/2020
1.31.1 1,687 4/12/2020
1.31.0 1,720 4/10/2020
1.30.0 1,550 4/9/2020
1.29.0 1,574 4/8/2020
1.28.3 1,581 4/8/2020
1.28.2 1,896 4/5/2020
1.28.1 1,284 4/5/2020
1.28.0 1,557 4/5/2020
1.27.3 1,797 4/1/2020
1.27.2 1,544 3/31/2020
1.27.1 1,472 3/30/2020
1.27.1-beta.1 440 3/29/2020
1.27.0 1,727 3/29/2020
1.26.1 1,625 3/27/2020
1.26.0 1,558 3/25/2020
1.25.1 1,585 3/24/2020
1.25.0 1,751 3/22/2020
1.24.1 1,670 3/18/2020
1.24.0 2,305 3/10/2020
1.23.0 1,677 3/6/2020
1.22.3 1,589 3/3/2020
1.22.2 1,426 3/3/2020
1.22.1 1,621 2/28/2020
1.22.0 1,698 2/25/2020
1.21.0 1,518 2/24/2020
1.20.1 1,417 2/24/2020
1.20.0 3,512 2/22/2020
1.19.2 1,721 2/18/2020
1.19.1 1,381 2/18/2020
1.19.0 1,713 2/12/2020
1.18.0 1,651 2/10/2020
1.17.1 1,602 2/8/2020
1.17.0 1,353 2/8/2020
1.16.0 1,302 2/8/2020
1.14.1 2,104 2/2/2020
1.14.0 1,471 2/2/2020
1.13.0 3,220 1/19/2020
1.12.3 1,948 1/13/2020
1.12.2 1,585 1/12/2020
1.12.1 1,340 1/12/2020
1.12.0 1,324 1/12/2020
1.11.2 1,304 1/11/2020
1.11.1 1,507 1/10/2020
1.11.0 1,454 1/10/2020
1.10.1 1,610 1/8/2020
1.10.0 1,391 1/8/2020
1.9.3 1,419 1/8/2020
1.9.2 1,508 1/6/2020
1.9.1 1,331 1/6/2020
1.9.0 1,319 1/6/2020
1.8.0 1,614 1/5/2020
1.7.1 1,446 1/3/2020
1.7.0 1,886 1/2/2020
1.6.0 1,348 1/2/2020
1.5.5 1,779 1/1/2020
1.5.4 1,378 1/1/2020
1.5.3 1,849 12/29/2019
1.5.2 1,480 12/27/2019
1.5.1 1,364 12/27/2019
1.5.0 1,509 12/27/2019
1.4.1 1,644 12/21/2019
1.4.0 1,307 12/21/2019
1.3.2 1,382 12/20/2019
1.3.1 1,586 12/18/2019
1.3.1-beta.1 456 12/18/2019
1.3.0 1,645 12/17/2019
1.3.0-beta.1 423 12/18/2019
1.2.0 1,425 12/17/2019
1.1.1 1,383 12/16/2019
1.1.0 1,486 12/16/2019
1.0.0 11,019 12/15/2019
1.0.0-beta.41 459 12/15/2019
1.0.0-beta.40 441 12/15/2019
1.0.0-beta.39 443 12/14/2019
1.0.0-beta.38 441 12/12/2019
1.0.0-beta.37 417 12/12/2019
1.0.0-beta.36 421 12/12/2019
1.0.0-beta.35 431 12/11/2019
1.0.0-beta.34 448 12/11/2019
1.0.0-beta.33 427 12/11/2019
1.0.0-beta.32 707 12/6/2019
1.0.0-beta.31 593 12/3/2019
1.0.0-beta.30 427 12/3/2019
1.0.0-beta.29 485 12/2/2019
1.0.0-beta.28 599 12/1/2019
1.0.0-beta.27 403 12/1/2019
1.0.0-beta.23 453 11/28/2019
1.0.0-beta.22 446 11/27/2019
1.0.0-beta.21 428 11/27/2019
1.0.0-beta.20 422 11/27/2019
1.0.0-beta.19 418 11/27/2019
1.0.0-beta.18 421 11/27/2019
1.0.0-beta.17 418 11/27/2019
1.0.0-beta.16 417 11/27/2019
1.0.0-beta.15 697 11/26/2019
1.0.0-beta.14 401 11/26/2019
1.0.0-beta.13 442 11/25/2019
1.0.0-beta.11 438 11/25/2019
1.0.0-beta.10 484 11/25/2019
1.0.0-beta.9 434 11/24/2019
1.0.0-beta.7 476 11/23/2019
1.0.0-beta.6 436 11/23/2019
1.0.0-beta.5 435 11/23/2019
1.0.0-beta.4 441 11/23/2019
1.0.0-beta.3 429 11/23/2019
1.0.0-beta.2 435 11/23/2019
1.0.0-beta.1 437 11/23/2019