RestSharp 110.2.1-alpha.0.20
Prefix ReservedAdvisory: https://github.com/advisories/GHSA-4rr6-2v9v-wcpc | Severity: moderate |
See the version list below for details.
dotnet add package RestSharp --version 110.2.1-alpha.0.20
NuGet\Install-Package RestSharp -Version 110.2.1-alpha.0.20
<PackageReference Include="RestSharp" Version="110.2.1-alpha.0.20" />
paket add RestSharp --version 110.2.1-alpha.0.20
#r "nuget: RestSharp, 110.2.1-alpha.0.20"
// Install RestSharp as a Cake Addin #addin nuget:?package=RestSharp&version=110.2.1-alpha.0.20&prerelease // Install RestSharp as a Cake Tool #tool nuget:?package=RestSharp&version=110.2.1-alpha.0.20&prerelease
RestSharp - Simple .NET REST Client
RestSharp is a lightweight HTTP 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, and form data
- Built-in serialization and deserilization of JSON and XML
RestSharp is supported by AWS.
RestSharp vNext (v107+)
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
Most of the client and some of the request options are now in RestClientOptions
.
Check v107+ docs for more information.
Packages
downloads | |
stable | |
preview |
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
.
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. <a href="https://github.com/restsharp/RestSharp/graphs/contributors"><img src="https://opencollective.com/RestSharp/contributors.svg?width=890&button=false" /></a>
Financial Contributors
Become a financial contributor and help us sustain our community. Contribute
License: Apache License 2.0
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 | 751,638 | 10/4/2024 | |
112.0.1-alpha.0.1 | 797 | 10/3/2024 | |
112.0.0 | 2,391,087 | 8/29/2024 | |
111.4.2-alpha.0.3 | 2,334 | 8/29/2024 | |
111.4.1 | 761,457 | 7/30/2024 | |
111.4.1-alpha.0.7 | 209 | 7/30/2024 | |
111.4.1-alpha.0.1 | 346 | 7/30/2024 | |
111.4.0 | 554,539 | 7/11/2024 | |
111.3.1-alpha.0.7 | 484 | 7/11/2024 | |
111.3.1-alpha.0.6 | 3,189 | 7/4/2024 | |
111.3.1-alpha.0.5 | 2,638 | 6/25/2024 | |
111.3.1-alpha.0.3 | 434 | 6/24/2024 | |
111.3.1-alpha.0.2 | 239 | 6/24/2024 | |
111.3.1-alpha.0.1 | 245 | 6/24/2024 | |
111.3.0 | 666,746 | 6/17/2024 | |
111.2.1-alpha.0.6 | 611 | 6/17/2024 | |
111.2.1-alpha.0.5 | 245 | 6/17/2024 | |
111.2.1-alpha.0.3 | 277 | 6/17/2024 | |
111.2.1-alpha.0.2 | 2,715 | 6/12/2024 | |
111.2.0 | 583,970 | 5/30/2024 | |
111.1.1-alpha.0.4 | 291 | 5/30/2024 | |
111.1.1-alpha.0.3 | 2,087 | 5/27/2024 | |
111.1.1-alpha.0.2 | 226 | 5/27/2024 | |
111.1.0 | 204,415 | 5/26/2024 | |
111.0.1-alpha.0.8 | 290 | 5/26/2024 | |
111.0.1-alpha.0.7 | 236 | 5/26/2024 | |
111.0.1-alpha.0.5 | 299 | 5/25/2024 | |
111.0.1-alpha.0.4 | 2,682 | 5/22/2024 | |
111.0.1-alpha.0.3 | 241 | 5/22/2024 | |
111.0.1-alpha.0.1 | 249 | 5/22/2024 | |
111.0.0 | 95,446 | 5/22/2024 | |
110.2.1-alpha.0.26 | 3,174 | 5/22/2024 | |
110.2.1-alpha.0.24 | 375 | 5/22/2024 | |
110.2.1-alpha.0.23 | 235 | 5/22/2024 | |
110.2.1-alpha.0.22 | 234 | 5/22/2024 | |
110.2.1-alpha.0.20 | 33,178 | 4/5/2024 | |
110.2.1-alpha.0.16 | 154,754 | 10/24/2023 | |
110.2.1-alpha.0.15 | 482 | 10/24/2023 | |
110.2.1-alpha.0.13 | 49,068 | 9/13/2023 | |
110.2.1-alpha.0.11 | 25,137 | 8/14/2023 | |
110.2.1-alpha.0.10 | 46,166 | 7/4/2023 | |
110.2.1-alpha.0.9 | 611 | 7/4/2023 | |
110.2.1-alpha.0.8 | 502 | 7/4/2023 | |
110.2.1-alpha.0.7 | 483 | 7/4/2023 | |
110.2.1-alpha.0.6 | 1,423 | 7/4/2023 | |
110.2.1-alpha.0.5 | 474 | 7/4/2023 | |
110.2.1-alpha.0.3 | 67,124 | 5/10/2023 | |
110.2.1-alpha.0.2 | 9,879 | 5/3/2023 | |
110.2.1-alpha.0.1 | 26,364 | 4/10/2023 | |
110.2.0 | 21,683,615 | 4/9/2023 | |
110.1.1-alpha.0.7 | 729 | 4/9/2023 | |
110.1.1-alpha.0.6 | 489 | 4/9/2023 | |
110.1.1-alpha.0.5 | 480 | 4/9/2023 | |
110.1.1-alpha.0.4 | 598 | 4/8/2023 | |
110.1.0 | 1,159,506 | 4/4/2023 | |
110.0.1-alpha.0.4 | 501 | 4/4/2023 | |
110.0.1-alpha.0.3 | 514 | 4/4/2023 | |
110.0.1-alpha.0.2 | 482 | 4/4/2023 | |
110.0.1-alpha.0.1 | 484 | 4/4/2023 | |
110.0.0 | 173,641 | 4/3/2023 | |
109.0.2-alpha.0.7 | 1,449 | 4/3/2023 | |
109.0.2-alpha.0.6 | 6,824 | 3/31/2023 | |
109.0.2-alpha.0.5 | 4,274 | 3/30/2023 | |
109.0.2-alpha.0.2 | 2,702 | 3/26/2023 | |
109.0.1 | 1,540,577 | 3/12/2023 | |
109.0.0 | 108,787 | 3/12/2023 | |
109.0.0-preview.2 | 63,622 | 2/17/2023 | |
109.0.0-preview.1 | 252,668 | 11/20/2022 | |
108.0.4-alpha.0.29 | 1,347 | 3/12/2023 | |
108.0.4-alpha.0.28 | 493 | 3/12/2023 | |
108.0.4-alpha.0.27 | 482 | 3/12/2023 | |
108.0.4-alpha.0.26 | 493 | 3/12/2023 | |
108.0.4-alpha.0.25 | 482 | 3/12/2023 | |
108.0.4-alpha.0.22 | 741 | 1/10/2023 | |
108.0.4-alpha.0.21 | 538 | 1/8/2023 | |
108.0.4-alpha.0.20 | 521 | 1/8/2023 | |
108.0.4-alpha.0.19 | 520 | 1/8/2023 | |
108.0.4-alpha.0.18 | 519 | 1/8/2023 | |
108.0.4-alpha.0.17 | 497 | 1/8/2023 | |
108.0.4-alpha.0.16 | 585 | 12/29/2022 | |
108.0.3 | 11,918,475 | 11/19/2022 | |
108.0.3-alpha.0.20 | 1,403 | 11/18/2022 | |
108.0.3-alpha.0.19 | 537 | 11/18/2022 | |
108.0.3-alpha.0.18 | 870 | 11/18/2022 | |
108.0.3-alpha.0.11 | 9,208 | 11/9/2022 | |
108.0.3-alpha.0.10 | 1,137 | 11/8/2022 | |
108.0.3-alpha.0.9 | 827 | 11/8/2022 | |
108.0.3-alpha.0.8 | 521 | 11/8/2022 | |
108.0.3-alpha.0.5 | 74,614 | 9/22/2022 | |
108.0.3-alpha.0.4 | 2,030 | 9/20/2022 | |
108.0.2 | 6,259,347 | 9/20/2022 | |
108.0.2-alpha.0.11 | 559 | 9/20/2022 | |
108.0.2-alpha.0.10 | 5,622 | 9/13/2022 | |
108.0.2-alpha.0.9 | 554 | 9/20/2022 | |
108.0.2-alpha.0.8 | 539 | 9/20/2022 | |
108.0.2-alpha.0.6 | 53,458 | 7/31/2022 | |
108.0.2-alpha.0.5 | 10,169 | 7/21/2022 | |
108.0.2-alpha.0.4 | 10,558 | 7/7/2022 | |
108.0.2-alpha.0.2 | 603 | 7/7/2022 | |
108.0.2-alpha.0.1 | 49,289 | 6/13/2022 | |
108.0.1 | 10,200,385 | 6/7/2022 | |
108.0.1-alpha.0.1 | 638 | 6/7/2022 | |
108.0.0 | 376,461 | 6/7/2022 | |
107.3.1-alpha.0.40 | 1,969 | 6/7/2022 | |
107.3.1-alpha.0.39 | 615 | 6/7/2022 | |
107.3.1-alpha.0.38 | 579 | 6/7/2022 | |
107.3.1-alpha.0.26 | 46,155 | 5/6/2022 | |
107.3.1-alpha.0.24 | 15,546 | 4/14/2022 | |
107.3.1-alpha.0.23 | 635 | 4/14/2022 | |
107.3.1-alpha.0.20 | 7,713 | 4/4/2022 | |
107.3.1-alpha.0.19 | 627 | 4/4/2022 | |
107.3.1-alpha.0.18 | 12,772 | 3/22/2022 | |
107.3.1-alpha.0.17 | 1,248 | 3/22/2022 | |
107.3.1-alpha.0.16 | 619 | 3/22/2022 | |
107.3.1-alpha.0.15 | 623 | 3/22/2022 | |
107.3.1-alpha.0.14 | 6,137 | 3/13/2022 | |
107.3.1-alpha.0.13 | 1,431 | 3/12/2022 | |
107.3.1-alpha.0.6 | 698 | 3/12/2022 | |
107.3.1-alpha.0.5 | 11,341 | 3/3/2022 | |
107.3.0 | 8,447,029 | 2/11/2022 | |
107.2.2-alpha.0.7 | 910 | 2/11/2022 | |
107.2.2-alpha.0.6 | 820 | 2/11/2022 | |
107.2.2-alpha.0.5 | 830 | 2/11/2022 | |
107.2.2-alpha.0.1 | 2,365 | 2/7/2022 | |
107.2.1 | 468,920 | 2/4/2022 | |
107.2.1-alpha.0.3 | 854 | 2/4/2022 | |
107.2.0 | 109,481 | 2/3/2022 | |
107.1.3-alpha.0.7 | 911 | 2/3/2022 | |
107.1.3-alpha.0.6 | 882 | 2/3/2022 | |
107.1.3-alpha.0.5 | 969 | 2/2/2022 | |
107.1.3-alpha.0.2 | 6,563 | 1/25/2022 | |
107.1.2 | 504,173 | 1/25/2022 | |
107.1.2-alpha.0.19 | 930 | 1/24/2022 | |
107.1.2-alpha.0.18 | 1,015 | 1/24/2022 | |
107.1.2-alpha.0.14 | 1,063 | 1/23/2022 | |
107.1.2-alpha.0.13 | 836 | 1/23/2022 | |
107.1.2-alpha.0.12 | 839 | 1/23/2022 | |
107.1.2-alpha.0.10 | 892 | 1/22/2022 | |
107.1.2-alpha.0.9 | 872 | 1/22/2022 | |
107.1.2-alpha.0.8 | 948 | 1/21/2022 | |
107.1.2-alpha.0.7 | 1,577 | 1/20/2022 | |
107.1.2-alpha.0.4 | 885 | 1/20/2022 | |
107.1.2-alpha.0.3 | 843 | 1/20/2022 | |
107.1.2-alpha.0.1 | 1,014 | 1/19/2022 | |
107.1.1 | 359,279 | 1/17/2022 | |
107.1.1-alpha.0.3 | 851 | 1/19/2022 | |
107.1.1-alpha.0.1 | 840 | 1/18/2022 | |
107.1.0 | 20,006 | 1/17/2022 | |
107.0.4-alpha.0.11 | 873 | 1/17/2022 | |
107.0.4-alpha.0.9 | 853 | 1/17/2022 | |
107.0.4-alpha.0.6 | 1,603 | 1/13/2022 | |
107.0.4-alpha.0.5 | 805 | 1/13/2022 | |
107.0.4-alpha.0.4 | 3,783 | 1/12/2022 | |
107.0.3 | 266,562 | 1/11/2022 | |
107.0.3-alpha.0.4 | 652 | 1/11/2022 | |
107.0.3-alpha.0.2 | 808 | 1/10/2022 | |
107.0.3-alpha.0.1 | 3,294 | 1/9/2022 | |
107.0.2 | 77,629 | 1/9/2022 | |
107.0.2-alpha.0.6 | 653 | 1/9/2022 | |
107.0.2-alpha.0.5 | 685 | 1/8/2022 | |
107.0.2-alpha.0.4 | 1,069 | 1/7/2022 | |
107.0.2-alpha.0.3 | 644 | 1/7/2022 | |
107.0.2-alpha.0.2 | 1,762 | 1/7/2022 | |
107.0.2-alpha.0.1 | 706 | 1/7/2022 | |
107.0.1 | 69,757 | 1/7/2022 | |
107.0.1-alpha.0.2 | 651 | 1/7/2022 | |
107.0.1-alpha.0.1 | 769 | 1/6/2022 | |
107.0.0-preview.20 | 964 | 1/6/2022 | |
107.0.0-preview.19 | 1,834 | 1/5/2022 | |
107.0.0-preview.18 | 2,136 | 1/3/2022 | |
107.0.0-preview.17 | 1,213 | 12/28/2021 | |
107.0.0-preview.14 | 8,445 | 12/23/2021 | |
107.0.0-preview.13 | 4,101 | 12/21/2021 | |
107.0.0-preview.12 | 3,246 | 12/18/2021 | |
107.0.0-preview.11 | 853 | 12/17/2021 | |
107.0.0-preview.10 | 683 | 12/17/2021 | |
107.0.0-preview.9 | 700 | 12/17/2021 | |
107.0.0-preview.8 | 3,127 | 12/15/2021 | |
107.0.0-preview.7 | 678 | 12/15/2021 | |
107.0.0-preview.6 | 669 | 12/15/2021 | |
107.0.0-preview.5 | 675 | 12/15/2021 | |
107.0.0-preview.4 | 1,100 | 12/13/2021 | |
107.0.0-preview.2 | 987 | 12/13/2021 | |
107.0.0-preview.1 | 1,517 | 12/13/2021 | |
106.15.1-alpha.0.1 | 119,300 | 12/8/2021 | |
106.15.0 | 20,637,308 | 12/8/2021 | |
106.14.1-alpha.0.2 | 861 | 12/8/2021 | |
106.13.0 | 14,902,921 | 10/30/2021 | |
106.12.0 | 30,139,173 | 7/15/2021 | |
106.11.8-alpha.0.40 | 24,390 | 7/15/2021 | |
106.11.8-alpha.0.39 | 3,298 | 7/15/2021 | |
106.11.8-alpha.0.34 | 829 | 7/15/2021 | |
106.11.8-alpha.0.14 | 129,341 | 5/5/2021 | |
106.11.8-alpha.0.13 | 360,320 | 5/5/2021 | |
106.11.8-alpha.0.12 | 277,477 | 12/21/2020 | |
106.11.8-alpha.0.11 | 31,016 | 12/9/2020 | |
106.11.8-alpha.0.10 | 1,830 | 12/9/2020 | |
106.11.8-alpha.0.7 | 77,217 | 10/28/2020 | |
106.11.8-alpha.0.6 | 893 | 10/28/2020 | |
106.11.8-alpha.0.4 | 7,093 | 10/23/2020 | |
106.11.8-alpha.0.3 | 7,723 | 10/23/2020 | |
106.11.8-alpha.0.2 | 28,946 | 10/23/2020 | |
106.11.7 | 34,488,158 | 9/30/2020 | |
106.11.6-alpha.0.1 | 1,586 | 9/30/2020 | |
106.11.5 | 1,504,439 | 9/17/2020 | |
106.11.5-alpha.0.21 | 11,543 | 9/5/2020 | |
106.11.5-alpha.0.20 | 1,238 | 9/4/2020 | |
106.11.5-alpha.0.18 | 70,950 | 8/5/2020 | |
106.11.5-alpha.0.17 | 1,126 | 8/5/2020 | |
106.11.5-alpha.0.2 | 111,247 | 5/13/2020 | |
106.11.5-alpha.0.1 | 1,292 | 5/18/2020 | |
106.11.4 | 23,548,317 | 5/18/2020 | |
106.11.3-alpha.0.6 | 1,252 | 5/11/2020 | |
106.11.3-alpha.0.1 | 5,848 | 5/8/2020 | |
106.11.2 | 415,234 | 5/7/2020 | |
106.11.1-alpha.0.5 | 1,110 | 5/7/2020 | |
106.11.1-alpha.0.1 | 1,176 | 5/7/2020 | |
106.10.2-alpha.0.18 | 2,597 | 5/6/2020 | |
106.10.2-alpha.0.16 | 1,101 | 5/6/2020 | |
106.10.2-alpha.0.15 | 1,106 | 5/6/2020 | |
106.10.2-alpha.0.8 | 177,904 | 1/23/2020 | |
106.10.2-alpha.0.4 | 15,430 | 1/13/2020 | |
106.10.2-alpha.0.3 | 1,436 | 1/13/2020 | |
106.10.1 | 23,368,722 | 1/12/2020 | |
106.10.1-alpha.0.15 | 1,519 | 1/12/2020 | |
106.10.1-alpha.0.9 | 15,365 | 1/8/2020 | |
106.10.1-alpha.0.8 | 1,460 | 1/8/2020 | |
106.10.0 | 797,541 | 1/7/2020 | |
106.9.1-alpha.0.36 | 1,463 | 1/7/2020 | |
106.9.1-alpha.0.35 | 3,550 | 1/7/2020 | |
106.9.1-alpha.0.34 | 1,509 | 1/7/2020 | |
106.9.1-alpha.0.21 | 2,245 | 1/6/2020 | |
106.9.1-alpha.0.19 | 1,449 | 1/6/2020 | |
106.9.1-alpha.0.18 | 1,452 | 1/6/2020 | |
106.9.1-alpha.0.17 | 1,454 | 1/6/2020 | |
106.9.1-alpha.0.15 | 1,409 | 1/6/2020 | |
106.9.1-alpha.0.11 | 1,441 | 1/6/2020 | |
106.9.1-alpha.0.10 | 1,412 | 1/6/2020 | |
106.9.1-alpha.0.3 | 1,750 | 1/6/2020 | |
106.9.0 | 182,370 | 1/6/2020 | |
106.8.10-alpha.0.15 | 1,705 | 1/6/2020 | |
106.8.10-alpha.0.13 | 1,404 | 1/6/2020 | |
106.8.10-alpha.0.12 | 1,376 | 1/6/2020 | |
106.8.10-alpha.0.11 | 1,483 | 1/6/2020 | |
106.8.10-alpha.0.10 | 1,415 | 1/6/2020 | |
106.8.10-alpha.0.9 | 1,374 | 1/6/2020 | |
106.8.10-alpha.0.8 | 1,396 | 1/6/2020 | |
106.8.10-alpha.0.7 | 1,408 | 1/6/2020 | |
106.8.10-alpha.0.4 | 1,460 | 1/6/2020 | |
106.8.10-alpha.0.3 | 1,447 | 1/6/2020 | |
106.8.0 | 43,738 | 1/6/2020 | |
106.7.1-alpha.0.22 | 86,144 | 1/6/2020 | |
106.7.1-alpha.0.21 | 1,409 | 1/6/2020 | |
106.7.1-alpha.0.20 | 41,336 | 1/5/2020 | |
106.6.10 | 19,066,341 | 7/3/2019 | |
106.6.9 | 13,800,718 | 2/27/2019 | |
106.6.7 | 3,773,028 | 1/16/2019 | |
106.6.6 | 159,861 | 1/14/2019 | |
106.6.5 | 736,153 | 1/7/2019 | |
106.6.4 | 90,502 | 1/7/2019 | |
106.6.3 | 238,418 | 1/3/2019 | |
106.6.2 | 357,587 | 12/30/2018 | |
106.5.4 | 6,430,945 | 10/15/2018 | |
106.5.3 | 95,655 | 10/14/2018 | |
106.5.2 | 461,102 | 10/8/2018 | |
106.5.1 | 22,491 | 10/8/2018 | |
106.5.0 | 99,691 | 10/7/2018 | |
106.4.2 | 1,261,817 | 9/24/2018 | |
106.4.1 | 67,159 | 9/22/2018 | |
106.4.0 | 438,653 | 9/18/2018 | |
106.3.1 | 17,441,101 | 6/10/2018 | |
106.3.0 | 694,825 | 5/31/2018 | |
106.2.2 | 3,666,513 | 4/24/2018 | |
106.2.1 | 5,768,289 | 1/6/2018 | |
106.2.0 | 243,143 | 12/24/2017 | |
106.2.0-alpha0060 | 7,094 | 12/22/2017 | |
106.2.0-alpha0032 | 6,079 | 12/22/2017 | |
106.2.0-alpha0025 | 529,070 | 12/3/2017 | |
106.1.0 | 2,336,617 | 11/19/2017 | |
106.1.0-alpha0038 | 8,782 | 11/10/2017 | |
106.0.1 | 984,060 | 11/8/2017 | |
106.0.0 | 1,694,139 | 11/6/2017 | |
106.0.0-alpha0284 | 60,043 | 10/22/2017 | |
106.0.0-alpha0282 | 6,913 | 10/17/2017 | |
106.0.0-alpha0277 | 8,484 | 10/16/2017 | |
105.2.3 | 26,850,862 | 8/26/2015 | |
105.2.2 | 3,522,634 | 8/19/2015 | |
105.2.1 | 152,774 | 8/16/2015 | |
105.1.0 | 5,566,667 | 4/30/2015 | |
105.0.1 | 3,799,499 | 11/13/2014 | |
105.0.0 | 680,142 | 11/1/2014 | |
104.5.0 | 325,665 | 10/16/2014 | |
104.4.0 | 2,645,523 | 11/19/2013 | |
104.3.3 | 481,440 | 10/22/2013 | |
104.2.0 | 350,715 | 9/18/2013 | |
104.1.0 | 1,515,950 | 9/7/2012 | |
104.0.0 | 418,111 | 8/31/2012 |