Verify.Xunit 17.1.5

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

Enables verification of complex models and documents.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  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 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 is compatible.  netcoreapp2.2 is compatible.  netcoreapp3.0 is compatible.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (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 (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
30.4.0 24,546 6/13/2025
30.3.1 41,107 6/4/2025
30.3.0 12,472 6/1/2025
30.2.0 1,930 6/1/2025
30.1.0 78,040 5/12/2025
30.1.0-beta.2 279 5/8/2025
30.1.0-beta.1 123 5/8/2025
30.0.0 58,416 5/2/2025
29.5.0 22,497 4/30/2025
29.4.0 13,630 4/29/2025
29.3.1 12,598 4/26/2025
29.3.0 29,015 4/21/2025
29.2.0 109,006 4/7/2025
29.1.0 39,786 4/1/2025
29.0.0 12,191 3/31/2025
29.0.0-beta.6 526 3/24/2025
29.0.0-beta.5 396 3/24/2025
29.0.0-beta.4 400 3/24/2025
29.0.0-beta.3 393 3/24/2025
29.0.0-beta.2 392 3/24/2025
29.0.0-beta.1 223 3/19/2025
28.16.0 137,348 3/17/2025
28.15.0 30,478 3/12/2025
28.14.1 8,985 3/12/2025
28.14.0 7,692 3/11/2025
28.14.0-beta.7 142 3/11/2025
28.14.0-beta.6 145 3/11/2025
28.14.0-beta.5 157 3/10/2025
28.14.0-beta.4 198 3/6/2025
28.14.0-beta.3 187 3/6/2025
28.14.0-beta.2 187 3/6/2025
28.14.0-beta.1 193 3/5/2025
28.13.0 100,959 2/26/2025
28.12.1 22,735 2/24/2025
28.12.0 20,584 2/23/2025
28.11.0 65,553 2/14/2025
28.10.1 81,635 2/4/2025
28.10.0 7,210 2/3/2025
28.9.0 224,867 1/14/2025
28.8.1 129,284 1/6/2025
28.8.0 4,206 1/6/2025
28.7.1 15,706 1/4/2025
28.7.0 63,277 12/22/2024
28.6.1 42,747 12/19/2024
28.6.0 34,703 12/17/2024
28.5.0 36,331 12/13/2024
28.4.0 162,436 11/28/2024
28.3.2 132,538 11/18/2024
28.3.1 26,109 11/15/2024
28.3.0 5,857 11/15/2024
28.2.1 60,677 11/13/2024
28.2.0 41,487 11/10/2024
28.1.3 49,948 11/2/2024
28.1.2 7,674 11/1/2024
28.1.1 3,686 11/1/2024
28.1.0 10,925 10/31/2024
28.0.0 18,248 10/30/2024
28.0.0-beta.1 70 10/30/2024
27.1.0 145,561 10/25/2024
27.1.0-beta.2 86 10/23/2024
27.0.1 117,649 10/14/2024
27.0.0 10,736 10/14/2024
27.0.0-beta.7 153 10/10/2024
27.0.0-beta.6 277 10/5/2024
27.0.0-beta.5 361 9/26/2024
27.0.0-beta.4 1,948 9/24/2024
27.0.0-beta.3 82 9/23/2024
27.0.0-beta.1 83 9/22/2024
26.6.0 197,493 9/21/2024
26.5.0 31,689 9/18/2024
26.4.5 57,638 9/13/2024
26.4.4 50,155 9/10/2024
26.4.3 2,075 9/10/2024
26.4.2 20,979 9/9/2024
26.4.1 2,409 9/9/2024
26.4.0 33,907 9/5/2024
26.3.1 31,938 9/2/2024
26.3.0 12,667 8/30/2024
26.2.0 234,986 8/10/2024
26.1.6 45,144 7/31/2024
26.1.5 25,076 7/28/2024
26.1.3 1,995 7/28/2024
26.1.2 10,899 7/26/2024
26.1.1 2,074 7/25/2024
26.0.1 21,955 7/23/2024
26.0.0 12,202 7/20/2024
25.3.2 47,049 7/17/2024
25.3.1 56,352 7/11/2024
25.3.0 73,970 7/3/2024
25.2.0 4,351 7/2/2024
25.1.1 16,353 7/2/2024
25.1.0 1,588 7/2/2024
25.0.4 36,202 6/24/2024
25.0.3 71,190 6/14/2024
25.0.2 45,484 6/11/2024
25.0.1 65,104 6/2/2024
25.0.0 2,385 6/1/2024
25.0.0-beta.3 104 5/31/2024
25.0.0-beta.2 86 5/31/2024
25.0.0-beta.1 213 5/30/2024
24.3.0-beta.5 139 5/29/2024
24.3.0-beta.4 139 5/23/2024
24.3.0-beta.3 100 5/21/2024
24.3.0-beta.2 99 5/19/2024
24.3.0-beta.1 81 5/18/2024
24.2.0 229,306 5/9/2024
24.1.0 155,533 4/13/2024
24.0.0 7,292 4/12/2024
24.0.0-beta.2 149 4/12/2024
24.0.0-beta.1 82 4/11/2024
23.7.2 69,292 4/9/2024
23.7.1 31,674 4/4/2024
23.7.0 2,194 4/3/2024
23.6.0 52,014 3/27/2024
23.5.2 202,625 3/16/2024
23.5.1 15,412 3/15/2024
23.5.0 61,265 3/12/2024
23.4.0 17,980 3/10/2024
23.3.0 36,583 3/7/2024
23.2.3 17,009 3/6/2024
23.2.2 69,855 2/27/2024
23.2.1 30,562 2/21/2024
23.2.0 69,125 2/14/2024
23.1.0 101,835 2/3/2024
23.0.1 105,948 1/23/2024
23.0.0 30,862 1/17/2024
22.11.5 76,205 1/10/2024
22.11.4 38,400 1/6/2024
22.11.3 6,021 1/5/2024
22.11.2 4,590 1/3/2024
22.11.1 32,580 12/27/2023
22.11.0 2,193 12/27/2023
22.10.2 8,257 12/24/2023
22.10.1 1,569 12/23/2023
22.10.0 3,983 12/22/2023
22.9.0 1,893 12/22/2023
22.8.0 97,404 12/7/2023
22.7.1 135,678 12/4/2023
22.7.0 2,085 12/4/2023
22.6.1 1,694 12/4/2023
22.6.0 42,769 11/27/2023
22.5.0 163,699 11/16/2023
22.4.1 12,172 11/15/2023
22.4.0 1,295 11/15/2023
22.3.0 4,159 11/14/2023
22.2.0 21,325 11/10/2023
22.2.0-beta.7 155 11/7/2023
22.2.0-beta.6 125 11/7/2023
22.2.0-beta.5 419 10/29/2023
22.2.0-beta.4 179 10/25/2023
22.2.0-beta.3 106 10/25/2023
22.2.0-beta.2 134 10/23/2023
22.2.0-beta.1 131 10/22/2023
22.1.4 117,350 10/16/2023
22.1.3 19,977 10/10/2023
22.1.2 18,416 10/9/2023
22.1.1 4,679 10/6/2023
22.1.0 4,699 10/5/2023
22.0.0 1,676 10/5/2023
21.3.0 28,272 9/28/2023
21.2.0 14,213 9/24/2023
21.1.6 3,270 9/23/2023
21.1.5 12,493 9/20/2023
21.1.4 12,788 9/19/2023
21.1.3 31,018 9/13/2023
21.1.2 1,615 9/13/2023
21.1.1 28,567 9/11/2023
21.1.0 1,950 9/10/2023
21.0.0 105,809 8/31/2023
20.8.2 113,090 8/27/2023
20.8.1 24,390 8/21/2023
20.8.0 27,975 8/15/2023
20.7.0 5,925 8/13/2023
20.6.0 101,199 7/22/2023
20.5.1 18,646 7/16/2023
20.5.0 50,797 7/10/2023
20.4.0 151,473 6/20/2023
20.3.2 77,844 6/6/2023
20.3.1 13,035 6/3/2023
20.3.0 22,710 5/29/2023
20.2.0 4,652 5/27/2023
20.1.1 11,987 5/25/2023
20.1.0 5,722 5/24/2023
20.1.0-beta.1 130 5/24/2023
20.0.0 48,567 5/18/2023
19.14.1 131,584 5/1/2023
19.14.0 24,285 4/28/2023
19.13.1 11,342 4/26/2023
19.13.0 20,727 4/22/2023
19.12.3 101,942 4/15/2023
19.12.2 28,178 4/12/2023
19.12.1 28,340 4/6/2023
19.12.0 30,148 3/31/2023
19.11.2 41,718 3/20/2023
19.11.1 56,259 3/10/2023
19.11.0 5,846 3/10/2023
19.10.0 143,037 2/19/2023
19.9.3 33,734 2/13/2023
19.9.2 60,054 2/6/2023
19.9.1 1,176 2/6/2023
19.9.0 1,733 2/6/2023
19.8.3 7,022 2/3/2023
19.8.2 4,100 2/2/2023
19.8.1 19,909 2/1/2023
19.8.0 12,711 1/29/2023
19.7.1 87,735 1/20/2023
19.7.0 8,293 1/19/2023
19.6.0 63,134 1/9/2023
19.5.1-beta.3 163 1/5/2023
19.5.1-beta.2 171 1/4/2023
19.5.1-beta.1 166 1/4/2023
19.5.0 154,777 12/19/2022
19.4.2 1,658 12/18/2022
19.4.1 1,006 12/18/2022
19.4.0 937 12/18/2022
19.4.0-beta.4 161 12/17/2022
19.4.0-beta.3 204 12/12/2022
19.4.0-beta.2 159 12/10/2022
19.4.0-beta.1 165 12/7/2022
19.3.0 85,152 11/27/2022
19.2.0 1,049 11/27/2022
19.1.0 207,325 11/13/2022
19.0.0 27,319 11/8/2022
18.4.0 16,478 11/6/2022
18.3.1-beta.1 148 11/3/2022
18.3.0 33,835 11/1/2022
18.2.1 24,859 11/1/2022
18.2.0 10,316 10/31/2022
18.1.1 14,521 10/28/2022
18.1.0 1,475 10/28/2022
18.1.0-beta.2 158 10/28/2022
18.1.0-beta.1 243 10/26/2022
18.0.0 33,307 10/23/2022
18.0.0-rc.1 200 10/23/2022
18.0.0-beta.33 355 10/23/2022
18.0.0-beta.32 368 10/20/2022
18.0.0-beta.31 204 10/19/2022
18.0.0-beta.30 1,740 10/17/2022
18.0.0-beta.29 163 10/17/2022
18.0.0-beta.28 157 10/17/2022
18.0.0-beta.27 178 10/17/2022
18.0.0-beta.26 171 10/16/2022
18.0.0-beta.25 976 10/12/2022
18.0.0-beta.24 154 10/12/2022
18.0.0-beta.23 706 10/3/2022
18.0.0-beta.22 194 10/1/2022
18.0.0-beta.21 1,900 9/26/2022
18.0.0-beta.20 256 9/24/2022
18.0.0-beta.19 970 9/20/2022
18.0.0-beta.18 3,848 9/14/2022
18.0.0-beta.17 812 9/11/2022
18.0.0-beta.16 218 9/8/2022
18.0.0-beta.15 201 9/7/2022
18.0.0-beta.14 187 9/7/2022
18.0.0-beta.13 296 9/6/2022
18.0.0-beta.12 171 9/6/2022
18.0.0-beta.11 461 9/5/2022
18.0.0-beta.10 231 9/3/2022
18.0.0-beta.9 162 9/3/2022
18.0.0-beta.8 430 8/25/2022
18.0.0-beta.7 1,123 8/25/2022
18.0.0-beta.6 65,752 8/22/2022
18.0.0-beta.5 190 8/22/2022
18.0.0-beta.4 172 8/22/2022
18.0.0-beta.3 1,125 8/21/2022
18.0.0-beta.2 180 8/21/2022
18.0.0-beta.1 198 8/21/2022
17.10.2 426,036 8/16/2022
17.10.1 1,374 8/16/2022
17.10.0 4,017 8/14/2022
17.9.0 2,940 8/12/2022
17.8.1 219,547 8/9/2022
17.8.0 3,555 8/9/2022
17.7.1 32,961 8/9/2022
17.7.0 8,472 8/8/2022
17.6.2 6,997 8/8/2022
17.6.1 1,178 8/8/2022
17.6.0 1,741 8/6/2022
17.5.0 94,789 7/30/2022
17.4.2 16,833 7/27/2022
17.4.1 2,116 7/26/2022
17.4.0 1,608 7/26/2022
17.3.1 1,657 7/26/2022
17.3.0 1,163 7/25/2022
17.2.1 91,804 7/3/2022
17.2.0 4,065 7/2/2022
17.1.6 33,476 6/28/2022
17.1.5 1,369 6/27/2022
17.1.4 36,414 6/8/2022
17.1.3 1,133 6/8/2022
17.1.2 7,142 6/7/2022
17.1.1 14,919 6/4/2022
17.1.0 1,513 6/3/2022
17.0.3 1,613 6/2/2022
17.0.2 9,908 6/2/2022
17.0.1 1,099 6/2/2022
17.0.0 5,860 6/2/2022
17.0.0-beta.2 215 6/1/2022
17.0.0-beta.1 313 5/23/2022
16.9.0 131,781 5/27/2022
16.8.2 4,294 5/24/2022
16.8.1 61,395 5/16/2022
16.8.0 1,153 5/16/2022
16.7.2 1,425 5/16/2022
16.7.1 3,982 5/13/2022
16.7.0 48,375 4/29/2022
16.6.0 5,305 4/25/2022
16.5.4 36,913 4/2/2022
16.5.3 1,105 4/2/2022
16.5.2 2,320 3/31/2022
16.5.1 2,327 3/30/2022
16.5.0 1,161 3/30/2022
16.5.0-beta.1 242 3/26/2022
16.4.4 16,875 3/26/2022
16.4.3 65,165 3/22/2022
16.4.2 119,597 3/16/2022
16.4.1 1,149 3/16/2022
16.4.0 1,097 3/15/2022
16.3.6 11,440 3/12/2022
16.3.5 22,675 3/6/2022
16.3.4 10,234 3/2/2022
16.3.3 1,665 3/1/2022
16.3.2 10,554 2/26/2022
16.3.0 1,311 2/26/2022
16.2.0 14,279 2/21/2022
16.1.2 16,180 2/13/2022
16.1.1 15,914 2/7/2022
16.1.0 1,855 2/7/2022
16.0.0 16,494 2/3/2022
15.2.1 19,461 2/1/2022
15.2.0 2,986 1/30/2022
15.1.1 43,571 1/25/2022
15.1.0 2,255 1/25/2022
15.1.0-beta.1 232 1/24/2022
15.0.1 2,301 1/24/2022
15.0.0 1,424 1/24/2022
15.0.0-beta.6 245 1/23/2022
15.0.0-beta.5 218 1/23/2022
15.0.0-beta.4 216 1/21/2022
15.0.0-beta.3 199 1/21/2022
15.0.0-beta.2 212 1/21/2022
15.0.0-beta.1 238 1/20/2022
14.14.1 151,003 1/13/2022
14.14.0 1,407 1/12/2022
14.13.1 488,199 1/6/2022
14.13.0 12,162 1/6/2022
14.12.0 6,655 12/27/2021
14.11.4 8,697 12/24/2021
14.11.3 2,316 12/21/2021
14.11.2 4,651 12/16/2021
14.11.1 2,403 12/14/2021
14.11.0 1,050 12/14/2021
14.10.1 1,596 12/12/2021
14.10.0 1,296 12/11/2021
14.9.1 4,874 12/9/2021
14.9.0 949 12/9/2021
14.8.1 2,594 12/7/2021
14.8.0 1,289 12/6/2021
14.7.0 46,522 12/2/2021
14.6.6 9,550 11/28/2021
14.6.5 2,107 11/27/2021
14.6.4 5,627 11/26/2021
14.6.3 3,966 11/26/2021
14.6.2 3,685 11/25/2021
14.6.1 3,268 11/25/2021
14.6.0 17,561 11/23/2021
14.5.0 1,595 11/23/2021
14.4.1 1,477 11/22/2021
14.4.0 1,719 11/21/2021
14.3.0 13,979 11/14/2021
14.2.0 21,734 11/6/2021
14.1.1 2,242 11/3/2021
14.1.0 1,240 11/3/2021
14.0.1 2,426 10/31/2021
13.3.1 7,459 10/26/2021
13.3.0 37,900 10/17/2021
13.2.2 3,360 10/15/2021
13.2.1 1,525 10/15/2021
13.2.0 1,138 10/15/2021
13.1.0 7,341 10/8/2021
13.0.3 2,608 10/3/2021
13.0.2 1,040 10/3/2021
13.0.1 1,512 10/1/2021
13.0.0 2,001 10/1/2021
13.0.0-beta.2 242 10/1/2021
13.0.0-beta.1 255 10/1/2021
12.2.0 7,048 9/29/2021
12.1.0 1,216 9/28/2021
12.0.0 3,268 9/26/2021
12.0.0-beta.7 308 9/25/2021
12.0.0-beta.6 234 9/25/2021
12.0.0-beta.5 341 9/24/2021
12.0.0-beta.4 285 9/22/2021
12.0.0-beta.3 290 9/21/2021
12.0.0-beta.2 236 9/21/2021
12.0.0-beta.1 264 9/21/2021
11.27.0 7,894 9/15/2021
11.26.0 3,087 9/12/2021
11.25.0 1,819 9/10/2021
11.24.0 22,401 8/16/2021
11.23.1 8,198 8/11/2021
11.23.0 2,983 8/9/2021
11.22.0 1,262 8/7/2021
11.20.3 7,667 7/12/2021
11.20.2 1,608 7/12/2021
11.20.1 16,840 7/2/2021
11.20.0 1,418 7/1/2021
11.19.3 25,280 6/28/2021
11.19.2 3,686 6/25/2021
11.19.1 1,889 6/23/2021
11.19.1-beta.1 310 6/22/2021
11.19.0 90,327 6/19/2021
11.18.4 2,700 6/16/2021
11.18.3 1,314 6/16/2021
11.18.2 5,354 6/3/2021
11.18.1 7,079 6/1/2021
11.18.0 2,799 5/27/2021
11.17.0 25,569 5/22/2021
11.16.1 1,315 5/21/2021
11.16.0 1,164 5/21/2021
11.15.1 2,481 5/17/2021
11.15.0 1,139 5/17/2021
11.14.0 1,087 5/17/2021
11.13.0 11,618 5/13/2021
11.12.2 1,241 5/13/2021
11.12.1 62,486 5/10/2021
11.12.0 1,649 5/8/2021
11.11.0 15,230 5/5/2021
11.10.3 1,759 5/3/2021
11.10.2 1,415 5/3/2021
11.10.1 1,115 5/3/2021
11.10.0 1,171 5/3/2021
11.9.0 1,826 4/27/2021
11.8.0 1,557 4/26/2021
11.7.0 3,112 4/18/2021
11.6.0 1,481 4/14/2021
11.6.0-beta.4 290 4/13/2021
11.6.0-beta.3 279 4/12/2021
11.6.0-beta.2 313 4/12/2021
11.6.0-beta.1 236 4/11/2021
11.5.0 5,223 4/5/2021
11.5.0-beta.2 331 4/4/2021
11.5.0-beta.1 240 4/3/2021
11.4.0 1,980 3/31/2021
11.3.0 1,111 3/31/2021
11.2.0 1,439 3/29/2021
11.1.0 2,904 3/22/2021
11.0.3 14,093 3/21/2021
11.0.2 1,409 3/16/2021
11.0.1 1,411 3/15/2021
11.0.0 2,185 3/13/2021
11.0.0-beta.10 341 3/13/2021
11.0.0-beta.9 262 3/12/2021
11.0.0-beta.8 324 3/12/2021
11.0.0-beta.7 375 3/10/2021
11.0.0-beta.6 759 2/28/2021
11.0.0-beta.5 402 2/27/2021
11.0.0-beta.4 299 2/27/2021
11.0.0-beta.3 967 2/15/2021
11.0.0-beta.2 262 2/15/2021
11.0.0-beta.1 260 2/15/2021
10.9.1 14,966 2/12/2021
10.9.0 1,271 2/12/2021
10.8.0 1,604 2/10/2021
10.7.0 2,223 2/8/2021
10.6.2 1,920 2/4/2021
10.6.0 1,152 2/4/2021
10.5.1 1,524 2/1/2021
10.5.0 1,329 1/31/2021
10.5.0-beta.1 288 1/31/2021
10.4.0 1,233 1/30/2021
10.3.0 1,166 1/30/2021
10.2.1 1,321 1/29/2021
10.2.0 1,206 1/29/2021
10.1.0 1,163 1/29/2021
10.0.0 1,738 1/28/2021
10.0.0-beta.8 283 1/27/2021
10.0.0-beta.7 284 1/27/2021
10.0.0-beta.6 293 1/27/2021
10.0.0-beta.5 313 1/25/2021
10.0.0-beta.4 382 1/24/2021
10.0.0-beta.3 5,993 1/24/2021
10.0.0-beta.2 358 1/24/2021
10.0.0-beta.1 289 1/23/2021
9.1.0-beta.9 270 1/23/2021
9.1.0-beta.7 319 1/22/2021
9.1.0-beta.6 369 1/21/2021
9.1.0-beta.5 560 1/17/2021
9.1.0-beta.4 314 1/17/2021
9.1.0-beta.3 304 1/17/2021
9.1.0-beta.1 384 1/16/2021
9.0.0 2,700 1/8/2021
9.0.0-beta.2 371 1/6/2021
9.0.0-beta.1 5,200 1/3/2021
8.14.0 1,641 12/29/2020
8.13.0 1,996 12/21/2020
8.12.5 1,530 12/18/2020
8.12.4 2,113 12/17/2020
8.12.3 2,074 12/15/2020
8.12.2 1,291 12/15/2020
8.12.1 1,284 12/15/2020
8.12.0 1,585 12/12/2020
8.11.0 14,208 11/30/2020
8.10.0 1,272 11/30/2020
8.9.0 1,569 11/29/2020
8.8.0 1,455 11/26/2020
8.7.4-beta.2 346 11/26/2020
8.7.4-beta.1 310 11/26/2020
8.7.3 1,372 11/26/2020
8.7.2 1,243 11/26/2020
8.7.1 1,180 11/25/2020
8.7.0 1,184 11/25/2020
8.6.1 1,280 11/25/2020
8.6.0 1,734 11/23/2020
8.5.0 1,262 11/23/2020
8.4.2 6,622 11/20/2020
8.4.1 1,319 11/20/2020
8.4.0 1,580 11/17/2020
8.3.0 1,483 11/16/2020
8.2.2 1,567 11/15/2020
8.2.1 1,459 11/12/2020
8.2.0 1,469 11/10/2020
8.1.0 1,358 11/10/2020
8.0.1 1,848 11/8/2020
8.0.0 1,344 11/8/2020
8.0.0-beta.2 468 11/8/2020
8.0.0-beta.1 313 11/6/2020
7.0.2 9,054 11/1/2020
7.0.1 1,273 11/1/2020
7.0.0 1,344 11/1/2020
7.0.0-beta.1 398 11/1/2020
6.27.0-beta.1 429 10/30/2020
6.26.0 4,195 10/29/2020
6.25.1 1,657 10/22/2020
6.25.0 1,518 10/22/2020
6.24.1 1,454 10/20/2020
6.24.0 2,020 10/11/2020
6.23.3 2,781 10/2/2020
6.23.1 1,450 10/2/2020
6.23.0 1,493 9/30/2020
6.22.1 1,563 9/25/2020
6.22.0 1,448 9/24/2020
6.21.0 1,421 9/23/2020
6.20.0 1,395 9/23/2020
6.19.0 1,393 9/23/2020
6.18.0 1,269 9/23/2020
6.17.0 1,276 9/22/2020
6.16.0 1,349 9/22/2020
6.15.3 2,734 9/16/2020
6.15.2 5,414 9/14/2020
6.15.0 1,410 9/14/2020
6.14.1 1,732 9/13/2020
6.14.0 1,381 9/11/2020
6.13.0 1,484 9/10/2020
6.12.0 1,318 9/10/2020
6.12.0-beta.2 325 9/10/2020
6.12.0-beta.1 336 9/9/2020
6.11.1 1,477 9/8/2020
6.11.0 1,243 9/8/2020
6.10.7 2,128 9/2/2020
6.10.6 1,758 8/31/2020
6.10.5 1,627 8/29/2020
6.10.4 1,408 8/28/2020
6.10.3 1,449 8/28/2020
6.10.2 1,534 8/27/2020
6.10.1 1,330 8/26/2020
6.10.0 1,435 8/25/2020
6.9.0 1,957 8/20/2020
6.8.0 1,613 8/19/2020
6.7.0 7,052 7/26/2020
6.6.0 1,967 7/16/2020
6.5.0 1,762 7/12/2020
6.4.0 1,379 7/11/2020
6.3.1 1,483 7/10/2020
6.3.0 1,689 7/3/2020
6.2.0 1,443 7/2/2020
6.1.1 1,635 7/1/2020
6.1.0 1,314 7/1/2020
6.0.0 1,454 6/30/2020
6.0.0-beta.1 389 6/28/2020
5.1.0 1,473 6/26/2020
5.0.4 1,671 6/17/2020
5.0.3 1,244 6/17/2020
5.0.2 1,943 6/15/2020
5.0.0 1,444 6/14/2020
5.0.0-beta.3 347 6/14/2020
5.0.0-beta.2 415 6/14/2020
5.0.0-beta.1 406 6/14/2020
4.3.1 2,404 6/4/2020
4.3.0 1,330 6/4/2020
4.2.0 1,857 6/2/2020
4.1.0 1,929 6/1/2020
4.0.2 1,562 5/30/2020
4.0.1 1,459 5/27/2020
4.0.0 1,770 5/24/2020
3.1.0 1,778 5/21/2020
3.0.5 1,597 5/19/2020
3.0.4 1,428 5/18/2020
3.0.3 1,413 5/18/2020
3.0.2 1,452 5/18/2020
3.0.1 1,358 5/18/2020
3.0.0 1,326 5/17/2020
2.3.1 1,409 5/15/2020
2.3.0 1,472 5/15/2020
2.2.1 1,579 5/11/2020
2.2.0 1,486 5/10/2020
2.1.3 4,653 5/7/2020
2.1.2 2,457 5/4/2020
2.1.1 1,500 5/1/2020
2.1.0 1,664 4/29/2020
2.0.0 1,550 4/27/2020
2.0.0-beta.3 363 4/27/2020
2.0.0-beta.2 348 4/27/2020
2.0.0-beta.1 342 4/27/2020
1.34.2 1,870 4/27/2020
1.34.1 1,481 4/25/2020
1.34.0 1,560 4/24/2020
1.33.0 1,800 4/19/2020
1.32.4 1,447 4/17/2020
1.32.3 1,518 4/17/2020
1.32.2 1,227 4/16/2020
1.32.1 1,538 4/16/2020
1.32.0 1,550 4/15/2020
1.31.1 1,608 4/12/2020
1.31.0 1,629 4/10/2020
1.30.0 1,468 4/9/2020
1.29.0 1,510 4/8/2020
1.28.3 1,504 4/8/2020
1.28.2 1,791 4/5/2020
1.28.1 1,209 4/5/2020
1.28.0 1,473 4/5/2020
1.27.3 1,723 4/1/2020
1.27.2 1,474 3/31/2020
1.27.1 1,408 3/30/2020
1.27.1-beta.1 390 3/29/2020
1.27.0 1,660 3/29/2020
1.26.1 1,533 3/27/2020
1.26.0 1,448 3/25/2020
1.25.1 1,467 3/24/2020
1.25.0 1,640 3/22/2020
1.24.1 1,560 3/18/2020
1.24.0 2,207 3/10/2020
1.23.0 1,573 3/6/2020
1.22.3 1,515 3/3/2020
1.22.2 1,328 3/3/2020
1.22.1 1,517 2/28/2020
1.22.0 1,615 2/25/2020
1.21.0 1,448 2/24/2020
1.20.1 1,346 2/24/2020
1.20.0 3,366 2/22/2020
1.19.2 1,657 2/18/2020
1.19.1 1,301 2/18/2020
1.19.0 1,585 2/12/2020
1.18.0 1,540 2/10/2020
1.17.1 1,521 2/8/2020
1.17.0 1,237 2/8/2020
1.16.0 1,220 2/8/2020
1.14.1 2,025 2/2/2020
1.14.0 1,377 2/2/2020
1.13.0 3,136 1/19/2020
1.12.3 1,866 1/13/2020
1.12.2 1,508 1/12/2020
1.12.1 1,262 1/12/2020
1.12.0 1,239 1/12/2020
1.11.2 1,218 1/11/2020
1.11.1 1,426 1/10/2020
1.11.0 1,369 1/10/2020
1.10.1 1,522 1/8/2020
1.10.0 1,306 1/8/2020
1.9.3 1,318 1/8/2020
1.9.2 1,421 1/6/2020
1.9.1 1,255 1/6/2020
1.9.0 1,221 1/6/2020
1.8.0 1,530 1/5/2020
1.7.1 1,370 1/3/2020
1.7.0 1,814 1/2/2020
1.6.0 1,261 1/2/2020
1.5.5 1,694 1/1/2020
1.5.4 1,303 1/1/2020
1.5.3 1,768 12/29/2019
1.5.2 1,385 12/27/2019
1.5.1 1,275 12/27/2019
1.5.0 1,426 12/27/2019
1.4.1 1,561 12/21/2019
1.4.0 1,224 12/21/2019
1.3.2 1,287 12/20/2019
1.3.1 1,506 12/18/2019
1.3.1-beta.1 401 12/18/2019
1.3.0 1,553 12/17/2019
1.3.0-beta.1 371 12/18/2019
1.2.0 1,355 12/17/2019
1.1.1 1,303 12/16/2019
1.1.0 1,399 12/16/2019
1.0.0 8,503 12/15/2019
1.0.0-beta.41 409 12/15/2019
1.0.0-beta.40 389 12/15/2019
1.0.0-beta.39 384 12/14/2019
1.0.0-beta.38 388 12/12/2019
1.0.0-beta.37 376 12/12/2019
1.0.0-beta.36 379 12/12/2019
1.0.0-beta.35 375 12/11/2019
1.0.0-beta.34 407 12/11/2019
1.0.0-beta.33 376 12/11/2019
1.0.0-beta.32 647 12/6/2019
1.0.0-beta.31 529 12/3/2019
1.0.0-beta.30 372 12/3/2019
1.0.0-beta.29 426 12/2/2019
1.0.0-beta.28 544 12/1/2019
1.0.0-beta.27 361 12/1/2019
1.0.0-beta.23 400 11/28/2019
1.0.0-beta.22 404 11/27/2019
1.0.0-beta.21 375 11/27/2019
1.0.0-beta.20 370 11/27/2019
1.0.0-beta.19 365 11/27/2019
1.0.0-beta.18 365 11/27/2019
1.0.0-beta.17 363 11/27/2019
1.0.0-beta.16 362 11/27/2019
1.0.0-beta.15 648 11/26/2019
1.0.0-beta.14 357 11/26/2019
1.0.0-beta.13 400 11/25/2019
1.0.0-beta.11 382 11/25/2019
1.0.0-beta.10 428 11/25/2019
1.0.0-beta.9 387 11/24/2019
1.0.0-beta.7 423 11/23/2019
1.0.0-beta.6 381 11/23/2019
1.0.0-beta.5 383 11/23/2019
1.0.0-beta.4 389 11/23/2019
1.0.0-beta.3 376 11/23/2019
1.0.0-beta.2 379 11/23/2019
1.0.0-beta.1 382 11/23/2019