Verify.Xunit 17.8.1

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.8.1
                    
NuGet\Install-Package Verify.Xunit -Version 17.8.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="17.8.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Verify.Xunit" Version="17.8.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 17.8.1
                    
#r "nuget: Verify.Xunit, 17.8.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.
#addin nuget:?package=Verify.Xunit&version=17.8.1
                    
Install Verify.Xunit as a Cake Addin
#tool nuget:?package=Verify.Xunit&version=17.8.1
                    
Install Verify.Xunit 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 (125)

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.3.0 1,344 2 days ago
30.2.0 459 2 days ago
30.1.0 47,906 22 days ago
30.1.0-beta.2 182 25 days ago
30.1.0-beta.1 115 25 days ago
30.0.0 44,327 a month ago
29.5.0 16,473 a month ago
29.4.0 11,672 a month ago
29.3.1 11,026 a month ago
29.3.0 23,910 a month ago
29.2.0 85,995 2 months ago
29.1.0 34,379 2 months ago
29.0.0 11,645 2 months ago
29.0.0-beta.6 519 2 months ago
29.0.0-beta.5 383 2 months ago
29.0.0-beta.4 389 2 months ago
29.0.0-beta.3 377 2 months ago
29.0.0-beta.2 385 2 months ago
29.0.0-beta.1 216 3 months ago
28.16.0 115,831 3 months ago
28.15.0 26,019 3 months ago
28.14.1 8,579 3 months ago
28.14.0 7,194 3 months ago
28.14.0-beta.7 133 3 months ago
28.14.0-beta.6 135 3 months ago
28.14.0-beta.5 144 3 months ago
28.14.0-beta.4 191 3 months ago
28.14.0-beta.3 178 3 months ago
28.14.0-beta.2 183 3 months ago
28.14.0-beta.1 187 3 months ago
28.13.0 91,667 3 months ago
28.12.1 21,445 3 months ago
28.12.0 19,287 3 months ago
28.11.0 58,475 4 months ago
28.10.1 75,691 4 months ago
28.10.0 7,046 4 months ago
28.9.0 212,251 5 months ago
28.8.1 120,421 5 months ago
28.8.0 3,944 5 months ago
28.7.1 15,450 5 months ago
28.7.0 60,120 5 months ago
28.6.1 40,967 5 months ago
28.6.0 33,757 6 months ago
28.5.0 33,788 6 months ago
28.4.0 151,680 6 months ago
28.3.2 126,603 7 months ago
28.3.1 25,004 7 months ago
28.3.0 5,695 7 months ago
28.2.1 56,138 7 months ago
28.2.0 40,066 7 months ago
28.1.3 48,352 7 months ago
28.1.2 7,274 7 months ago
28.1.1 3,548 7 months ago
28.1.0 10,494 7 months ago
28.0.0 17,329 7 months ago
28.0.0-beta.1 63 7 months ago
27.1.0 133,211 7 months ago
27.1.0-beta.2 80 7 months ago
27.0.1 113,671 8 months ago
27.0.0 10,512 8 months ago
27.0.0-beta.7 142 8 months ago
27.0.0-beta.6 273 8 months ago
27.0.0-beta.5 354 8 months ago
27.0.0-beta.4 1,922 8 months ago
27.0.0-beta.3 75 8 months ago
27.0.0-beta.1 77 8 months ago
26.6.0 189,122 8 months ago
26.5.0 30,779 9 months ago
26.4.5 55,135 9 months ago
26.4.4 48,867 9 months ago
26.4.3 1,965 9 months ago
26.4.2 20,782 9 months ago
26.4.1 2,300 9 months ago
26.4.0 33,164 9 months ago
26.3.1 30,654 9 months ago
26.3.0 11,798 9 months ago
26.2.0 222,186 10 months ago
26.1.6 44,203 7/31/2024
26.1.5 24,444 7/28/2024
26.1.3 1,903 7/28/2024
26.1.2 10,720 7/26/2024
26.1.1 1,997 7/25/2024
26.0.1 20,756 7/23/2024
26.0.0 12,067 7/20/2024
25.3.2 42,997 7/17/2024
25.3.1 53,882 7/11/2024
25.3.0 71,034 7/3/2024
25.2.0 4,268 7/2/2024
25.1.1 16,236 7/2/2024
25.1.0 1,493 7/2/2024
25.0.4 35,855 6/24/2024
25.0.3 69,738 6/14/2024
25.0.2 42,384 6/11/2024
25.0.1 62,686 6/2/2024
25.0.0 2,302 6/1/2024
25.0.0-beta.3 100 5/31/2024
25.0.0-beta.2 78 5/31/2024
25.0.0-beta.1 205 5/30/2024
24.3.0-beta.5 127 5/29/2024
24.3.0-beta.4 132 5/23/2024
24.3.0-beta.3 91 5/21/2024
24.3.0-beta.2 95 5/19/2024
24.3.0-beta.1 75 5/18/2024
24.2.0 223,825 5/9/2024
24.1.0 152,782 4/13/2024
24.0.0 7,064 4/12/2024
24.0.0-beta.2 139 4/12/2024
24.0.0-beta.1 75 4/11/2024
23.7.2 66,718 4/9/2024
23.7.1 30,909 4/4/2024
23.7.0 2,132 4/3/2024
23.6.0 51,849 3/27/2024
23.5.2 200,895 3/16/2024
23.5.1 15,324 3/15/2024
23.5.0 60,976 3/12/2024
23.4.0 17,557 3/10/2024
23.3.0 36,258 3/7/2024
23.2.3 16,421 3/6/2024
23.2.2 67,813 2/27/2024
23.2.1 30,076 2/21/2024
23.2.0 64,438 2/14/2024
23.1.0 100,036 2/3/2024
23.0.1 104,601 1/23/2024
23.0.0 30,450 1/17/2024
22.11.5 72,930 1/10/2024
22.11.4 36,739 1/6/2024
22.11.3 5,950 1/5/2024
22.11.2 4,538 1/3/2024
22.11.1 31,427 12/27/2023
22.11.0 2,164 12/27/2023
22.10.2 8,185 12/24/2023
22.10.1 1,539 12/23/2023
22.10.0 3,950 12/22/2023
22.9.0 1,862 12/22/2023
22.8.0 95,063 12/7/2023
22.7.1 133,995 12/4/2023
22.7.0 2,058 12/4/2023
22.6.1 1,668 12/4/2023
22.6.0 42,413 11/27/2023
22.5.0 142,113 11/16/2023
22.4.1 11,979 11/15/2023
22.4.0 1,272 11/15/2023
22.3.0 4,130 11/14/2023
22.2.0 18,174 11/10/2023
22.2.0-beta.7 150 11/7/2023
22.2.0-beta.6 117 11/7/2023
22.2.0-beta.5 409 10/29/2023
22.2.0-beta.4 163 10/25/2023
22.2.0-beta.3 96 10/25/2023
22.2.0-beta.2 127 10/23/2023
22.2.0-beta.1 123 10/22/2023
22.1.4 113,167 10/16/2023
22.1.3 19,591 10/10/2023
22.1.2 16,991 10/9/2023
22.1.1 4,650 10/6/2023
22.1.0 4,670 10/5/2023
22.0.0 1,646 10/5/2023
21.3.0 28,165 9/28/2023
21.2.0 14,009 9/24/2023
21.1.6 3,241 9/23/2023
21.1.5 12,463 9/20/2023
21.1.4 12,713 9/19/2023
21.1.3 29,979 9/13/2023
21.1.2 1,583 9/13/2023
21.1.1 27,052 9/11/2023
21.1.0 1,918 9/10/2023
21.0.0 103,705 8/31/2023
20.8.2 107,483 8/27/2023
20.8.1 24,104 8/21/2023
20.8.0 27,446 8/15/2023
20.7.0 5,870 8/13/2023
20.6.0 97,468 7/22/2023
20.5.1 17,927 7/16/2023
20.5.0 48,604 7/10/2023
20.4.0 147,657 6/20/2023
20.3.2 77,359 6/6/2023
20.3.1 12,768 6/3/2023
20.3.0 22,438 5/29/2023
20.2.0 4,620 5/27/2023
20.1.1 11,948 5/25/2023
20.1.0 5,616 5/24/2023
20.1.0-beta.1 117 5/24/2023
20.0.0 47,003 5/18/2023
19.14.1 127,671 5/1/2023
19.14.0 21,510 4/28/2023
19.13.1 11,108 4/26/2023
19.13.0 20,533 4/22/2023
19.12.3 96,470 4/15/2023
19.12.2 26,016 4/12/2023
19.12.1 26,874 4/6/2023
19.12.0 30,009 3/31/2023
19.11.2 40,742 3/20/2023
19.11.1 55,915 3/10/2023
19.11.0 5,696 3/10/2023
19.10.0 141,836 2/19/2023
19.9.3 33,500 2/13/2023
19.9.2 56,599 2/6/2023
19.9.1 1,154 2/6/2023
19.9.0 1,711 2/6/2023
19.8.3 6,993 2/3/2023
19.8.2 4,058 2/2/2023
19.8.1 19,892 2/1/2023
19.8.0 12,639 1/29/2023
19.7.1 83,426 1/20/2023
19.7.0 7,924 1/19/2023
19.6.0 61,267 1/9/2023
19.5.1-beta.3 153 1/5/2023
19.5.1-beta.2 163 1/4/2023
19.5.1-beta.1 148 1/4/2023
19.5.0 153,087 12/19/2022
19.4.2 1,565 12/18/2022
19.4.1 989 12/18/2022
19.4.0 925 12/18/2022
19.4.0-beta.4 152 12/17/2022
19.4.0-beta.3 196 12/12/2022
19.4.0-beta.2 151 12/10/2022
19.4.0-beta.1 145 12/7/2022
19.3.0 84,707 11/27/2022
19.2.0 1,039 11/27/2022
19.1.0 205,491 11/13/2022
19.0.0 26,969 11/8/2022
18.4.0 16,442 11/6/2022
18.3.1-beta.1 138 11/3/2022
18.3.0 33,820 11/1/2022
18.2.1 24,344 11/1/2022
18.2.0 10,301 10/31/2022
18.1.1 14,177 10/28/2022
18.1.0 1,467 10/28/2022
18.1.0-beta.2 148 10/28/2022
18.1.0-beta.1 230 10/26/2022
18.0.0 30,743 10/23/2022
18.0.0-rc.1 173 10/23/2022
18.0.0-beta.33 331 10/23/2022
18.0.0-beta.32 356 10/20/2022
18.0.0-beta.31 192 10/19/2022
18.0.0-beta.30 1,728 10/17/2022
18.0.0-beta.29 154 10/17/2022
18.0.0-beta.28 149 10/17/2022
18.0.0-beta.27 166 10/17/2022
18.0.0-beta.26 162 10/16/2022
18.0.0-beta.25 958 10/12/2022
18.0.0-beta.24 146 10/12/2022
18.0.0-beta.23 692 10/3/2022
18.0.0-beta.22 181 10/1/2022
18.0.0-beta.21 1,886 9/26/2022
18.0.0-beta.20 246 9/24/2022
18.0.0-beta.19 955 9/20/2022
18.0.0-beta.18 3,830 9/14/2022
18.0.0-beta.17 800 9/11/2022
18.0.0-beta.16 207 9/8/2022
18.0.0-beta.15 189 9/7/2022
18.0.0-beta.14 171 9/7/2022
18.0.0-beta.13 286 9/6/2022
18.0.0-beta.12 155 9/6/2022
18.0.0-beta.11 450 9/5/2022
18.0.0-beta.10 217 9/3/2022
18.0.0-beta.9 150 9/3/2022
18.0.0-beta.8 415 8/25/2022
18.0.0-beta.7 1,112 8/25/2022
18.0.0-beta.6 65,127 8/22/2022
18.0.0-beta.5 176 8/22/2022
18.0.0-beta.4 160 8/22/2022
18.0.0-beta.3 1,113 8/21/2022
18.0.0-beta.2 166 8/21/2022
18.0.0-beta.1 187 8/21/2022
17.10.2 412,266 8/16/2022
17.10.1 1,364 8/16/2022
17.10.0 4,006 8/14/2022
17.9.0 2,927 8/12/2022
17.8.1 217,756 8/9/2022
17.8.0 3,543 8/9/2022
17.7.1 32,948 8/9/2022
17.7.0 8,435 8/8/2022
17.6.2 6,978 8/8/2022
17.6.1 1,165 8/8/2022
17.6.0 1,730 8/6/2022
17.5.0 94,526 7/30/2022
17.4.2 16,520 7/27/2022
17.4.1 2,099 7/26/2022
17.4.0 1,596 7/26/2022
17.3.1 1,643 7/26/2022
17.3.0 1,151 7/25/2022
17.2.1 91,066 7/3/2022
17.2.0 4,038 7/2/2022
17.1.6 33,338 6/28/2022
17.1.5 1,356 6/27/2022
17.1.4 35,991 6/8/2022
17.1.3 1,119 6/8/2022
17.1.2 7,128 6/7/2022
17.1.1 14,471 6/4/2022
17.1.0 1,499 6/3/2022
17.0.3 1,599 6/2/2022
17.0.2 9,792 6/2/2022
17.0.1 1,087 6/2/2022
17.0.0 5,836 6/2/2022
17.0.0-beta.2 203 6/1/2022
17.0.0-beta.1 298 5/23/2022
16.9.0 127,471 5/27/2022
16.8.2 4,265 5/24/2022
16.8.1 61,300 5/16/2022
16.8.0 1,139 5/16/2022
16.7.2 1,411 5/16/2022
16.7.1 3,605 5/13/2022
16.7.0 48,135 4/29/2022
16.6.0 5,285 4/25/2022
16.5.4 36,233 4/2/2022
16.5.3 1,088 4/2/2022
16.5.2 2,304 3/31/2022
16.5.1 2,245 3/30/2022
16.5.0 1,146 3/30/2022
16.5.0-beta.1 226 3/26/2022
16.4.4 16,782 3/26/2022
16.4.3 63,691 3/22/2022
16.4.2 119,535 3/16/2022
16.4.1 1,133 3/16/2022
16.4.0 1,076 3/15/2022
16.3.6 11,295 3/12/2022
16.3.5 22,066 3/6/2022
16.3.4 8,996 3/2/2022
16.3.3 1,651 3/1/2022
16.3.2 7,687 2/26/2022
16.3.0 1,295 2/26/2022
16.2.0 13,875 2/21/2022
16.1.2 15,693 2/13/2022
16.1.1 15,833 2/7/2022
16.1.0 1,840 2/7/2022
16.0.0 13,906 2/3/2022
15.2.1 19,432 2/1/2022
15.2.0 2,967 1/30/2022
15.1.1 43,529 1/25/2022
15.1.0 2,239 1/25/2022
15.1.0-beta.1 213 1/24/2022
15.0.1 2,285 1/24/2022
15.0.0 1,406 1/24/2022
15.0.0-beta.6 228 1/23/2022
15.0.0-beta.5 201 1/23/2022
15.0.0-beta.4 200 1/21/2022
15.0.0-beta.3 185 1/21/2022
15.0.0-beta.2 196 1/21/2022
15.0.0-beta.1 220 1/20/2022
14.14.1 150,831 1/13/2022
14.14.0 1,391 1/12/2022
14.13.1 473,374 1/6/2022
14.13.0 12,143 1/6/2022
14.12.0 6,631 12/27/2021
14.11.4 8,591 12/24/2021
14.11.3 2,301 12/21/2021
14.11.2 4,584 12/16/2021
14.11.1 2,386 12/14/2021
14.11.0 1,034 12/14/2021
14.10.1 1,581 12/12/2021
14.10.0 1,280 12/11/2021
14.9.1 4,857 12/9/2021
14.9.0 931 12/9/2021
14.8.1 2,579 12/7/2021
14.8.0 1,273 12/6/2021
14.7.0 45,457 12/2/2021
14.6.6 9,289 11/28/2021
14.6.5 2,088 11/27/2021
14.6.4 5,590 11/26/2021
14.6.3 3,950 11/26/2021
14.6.2 3,668 11/25/2021
14.6.1 3,253 11/25/2021
14.6.0 17,542 11/23/2021
14.5.0 1,578 11/23/2021
14.4.1 1,462 11/22/2021
14.4.0 1,703 11/21/2021
14.3.0 13,867 11/14/2021
14.2.0 21,709 11/6/2021
14.1.1 2,227 11/3/2021
14.1.0 1,219 11/3/2021
14.0.1 2,378 10/31/2021
13.3.1 7,432 10/26/2021
13.3.0 37,120 10/17/2021
13.2.2 3,341 10/15/2021
13.2.1 1,511 10/15/2021
13.2.0 1,120 10/15/2021
13.1.0 7,320 10/8/2021
13.0.3 2,591 10/3/2021
13.0.2 1,025 10/3/2021
13.0.1 1,497 10/1/2021
13.0.0 1,980 10/1/2021
13.0.0-beta.2 222 10/1/2021
13.0.0-beta.1 227 10/1/2021
12.2.0 7,031 9/29/2021
12.1.0 1,198 9/28/2021
12.0.0 3,249 9/26/2021
12.0.0-beta.7 293 9/25/2021
12.0.0-beta.6 209 9/25/2021
12.0.0-beta.5 324 9/24/2021
12.0.0-beta.4 271 9/22/2021
12.0.0-beta.3 272 9/21/2021
12.0.0-beta.2 220 9/21/2021
12.0.0-beta.1 242 9/21/2021
11.27.0 7,737 9/15/2021
11.26.0 3,061 9/12/2021
11.25.0 1,800 9/10/2021
11.24.0 21,929 8/16/2021
11.23.1 8,109 8/11/2021
11.23.0 2,964 8/9/2021
11.22.0 1,246 8/7/2021
11.20.3 7,632 7/12/2021
11.20.2 1,574 7/12/2021
11.20.1 16,823 7/2/2021
11.20.0 1,404 7/1/2021
11.19.3 25,254 6/28/2021
11.19.2 3,671 6/25/2021
11.19.1 1,852 6/23/2021
11.19.1-beta.1 292 6/22/2021
11.19.0 90,293 6/19/2021
11.18.4 2,685 6/16/2021
11.18.3 1,293 6/16/2021
11.18.2 5,338 6/3/2021
11.18.1 7,058 6/1/2021
11.18.0 2,247 5/27/2021
11.17.0 24,923 5/22/2021
11.16.1 1,300 5/21/2021
11.16.0 1,142 5/21/2021
11.15.1 2,462 5/17/2021
11.15.0 1,119 5/17/2021
11.14.0 1,072 5/17/2021
11.13.0 11,597 5/13/2021
11.12.2 1,226 5/13/2021
11.12.1 62,469 5/10/2021
11.12.0 1,635 5/8/2021
11.11.0 14,873 5/5/2021
11.10.3 1,745 5/3/2021
11.10.2 1,398 5/3/2021
11.10.1 1,099 5/3/2021
11.10.0 1,157 5/3/2021
11.9.0 1,806 4/27/2021
11.8.0 1,541 4/26/2021
11.7.0 3,095 4/18/2021
11.6.0 1,465 4/14/2021
11.6.0-beta.4 274 4/13/2021
11.6.0-beta.3 262 4/12/2021
11.6.0-beta.2 293 4/12/2021
11.6.0-beta.1 217 4/11/2021
11.5.0 5,193 4/5/2021
11.5.0-beta.2 315 4/4/2021
11.5.0-beta.1 225 4/3/2021
11.4.0 1,962 3/31/2021
11.3.0 1,096 3/31/2021
11.2.0 1,423 3/29/2021
11.1.0 2,716 3/22/2021
11.0.3 14,037 3/21/2021
11.0.2 1,393 3/16/2021
11.0.1 1,385 3/15/2021
11.0.0 2,167 3/13/2021
11.0.0-beta.10 323 3/13/2021
11.0.0-beta.9 246 3/12/2021
11.0.0-beta.8 307 3/12/2021
11.0.0-beta.7 354 3/10/2021
11.0.0-beta.6 734 2/28/2021
11.0.0-beta.5 381 2/27/2021
11.0.0-beta.4 276 2/27/2021
11.0.0-beta.3 649 2/15/2021
11.0.0-beta.2 243 2/15/2021
11.0.0-beta.1 239 2/15/2021
10.9.1 14,908 2/12/2021
10.9.0 1,256 2/12/2021
10.8.0 1,590 2/10/2021
10.7.0 2,208 2/8/2021
10.6.2 1,640 2/4/2021
10.6.0 1,135 2/4/2021
10.5.1 1,508 2/1/2021
10.5.0 1,312 1/31/2021
10.5.0-beta.1 269 1/31/2021
10.4.0 1,216 1/30/2021
10.3.0 1,146 1/30/2021
10.2.1 1,304 1/29/2021
10.2.0 1,189 1/29/2021
10.1.0 1,146 1/29/2021
10.0.0 1,711 1/28/2021
10.0.0-beta.8 260 1/27/2021
10.0.0-beta.7 261 1/27/2021
10.0.0-beta.6 275 1/27/2021
10.0.0-beta.5 296 1/25/2021
10.0.0-beta.4 366 1/24/2021
10.0.0-beta.3 5,971 1/24/2021
10.0.0-beta.2 335 1/24/2021
10.0.0-beta.1 272 1/23/2021
9.1.0-beta.9 254 1/23/2021
9.1.0-beta.7 301 1/22/2021
9.1.0-beta.6 351 1/21/2021
9.1.0-beta.5 543 1/17/2021
9.1.0-beta.4 296 1/17/2021
9.1.0-beta.3 288 1/17/2021
9.1.0-beta.1 366 1/16/2021
9.0.0 2,683 1/8/2021
9.0.0-beta.2 351 1/6/2021
9.0.0-beta.1 5,112 1/3/2021
8.14.0 1,623 12/29/2020
8.13.0 1,978 12/21/2020
8.12.5 1,512 12/18/2020
8.12.4 1,804 12/17/2020
8.12.3 2,054 12/15/2020
8.12.2 1,272 12/15/2020
8.12.1 1,265 12/15/2020
8.12.0 1,566 12/12/2020
8.11.0 14,179 11/30/2020
8.10.0 1,250 11/30/2020
8.9.0 1,552 11/29/2020
8.8.0 1,438 11/26/2020
8.7.4-beta.2 327 11/26/2020
8.7.4-beta.1 289 11/26/2020
8.7.3 1,354 11/26/2020
8.7.2 1,226 11/26/2020
8.7.1 1,161 11/25/2020
8.7.0 1,166 11/25/2020
8.6.1 1,264 11/25/2020
8.6.0 1,458 11/23/2020
8.5.0 1,245 11/23/2020
8.4.2 6,320 11/20/2020
8.4.1 1,303 11/20/2020
8.4.0 1,562 11/17/2020
8.3.0 1,464 11/16/2020
8.2.2 1,551 11/15/2020
8.2.1 1,443 11/12/2020
8.2.0 1,452 11/10/2020
8.1.0 1,339 11/10/2020
8.0.1 1,758 11/8/2020
8.0.0 1,327 11/8/2020
8.0.0-beta.2 451 11/8/2020
8.0.0-beta.1 294 11/6/2020
7.0.2 8,767 11/1/2020
7.0.1 1,254 11/1/2020
7.0.0 1,320 11/1/2020
7.0.0-beta.1 375 11/1/2020
6.27.0-beta.1 407 10/30/2020
6.26.0 4,177 10/29/2020
6.25.1 1,636 10/22/2020
6.25.0 1,500 10/22/2020
6.24.1 1,436 10/20/2020
6.24.0 1,999 10/11/2020
6.23.3 2,763 10/2/2020
6.23.1 1,426 10/2/2020
6.23.0 1,476 9/30/2020
6.22.1 1,547 9/25/2020
6.22.0 1,430 9/24/2020
6.21.0 1,401 9/23/2020
6.20.0 1,377 9/23/2020
6.19.0 1,375 9/23/2020
6.18.0 1,252 9/23/2020
6.17.0 1,259 9/22/2020
6.16.0 1,325 9/22/2020
6.15.3 2,716 9/16/2020
6.15.2 5,392 9/14/2020
6.15.0 1,387 9/14/2020
6.14.1 1,716 9/13/2020
6.14.0 1,366 9/11/2020
6.13.0 1,463 9/10/2020
6.12.0 1,301 9/10/2020
6.12.0-beta.2 301 9/10/2020
6.12.0-beta.1 318 9/9/2020
6.11.1 1,460 9/8/2020
6.11.0 1,223 9/8/2020
6.10.7 2,111 9/2/2020
6.10.6 1,741 8/31/2020
6.10.5 1,608 8/29/2020
6.10.4 1,389 8/28/2020
6.10.3 1,432 8/28/2020
6.10.2 1,518 8/27/2020
6.10.1 1,313 8/26/2020
6.10.0 1,418 8/25/2020
6.9.0 1,934 8/20/2020
6.8.0 1,591 8/19/2020
6.7.0 7,035 7/26/2020
6.6.0 1,951 7/16/2020
6.5.0 1,745 7/12/2020
6.4.0 1,362 7/11/2020
6.3.1 1,467 7/10/2020
6.3.0 1,670 7/3/2020
6.2.0 1,423 7/2/2020
6.1.1 1,618 7/1/2020
6.1.0 1,297 7/1/2020
6.0.0 1,436 6/30/2020
6.0.0-beta.1 371 6/28/2020
5.1.0 1,457 6/26/2020
5.0.4 1,646 6/17/2020
5.0.3 1,227 6/17/2020
5.0.2 1,925 6/15/2020
5.0.0 1,422 6/14/2020
5.0.0-beta.3 330 6/14/2020
5.0.0-beta.2 395 6/14/2020
5.0.0-beta.1 389 6/14/2020
4.3.1 2,386 6/4/2020
4.3.0 1,311 6/4/2020
4.2.0 1,839 6/2/2020
4.1.0 1,910 6/1/2020
4.0.2 1,542 5/30/2020
4.0.1 1,438 5/27/2020
4.0.0 1,746 5/24/2020
3.1.0 1,753 5/21/2020
3.0.5 1,577 5/19/2020
3.0.4 1,407 5/18/2020
3.0.3 1,390 5/18/2020
3.0.2 1,431 5/18/2020
3.0.1 1,336 5/18/2020
3.0.0 1,303 5/17/2020
2.3.1 1,388 5/15/2020
2.3.0 1,449 5/15/2020
2.2.1 1,558 5/11/2020
2.2.0 1,464 5/10/2020
2.1.3 4,631 5/7/2020
2.1.2 2,437 5/4/2020
2.1.1 1,479 5/1/2020
2.1.0 1,643 4/29/2020
2.0.0 1,524 4/27/2020
2.0.0-beta.3 339 4/27/2020
2.0.0-beta.2 319 4/27/2020
2.0.0-beta.1 318 4/27/2020
1.34.2 1,850 4/27/2020
1.34.1 1,452 4/25/2020
1.34.0 1,538 4/24/2020
1.33.0 1,777 4/19/2020
1.32.4 1,422 4/17/2020
1.32.3 1,496 4/17/2020
1.32.2 1,207 4/16/2020
1.32.1 1,515 4/16/2020
1.32.0 1,530 4/15/2020
1.31.1 1,577 4/12/2020
1.31.0 1,608 4/10/2020
1.30.0 1,447 4/9/2020
1.29.0 1,488 4/8/2020
1.28.3 1,481 4/8/2020
1.28.2 1,767 4/5/2020
1.28.1 1,185 4/5/2020
1.28.0 1,453 4/5/2020
1.27.3 1,702 4/1/2020
1.27.2 1,450 3/31/2020
1.27.1 1,382 3/30/2020
1.27.1-beta.1 363 3/29/2020
1.27.0 1,640 3/29/2020
1.26.1 1,512 3/27/2020
1.26.0 1,424 3/25/2020
1.25.1 1,445 3/24/2020
1.25.0 1,615 3/22/2020
1.24.1 1,532 3/18/2020
1.24.0 2,185 3/10/2020
1.23.0 1,553 3/6/2020
1.22.3 1,492 3/3/2020
1.22.2 1,308 3/3/2020
1.22.1 1,496 2/28/2020
1.22.0 1,594 2/25/2020
1.21.0 1,428 2/24/2020
1.20.1 1,323 2/24/2020
1.20.0 3,337 2/22/2020
1.19.2 1,631 2/18/2020
1.19.1 1,267 2/18/2020
1.19.0 1,564 2/12/2020
1.18.0 1,520 2/10/2020
1.17.1 1,501 2/8/2020
1.17.0 1,212 2/8/2020
1.16.0 1,199 2/8/2020
1.14.1 2,005 2/2/2020
1.14.0 1,356 2/2/2020
1.13.0 3,108 1/19/2020
1.12.3 1,844 1/13/2020
1.12.2 1,488 1/12/2020
1.12.1 1,241 1/12/2020
1.12.0 1,219 1/12/2020
1.11.2 1,198 1/11/2020
1.11.1 1,405 1/10/2020
1.11.0 1,347 1/10/2020
1.10.1 1,496 1/8/2020
1.10.0 1,284 1/8/2020
1.9.3 1,297 1/8/2020
1.9.2 1,401 1/6/2020
1.9.1 1,234 1/6/2020
1.9.0 1,200 1/6/2020
1.8.0 1,508 1/5/2020
1.7.1 1,350 1/3/2020
1.7.0 1,790 1/2/2020
1.6.0 1,241 1/2/2020
1.5.5 1,674 1/1/2020
1.5.4 1,283 1/1/2020
1.5.3 1,742 12/29/2019
1.5.2 1,364 12/27/2019
1.5.1 1,250 12/27/2019
1.5.0 1,401 12/27/2019
1.4.1 1,540 12/21/2019
1.4.0 1,200 12/21/2019
1.3.2 1,263 12/20/2019
1.3.1 1,484 12/18/2019
1.3.1-beta.1 376 12/18/2019
1.3.0 1,530 12/17/2019
1.3.0-beta.1 343 12/18/2019
1.2.0 1,335 12/17/2019
1.1.1 1,281 12/16/2019
1.1.0 1,378 12/16/2019
1.0.0 7,872 12/15/2019
1.0.0-beta.41 386 12/15/2019
1.0.0-beta.40 367 12/15/2019
1.0.0-beta.39 363 12/14/2019
1.0.0-beta.38 368 12/12/2019
1.0.0-beta.37 354 12/12/2019
1.0.0-beta.36 353 12/12/2019
1.0.0-beta.35 347 12/11/2019
1.0.0-beta.34 386 12/11/2019
1.0.0-beta.33 352 12/11/2019
1.0.0-beta.32 623 12/6/2019
1.0.0-beta.31 504 12/3/2019
1.0.0-beta.30 351 12/3/2019
1.0.0-beta.29 397 12/2/2019
1.0.0-beta.28 518 12/1/2019
1.0.0-beta.27 340 12/1/2019
1.0.0-beta.23 379 11/28/2019
1.0.0-beta.22 384 11/27/2019
1.0.0-beta.21 354 11/27/2019
1.0.0-beta.20 344 11/27/2019
1.0.0-beta.19 339 11/27/2019
1.0.0-beta.18 345 11/27/2019
1.0.0-beta.17 338 11/27/2019
1.0.0-beta.16 335 11/27/2019
1.0.0-beta.15 620 11/26/2019
1.0.0-beta.14 336 11/26/2019
1.0.0-beta.13 376 11/25/2019
1.0.0-beta.11 354 11/25/2019
1.0.0-beta.10 405 11/25/2019
1.0.0-beta.9 365 11/24/2019
1.0.0-beta.7 401 11/23/2019
1.0.0-beta.6 357 11/23/2019
1.0.0-beta.5 358 11/23/2019
1.0.0-beta.4 367 11/23/2019
1.0.0-beta.3 356 11/23/2019
1.0.0-beta.2 357 11/23/2019
1.0.0-beta.1 361 11/23/2019