RestSharp 111.2.0
Prefix ReservedAdvisory: https://github.com/advisories/GHSA-4rr6-2v9v-wcpc | Severity: moderate |
See the version list below for details.
dotnet add package RestSharp --version 111.2.0
NuGet\Install-Package RestSharp -Version 111.2.0
<PackageReference Include="RestSharp" Version="111.2.0" />
paket add RestSharp --version 111.2.0
#r "nuget: RestSharp, 111.2.0"
// Install RestSharp as a Cake Addin #addin nuget:?package=RestSharp&version=111.2.0 // Install RestSharp as a Cake Tool #tool nuget:?package=RestSharp&version=111.2.0
RestSharp - Simple .NET REST Client
RestSharp is a lightweight HTTP API client library. It's a wrapper around HttpClient
, not a full-fledged client on
its own.
What RestSharp adds to HttpClient
:
- Default parameters of any kind, not just headers
- Add a parameter of any kind to requests, like query, URL segment, header, cookie, or body
- Multiple ways to add a request body, including JSON, XML, URL-encoded form data, multipart form data with and without files
- Built-in serialization and deserilization of JSON, XML, and CSV, as well as the ability to add custom serializers
- Rich support for authentication
Compatibility note
RestSharp 107 was a major release that brings a lot of changes. We've removed a lot of legacy code and added new
features. Finally, RestSharp has moved to HttpClient
. We also deprecated the following:
- SimpleJson in favour of
System.Text.Json.JsonSerialzer
IRestRequest
, andIRestResponse
in favour of implementing classes- Everything
Http
andIHttp
as those are just wrappers - Client configuration moved to
RestClientOptions
to make the client thread-safe IRestClient
interface surface substantially reduced
Most of the client and some of the request options are now in RestClientOptions
.
Check v107+ docs for more information.
Packages
Package | What it's for |
---|---|
RestSharp |
The core library, including System.Text.Json serializer and basical XML serializer |
RestSharp.Serializers.NewtonsoftJson |
Use Newtonsoft.Json as a JSON serializer |
RestSharp.Serializers.Xml |
Use custom RestSharp XML serializer for XML |
RestSharp.Serializers.CsvHelper |
Use CsvHelper as a CSV serializer |
Code of Conduct
This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information see the .NET Foundation Code of Conduct.
Users violated the aforementioned code of conduct will be blocked.
Support
RestSharp is an open-source project with a single maintainer. Do not expect your issue to be resolved unless it concerns a large group of RestSharp users. The best way to resolve your issue is to fix it yourself. Fork the repository and submit a pull request. You can also motivate the maintainer by sponsoring this project.
Contribute
Please read CONTRIBUTING.md for details on the process for reporting issues and submitting pull requests.
Get help
Read the docs: Official Site
Ask a question on StackOverflow with the tag restsharp
.
Join RestSharp Discord server:
Find RestSharp on Twitter: @RestSharp
Community
.NET Foundation
This project is a part of the .NET Foundation.
Code Contributors
This project exists thanks to all the people who contribute. <img src="https://opencollective.com/RestSharp/contributors.svg?width=890&button=false">
Financial Contributors
Become a financial contributor and help us sustain our community. Contribute
License
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. 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 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 is compatible. net472 was computed. net48 is compatible. 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. |
-
.NETFramework 4.7.1
- System.Text.Json (>= 8.0.3)
-
.NETFramework 4.8
- System.Text.Json (>= 8.0.3)
-
.NETStandard 2.0
- System.Text.Json (>= 8.0.3)
-
net6.0
- No dependencies.
-
net7.0
- No dependencies.
-
net8.0
- No dependencies.
NuGet packages (3.8K)
Showing the top 5 NuGet packages that depend on RestSharp:
Package | Downloads |
---|---|
RestSharp.Serializers.NewtonsoftJson
Simple REST and HTTP API Client |
|
SheshaMobile.Core
Common application functionality and features to be shared across the framework |
|
SheshaMobile.Modules
The modules module contains common functionality shared across multiple modules |
|
Okta.Sdk
Official .NET SDK for the Okta API |
|
Yandex.Geocoder.v2
Yandex.Geocoder API client for C# / .NET forked by Marat Fakhrutdinov |
GitHub repositories (187)
Showing the top 5 popular GitHub repositories that depend on RestSharp:
Repository | Stars |
---|---|
Sonarr/Sonarr
Smart PVR for newsgroup and bittorrent users.
|
|
Radarr/Radarr
Movie organizer/manager for usenet and torrent users.
|
|
QuantConnect/Lean
Lean Algorithmic Trading Engine by QuantConnect (Python, C#)
|
|
felixse/FluentTerminal
A Terminal Emulator based on UWP and web technologies.
|
|
gitextensions/gitextensions
Git Extensions is a standalone UI tool for managing git repositories. It also integrates with Windows Explorer and Microsoft Visual Studio (2015/2017/2019).
|
Version | Downloads | Last updated | |
---|---|---|---|
112.1.0 | 612,102 | 10/4/2024 | |
112.0.1-alpha.0.1 | 749 | 10/3/2024 | |
112.0.0 | 2,235,093 | 8/29/2024 | |
111.4.2-alpha.0.3 | 2,213 | 8/29/2024 | |
111.4.1 | 741,489 | 7/30/2024 | |
111.4.1-alpha.0.7 | 206 | 7/30/2024 | |
111.4.1-alpha.0.1 | 343 | 7/30/2024 | |
111.4.0 | 544,563 | 7/11/2024 | |
111.3.1-alpha.0.7 | 465 | 7/11/2024 | |
111.3.1-alpha.0.6 | 3,166 | 7/4/2024 | |
111.3.1-alpha.0.5 | 2,602 | 6/25/2024 | |
111.3.1-alpha.0.3 | 429 | 6/24/2024 | |
111.3.1-alpha.0.2 | 234 | 6/24/2024 | |
111.3.1-alpha.0.1 | 240 | 6/24/2024 | |
111.3.0 | 653,715 | 6/17/2024 | |
111.2.1-alpha.0.6 | 587 | 6/17/2024 | |
111.2.1-alpha.0.5 | 242 | 6/17/2024 | |
111.2.1-alpha.0.3 | 272 | 6/17/2024 | |
111.2.1-alpha.0.2 | 2,700 | 6/12/2024 | |
111.2.0 | 572,304 | 5/30/2024 | |
111.1.1-alpha.0.4 | 286 | 5/30/2024 | |
111.1.1-alpha.0.3 | 2,042 | 5/27/2024 | |
111.1.1-alpha.0.2 | 223 | 5/27/2024 | |
111.1.0 | 200,305 | 5/26/2024 | |
111.0.1-alpha.0.8 | 286 | 5/26/2024 | |
111.0.1-alpha.0.7 | 233 | 5/26/2024 | |
111.0.1-alpha.0.5 | 296 | 5/25/2024 | |
111.0.1-alpha.0.4 | 2,629 | 5/22/2024 | |
111.0.1-alpha.0.3 | 238 | 5/22/2024 | |
111.0.1-alpha.0.1 | 245 | 5/22/2024 | |
111.0.0 | 93,925 | 5/22/2024 | |
110.2.1-alpha.0.26 | 3,077 | 5/22/2024 | |
110.2.1-alpha.0.24 | 372 | 5/22/2024 | |
110.2.1-alpha.0.23 | 231 | 5/22/2024 | |
110.2.1-alpha.0.22 | 231 | 5/22/2024 | |
110.2.1-alpha.0.20 | 32,836 | 4/5/2024 | |
110.2.1-alpha.0.16 | 152,680 | 10/24/2023 | |
110.2.1-alpha.0.15 | 478 | 10/24/2023 | |
110.2.1-alpha.0.13 | 48,868 | 9/13/2023 | |
110.2.1-alpha.0.11 | 24,827 | 8/14/2023 | |
110.2.1-alpha.0.10 | 45,743 | 7/4/2023 | |
110.2.1-alpha.0.9 | 608 | 7/4/2023 | |
110.2.1-alpha.0.8 | 499 | 7/4/2023 | |
110.2.1-alpha.0.7 | 478 | 7/4/2023 | |
110.2.1-alpha.0.6 | 1,420 | 7/4/2023 | |
110.2.1-alpha.0.5 | 471 | 7/4/2023 | |
110.2.1-alpha.0.3 | 66,893 | 5/10/2023 | |
110.2.1-alpha.0.2 | 9,870 | 5/3/2023 | |
110.2.1-alpha.0.1 | 26,281 | 4/10/2023 | |
110.2.0 | 21,470,354 | 4/9/2023 | |
110.1.1-alpha.0.7 | 717 | 4/9/2023 | |
110.1.1-alpha.0.6 | 486 | 4/9/2023 | |
110.1.1-alpha.0.5 | 477 | 4/9/2023 | |
110.1.1-alpha.0.4 | 591 | 4/8/2023 | |
110.1.0 | 1,150,779 | 4/4/2023 | |
110.0.1-alpha.0.4 | 498 | 4/4/2023 | |
110.0.1-alpha.0.3 | 511 | 4/4/2023 | |
110.0.1-alpha.0.2 | 479 | 4/4/2023 | |
110.0.1-alpha.0.1 | 479 | 4/4/2023 | |
110.0.0 | 172,334 | 4/3/2023 | |
109.0.2-alpha.0.7 | 1,397 | 4/3/2023 | |
109.0.2-alpha.0.6 | 6,741 | 3/31/2023 | |
109.0.2-alpha.0.5 | 4,235 | 3/30/2023 | |
109.0.2-alpha.0.2 | 2,697 | 3/26/2023 | |
109.0.1 | 1,532,842 | 3/12/2023 | |
109.0.0 | 106,428 | 3/12/2023 | |
109.0.0-preview.2 | 63,444 | 2/17/2023 | |
109.0.0-preview.1 | 252,294 | 11/20/2022 | |
108.0.4-alpha.0.29 | 1,340 | 3/12/2023 | |
108.0.4-alpha.0.28 | 490 | 3/12/2023 | |
108.0.4-alpha.0.27 | 479 | 3/12/2023 | |
108.0.4-alpha.0.26 | 490 | 3/12/2023 | |
108.0.4-alpha.0.25 | 478 | 3/12/2023 | |
108.0.4-alpha.0.22 | 738 | 1/10/2023 | |
108.0.4-alpha.0.21 | 531 | 1/8/2023 | |
108.0.4-alpha.0.20 | 518 | 1/8/2023 | |
108.0.4-alpha.0.19 | 517 | 1/8/2023 | |
108.0.4-alpha.0.18 | 516 | 1/8/2023 | |
108.0.4-alpha.0.17 | 494 | 1/8/2023 | |
108.0.4-alpha.0.16 | 582 | 12/29/2022 | |
108.0.3 | 11,834,531 | 11/19/2022 | |
108.0.3-alpha.0.20 | 1,400 | 11/18/2022 | |
108.0.3-alpha.0.19 | 534 | 11/18/2022 | |
108.0.3-alpha.0.18 | 867 | 11/18/2022 | |
108.0.3-alpha.0.11 | 9,159 | 11/9/2022 | |
108.0.3-alpha.0.10 | 1,134 | 11/8/2022 | |
108.0.3-alpha.0.9 | 822 | 11/8/2022 | |
108.0.3-alpha.0.8 | 518 | 11/8/2022 | |
108.0.3-alpha.0.5 | 74,139 | 9/22/2022 | |
108.0.3-alpha.0.4 | 2,027 | 9/20/2022 | |
108.0.2 | 6,230,798 | 9/20/2022 | |
108.0.2-alpha.0.11 | 556 | 9/20/2022 | |
108.0.2-alpha.0.10 | 5,586 | 9/13/2022 | |
108.0.2-alpha.0.9 | 551 | 9/20/2022 | |
108.0.2-alpha.0.8 | 535 | 9/20/2022 | |
108.0.2-alpha.0.6 | 53,222 | 7/31/2022 | |
108.0.2-alpha.0.5 | 10,153 | 7/21/2022 | |
108.0.2-alpha.0.4 | 10,539 | 7/7/2022 | |
108.0.2-alpha.0.2 | 599 | 7/7/2022 | |
108.0.2-alpha.0.1 | 49,252 | 6/13/2022 | |
108.0.1 | 10,149,466 | 6/7/2022 | |
108.0.1-alpha.0.1 | 635 | 6/7/2022 | |
108.0.0 | 370,532 | 6/7/2022 | |
107.3.1-alpha.0.40 | 1,903 | 6/7/2022 | |
107.3.1-alpha.0.39 | 612 | 6/7/2022 | |
107.3.1-alpha.0.38 | 575 | 6/7/2022 | |
107.3.1-alpha.0.26 | 45,942 | 5/6/2022 | |
107.3.1-alpha.0.24 | 15,487 | 4/14/2022 | |
107.3.1-alpha.0.23 | 632 | 4/14/2022 | |
107.3.1-alpha.0.20 | 7,706 | 4/4/2022 | |
107.3.1-alpha.0.19 | 624 | 4/4/2022 | |
107.3.1-alpha.0.18 | 12,751 | 3/22/2022 | |
107.3.1-alpha.0.17 | 1,245 | 3/22/2022 | |
107.3.1-alpha.0.16 | 616 | 3/22/2022 | |
107.3.1-alpha.0.15 | 620 | 3/22/2022 | |
107.3.1-alpha.0.14 | 6,132 | 3/13/2022 | |
107.3.1-alpha.0.13 | 1,428 | 3/12/2022 | |
107.3.1-alpha.0.6 | 695 | 3/12/2022 | |
107.3.1-alpha.0.5 | 11,315 | 3/3/2022 | |
107.3.0 | 8,424,538 | 2/11/2022 | |
107.2.2-alpha.0.7 | 907 | 2/11/2022 | |
107.2.2-alpha.0.6 | 817 | 2/11/2022 | |
107.2.2-alpha.0.5 | 827 | 2/11/2022 | |
107.2.2-alpha.0.1 | 2,362 | 2/7/2022 | |
107.2.1 | 467,774 | 2/4/2022 | |
107.2.1-alpha.0.3 | 851 | 2/4/2022 | |
107.2.0 | 109,256 | 2/3/2022 | |
107.1.3-alpha.0.7 | 904 | 2/3/2022 | |
107.1.3-alpha.0.6 | 879 | 2/3/2022 | |
107.1.3-alpha.0.5 | 966 | 2/2/2022 | |
107.1.3-alpha.0.2 | 6,543 | 1/25/2022 | |
107.1.2 | 503,053 | 1/25/2022 | |
107.1.2-alpha.0.19 | 927 | 1/24/2022 | |
107.1.2-alpha.0.18 | 1,012 | 1/24/2022 | |
107.1.2-alpha.0.14 | 1,058 | 1/23/2022 | |
107.1.2-alpha.0.13 | 832 | 1/23/2022 | |
107.1.2-alpha.0.12 | 835 | 1/23/2022 | |
107.1.2-alpha.0.10 | 888 | 1/22/2022 | |
107.1.2-alpha.0.9 | 869 | 1/22/2022 | |
107.1.2-alpha.0.8 | 944 | 1/21/2022 | |
107.1.2-alpha.0.7 | 1,574 | 1/20/2022 | |
107.1.2-alpha.0.4 | 882 | 1/20/2022 | |
107.1.2-alpha.0.3 | 840 | 1/20/2022 | |
107.1.2-alpha.0.1 | 1,011 | 1/19/2022 | |
107.1.1 | 358,648 | 1/17/2022 | |
107.1.1-alpha.0.3 | 848 | 1/19/2022 | |
107.1.1-alpha.0.1 | 837 | 1/18/2022 | |
107.1.0 | 19,941 | 1/17/2022 | |
107.0.4-alpha.0.11 | 868 | 1/17/2022 | |
107.0.4-alpha.0.9 | 849 | 1/17/2022 | |
107.0.4-alpha.0.6 | 1,600 | 1/13/2022 | |
107.0.4-alpha.0.5 | 801 | 1/13/2022 | |
107.0.4-alpha.0.4 | 3,762 | 1/12/2022 | |
107.0.3 | 265,773 | 1/11/2022 | |
107.0.3-alpha.0.4 | 649 | 1/11/2022 | |
107.0.3-alpha.0.2 | 804 | 1/10/2022 | |
107.0.3-alpha.0.1 | 3,290 | 1/9/2022 | |
107.0.2 | 77,480 | 1/9/2022 | |
107.0.2-alpha.0.6 | 650 | 1/9/2022 | |
107.0.2-alpha.0.5 | 681 | 1/8/2022 | |
107.0.2-alpha.0.4 | 1,066 | 1/7/2022 | |
107.0.2-alpha.0.3 | 641 | 1/7/2022 | |
107.0.2-alpha.0.2 | 1,751 | 1/7/2022 | |
107.0.2-alpha.0.1 | 703 | 1/7/2022 | |
107.0.1 | 69,509 | 1/7/2022 | |
107.0.1-alpha.0.2 | 648 | 1/7/2022 | |
107.0.1-alpha.0.1 | 766 | 1/6/2022 | |
107.0.0-preview.20 | 961 | 1/6/2022 | |
107.0.0-preview.19 | 1,831 | 1/5/2022 | |
107.0.0-preview.18 | 2,132 | 1/3/2022 | |
107.0.0-preview.17 | 1,210 | 12/28/2021 | |
107.0.0-preview.14 | 8,442 | 12/23/2021 | |
107.0.0-preview.13 | 4,093 | 12/21/2021 | |
107.0.0-preview.12 | 3,242 | 12/18/2021 | |
107.0.0-preview.11 | 850 | 12/17/2021 | |
107.0.0-preview.10 | 680 | 12/17/2021 | |
107.0.0-preview.9 | 697 | 12/17/2021 | |
107.0.0-preview.8 | 3,124 | 12/15/2021 | |
107.0.0-preview.7 | 675 | 12/15/2021 | |
107.0.0-preview.6 | 666 | 12/15/2021 | |
107.0.0-preview.5 | 672 | 12/15/2021 | |
107.0.0-preview.4 | 1,097 | 12/13/2021 | |
107.0.0-preview.2 | 980 | 12/13/2021 | |
107.0.0-preview.1 | 1,514 | 12/13/2021 | |
106.15.1-alpha.0.1 | 118,965 | 12/8/2021 | |
106.15.0 | 20,504,699 | 12/8/2021 | |
106.14.1-alpha.0.2 | 858 | 12/8/2021 | |
106.13.0 | 14,821,879 | 10/30/2021 | |
106.12.0 | 29,922,293 | 7/15/2021 | |
106.11.8-alpha.0.40 | 24,182 | 7/15/2021 | |
106.11.8-alpha.0.39 | 3,294 | 7/15/2021 | |
106.11.8-alpha.0.34 | 826 | 7/15/2021 | |
106.11.8-alpha.0.14 | 129,165 | 5/5/2021 | |
106.11.8-alpha.0.13 | 357,294 | 5/5/2021 | |
106.11.8-alpha.0.12 | 276,743 | 12/21/2020 | |
106.11.8-alpha.0.11 | 30,965 | 12/9/2020 | |
106.11.8-alpha.0.10 | 1,824 | 12/9/2020 | |
106.11.8-alpha.0.7 | 77,143 | 10/28/2020 | |
106.11.8-alpha.0.6 | 889 | 10/28/2020 | |
106.11.8-alpha.0.4 | 7,060 | 10/23/2020 | |
106.11.8-alpha.0.3 | 7,705 | 10/23/2020 | |
106.11.8-alpha.0.2 | 28,853 | 10/23/2020 | |
106.11.7 | 34,421,635 | 9/30/2020 | |
106.11.6-alpha.0.1 | 1,582 | 9/30/2020 | |
106.11.5 | 1,501,151 | 9/17/2020 | |
106.11.5-alpha.0.21 | 11,537 | 9/5/2020 | |
106.11.5-alpha.0.20 | 1,234 | 9/4/2020 | |
106.11.5-alpha.0.18 | 70,812 | 8/5/2020 | |
106.11.5-alpha.0.17 | 1,122 | 8/5/2020 | |
106.11.5-alpha.0.2 | 111,140 | 5/13/2020 | |
106.11.5-alpha.0.1 | 1,287 | 5/18/2020 | |
106.11.4 | 23,518,294 | 5/18/2020 | |
106.11.3-alpha.0.6 | 1,248 | 5/11/2020 | |
106.11.3-alpha.0.1 | 5,844 | 5/8/2020 | |
106.11.2 | 414,752 | 5/7/2020 | |
106.11.1-alpha.0.5 | 1,106 | 5/7/2020 | |
106.11.1-alpha.0.1 | 1,172 | 5/7/2020 | |
106.10.2-alpha.0.18 | 2,526 | 5/6/2020 | |
106.10.2-alpha.0.16 | 1,097 | 5/6/2020 | |
106.10.2-alpha.0.15 | 1,100 | 5/6/2020 | |
106.10.2-alpha.0.8 | 177,814 | 1/23/2020 | |
106.10.2-alpha.0.4 | 15,403 | 1/13/2020 | |
106.10.2-alpha.0.3 | 1,430 | 1/13/2020 | |
106.10.1 | 23,333,660 | 1/12/2020 | |
106.10.1-alpha.0.15 | 1,512 | 1/12/2020 | |
106.10.1-alpha.0.9 | 15,347 | 1/8/2020 | |
106.10.1-alpha.0.8 | 1,453 | 1/8/2020 | |
106.10.0 | 795,948 | 1/7/2020 | |
106.9.1-alpha.0.36 | 1,456 | 1/7/2020 | |
106.9.1-alpha.0.35 | 3,543 | 1/7/2020 | |
106.9.1-alpha.0.34 | 1,502 | 1/7/2020 | |
106.9.1-alpha.0.21 | 2,237 | 1/6/2020 | |
106.9.1-alpha.0.19 | 1,442 | 1/6/2020 | |
106.9.1-alpha.0.18 | 1,445 | 1/6/2020 | |
106.9.1-alpha.0.17 | 1,447 | 1/6/2020 | |
106.9.1-alpha.0.15 | 1,403 | 1/6/2020 | |
106.9.1-alpha.0.11 | 1,435 | 1/6/2020 | |
106.9.1-alpha.0.10 | 1,406 | 1/6/2020 | |
106.9.1-alpha.0.3 | 1,744 | 1/6/2020 | |
106.9.0 | 181,684 | 1/6/2020 | |
106.8.10-alpha.0.15 | 1,696 | 1/6/2020 | |
106.8.10-alpha.0.13 | 1,397 | 1/6/2020 | |
106.8.10-alpha.0.12 | 1,370 | 1/6/2020 | |
106.8.10-alpha.0.11 | 1,477 | 1/6/2020 | |
106.8.10-alpha.0.10 | 1,409 | 1/6/2020 | |
106.8.10-alpha.0.9 | 1,368 | 1/6/2020 | |
106.8.10-alpha.0.8 | 1,389 | 1/6/2020 | |
106.8.10-alpha.0.7 | 1,401 | 1/6/2020 | |
106.8.10-alpha.0.4 | 1,453 | 1/6/2020 | |
106.8.10-alpha.0.3 | 1,439 | 1/6/2020 | |
106.8.0 | 43,532 | 1/6/2020 | |
106.7.1-alpha.0.22 | 86,138 | 1/6/2020 | |
106.7.1-alpha.0.21 | 1,402 | 1/6/2020 | |
106.7.1-alpha.0.20 | 41,315 | 1/5/2020 | |
106.6.10 | 19,031,341 | 7/3/2019 | |
106.6.9 | 13,769,714 | 2/27/2019 | |
106.6.7 | 3,766,634 | 1/16/2019 | |
106.6.6 | 159,525 | 1/14/2019 | |
106.6.5 | 735,228 | 1/7/2019 | |
106.6.4 | 90,420 | 1/7/2019 | |
106.6.3 | 238,083 | 1/3/2019 | |
106.6.2 | 357,324 | 12/30/2018 | |
106.5.4 | 6,417,246 | 10/15/2018 | |
106.5.3 | 95,452 | 10/14/2018 | |
106.5.2 | 460,582 | 10/8/2018 | |
106.5.1 | 22,421 | 10/8/2018 | |
106.5.0 | 99,587 | 10/7/2018 | |
106.4.2 | 1,259,650 | 9/24/2018 | |
106.4.1 | 67,009 | 9/22/2018 | |
106.4.0 | 438,171 | 9/18/2018 | |
106.3.1 | 17,421,021 | 6/10/2018 | |
106.3.0 | 693,818 | 5/31/2018 | |
106.2.2 | 3,658,074 | 4/24/2018 | |
106.2.1 | 5,755,296 | 1/6/2018 | |
106.2.0 | 242,940 | 12/24/2017 | |
106.2.0-alpha0060 | 7,086 | 12/22/2017 | |
106.2.0-alpha0032 | 6,073 | 12/22/2017 | |
106.2.0-alpha0025 | 529,042 | 12/3/2017 | |
106.1.0 | 2,330,894 | 11/19/2017 | |
106.1.0-alpha0038 | 8,775 | 11/10/2017 | |
106.0.1 | 981,419 | 11/8/2017 | |
106.0.0 | 1,687,940 | 11/6/2017 | |
106.0.0-alpha0284 | 59,967 | 10/22/2017 | |
106.0.0-alpha0282 | 6,906 | 10/17/2017 | |
106.0.0-alpha0277 | 8,477 | 10/16/2017 | |
105.2.3 | 26,813,168 | 8/26/2015 | |
105.2.2 | 3,519,530 | 8/19/2015 | |
105.2.1 | 152,538 | 8/16/2015 | |
105.1.0 | 5,555,623 | 4/30/2015 | |
105.0.1 | 3,793,453 | 11/13/2014 | |
105.0.0 | 678,714 | 11/1/2014 | |
104.5.0 | 325,302 | 10/16/2014 | |
104.4.0 | 2,642,595 | 11/19/2013 | |
104.3.3 | 481,052 | 10/22/2013 | |
104.2.0 | 350,284 | 9/18/2013 | |
104.1.0 | 1,514,054 | 9/7/2012 | |
104.0.0 | 417,432 | 8/31/2012 |