RestSharp 112.1.0
Prefix ReservedSee the version list below for details.
dotnet add package RestSharp --version 112.1.0
NuGet\Install-Package RestSharp -Version 112.1.0
<PackageReference Include="RestSharp" Version="112.1.0" />
<PackageVersion Include="RestSharp" Version="112.1.0" />
<PackageReference Include="RestSharp" />
paket add RestSharp --version 112.1.0
#r "nuget: RestSharp, 112.1.0"
#addin nuget:?package=RestSharp&version=112.1.0
#tool nuget:?package=RestSharp&version=112.1.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. 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. |
.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.4)
-
.NETFramework 4.8
- System.Text.Json (>= 8.0.4)
-
.NETStandard 2.0
- System.Text.Json (>= 8.0.4)
-
net6.0
- No dependencies.
-
net7.0
- No dependencies.
-
net8.0
- No dependencies.
NuGet packages (3.9K)
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 |
|
Atlassian.SDK
Utilities to interact with Atlassian products. Contains LinqToJira provider for querying JIRA Issue tracker (http://www.atlassian.com/software/jira). |
GitHub repositories (183)
Showing the top 20 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).
|
|
kurrent-io/EventStore
EventStoreDB, the event-native database. Designed for Event Sourcing, Event-Driven, and Microservices architectures
|
|
anjoy8/Blog.Core
💖 ASP.NET Core 8.0 全家桶教程,前后端分离后端接口,vue教程姊妹篇,官方文档:
|
|
Prowlarr/Prowlarr
Prowlarr is an indexer manager/proxy built on the popular *arr .net/reactjs base stack to integrate with your various PVR apps, supporting management of both Torrent Trackers and Usenet Indexers.
|
|
t1m0thyj/WinDynamicDesktop
Port of macOS Mojave Dynamic Desktop feature to Windows
|
|
Lidarr/Lidarr
Looks and smells like Sonarr but made for music.
|
|
Readarr/Readarr
Book Manager and Automation (Sonarr for Ebooks)
|
|
ONLYOFFICE/CommunityServer
Free open source office suite with business productivity tools: document and project management, CRM, mail aggregator.
|
|
4sval/FModel
Unreal Engine Archives Explorer
|
|
ArduPilot/MissionPlanner
Mission Planner Ground Control Station for ArduPilot (c# .net)
|
|
cedrozor/myrtille
A native HTML4 / HTML5 Remote Desktop Protocol and SSH client
|
|
FakeFishGames/Barotrauma
A 2D online multiplayer game taking place in a submarine travelling through the icy depths of Jupiter's moon Europa.
|
|
VitalElement/AvalonStudio
Cross platform IDE and Shell
|
|
sipsorcery-org/sipsorcery
A WebRTC, SIP and VoIP library for C# and .NET. Designed for real-time communications apps.
|
|
Squalr/Squalr
Squalr Memory Editor - Game Hacking Tool Written in C#
|
|
JabbR/JabbR
Collaborative chat done right
|
Version | Downloads | Last updated | |
---|---|---|---|
112.1.1-alpha.0.4 | 35,345 | 4 months ago | |
112.1.1-alpha.0.1 | 1,069 | 4 months ago | |
112.1.0 | 7,142,503 | 6 months ago | |
112.0.1-alpha.0.1 | 2,629 | 6 months ago | |
112.0.0 | 6,759,395 | 7 months ago | |
111.4.2-alpha.0.3 | 6,949 | 7 months ago | |
111.4.1 | 1,168,069 | 8 months ago | |
111.4.1-alpha.0.7 | 300 | 8 months ago | |
111.4.1-alpha.0.1 | 448 | 8 months ago | |
111.4.0 | 764,219 | 9 months ago | |
111.3.1-alpha.0.7 | 1,386 | 9 months ago | |
111.3.1-alpha.0.6 | 3,536 | 9 months ago | |
111.3.1-alpha.0.5 | 3,402 | 10 months ago | |
111.3.1-alpha.0.3 | 535 | 10 months ago | |
111.3.1-alpha.0.2 | 330 | 10 months ago | |
111.3.1-alpha.0.1 | 334 | 10 months ago | |
111.3.0 | 975,193 | 10 months ago | |
111.2.1-alpha.0.6 | 1,370 | 10 months ago | |
111.2.1-alpha.0.5 | 336 | 10 months ago | |
111.2.1-alpha.0.3 | 370 | 10 months ago | |
111.2.1-alpha.0.2 | 3,469 | 10 months ago | |
111.2.0 | 771,903 | 5/30/2024 | |
111.1.1-alpha.0.4 | 478 | 5/30/2024 | |
111.1.1-alpha.0.3 | 2,787 | 5/27/2024 | |
111.1.1-alpha.0.2 | 315 | 5/27/2024 | |
111.1.0 | 290,490 | 5/26/2024 | |
111.0.1-alpha.0.8 | 499 | 5/26/2024 | |
111.0.1-alpha.0.7 | 323 | 5/26/2024 | |
111.0.1-alpha.0.5 | 397 | 5/25/2024 | |
111.0.1-alpha.0.4 | 3,529 | 5/22/2024 | |
111.0.1-alpha.0.3 | 330 | 5/22/2024 | |
111.0.1-alpha.0.1 | 337 | 5/22/2024 | |
111.0.0 | 133,566 | 5/22/2024 | |
110.2.1-alpha.0.26 | 6,643 | 5/22/2024 | |
110.2.1-alpha.0.24 | 526 | 5/22/2024 | |
110.2.1-alpha.0.23 | 362 | 5/22/2024 | |
110.2.1-alpha.0.22 | 369 | 5/22/2024 | |
110.2.1-alpha.0.20 | 40,495 | 4/5/2024 | |
110.2.1-alpha.0.16 | 192,397 | 10/24/2023 | |
110.2.1-alpha.0.15 | 572 | 10/24/2023 | |
110.2.1-alpha.0.13 | 53,731 | 9/13/2023 | |
110.2.1-alpha.0.11 | 34,669 | 8/14/2023 | |
110.2.1-alpha.0.10 | 52,793 | 7/4/2023 | |
110.2.1-alpha.0.9 | 716 | 7/4/2023 | |
110.2.1-alpha.0.8 | 591 | 7/4/2023 | |
110.2.1-alpha.0.7 | 571 | 7/4/2023 | |
110.2.1-alpha.0.6 | 1,513 | 7/4/2023 | |
110.2.1-alpha.0.5 | 562 | 7/4/2023 | |
110.2.1-alpha.0.3 | 69,920 | 5/10/2023 | |
110.2.1-alpha.0.2 | 10,384 | 5/3/2023 | |
110.2.1-alpha.0.1 | 28,024 | 4/10/2023 | |
110.2.0 | 26,384,642 | 4/9/2023 | |
110.1.1-alpha.0.7 | 1,318 | 4/9/2023 | |
110.1.1-alpha.0.6 | 586 | 4/9/2023 | |
110.1.1-alpha.0.5 | 573 | 4/9/2023 | |
110.1.1-alpha.0.4 | 699 | 4/8/2023 | |
110.1.0 | 1,370,516 | 4/4/2023 | |
110.0.1-alpha.0.4 | 596 | 4/4/2023 | |
110.0.1-alpha.0.3 | 609 | 4/4/2023 | |
110.0.1-alpha.0.2 | 577 | 4/4/2023 | |
110.0.1-alpha.0.1 | 581 | 4/4/2023 | |
110.0.0 | 208,015 | 4/3/2023 | |
109.0.2-alpha.0.7 | 3,777 | 4/3/2023 | |
109.0.2-alpha.0.6 | 10,080 | 3/31/2023 | |
109.0.2-alpha.0.5 | 5,037 | 3/30/2023 | |
109.0.2-alpha.0.2 | 2,813 | 3/26/2023 | |
109.0.1 | 1,719,703 | 3/12/2023 | |
109.0.0 | 164,538 | 3/12/2023 | |
109.0.0-preview.2 | 67,793 | 2/17/2023 | |
109.0.0-preview.1 | 262,666 | 11/20/2022 | |
108.0.4-alpha.0.29 | 1,638 | 3/12/2023 | |
108.0.4-alpha.0.28 | 589 | 3/12/2023 | |
108.0.4-alpha.0.27 | 579 | 3/12/2023 | |
108.0.4-alpha.0.26 | 610 | 3/12/2023 | |
108.0.4-alpha.0.25 | 580 | 3/12/2023 | |
108.0.4-alpha.0.22 | 840 | 1/10/2023 | |
108.0.4-alpha.0.21 | 638 | 1/8/2023 | |
108.0.4-alpha.0.20 | 618 | 1/8/2023 | |
108.0.4-alpha.0.19 | 616 | 1/8/2023 | |
108.0.4-alpha.0.18 | 622 | 1/8/2023 | |
108.0.4-alpha.0.17 | 595 | 1/8/2023 | |
108.0.4-alpha.0.16 | 691 | 12/29/2022 | |
108.0.3 | 13,507,613 | 11/19/2022 | |
108.0.3-alpha.0.20 | 1,509 | 11/18/2022 | |
108.0.3-alpha.0.19 | 646 | 11/18/2022 | |
108.0.3-alpha.0.18 | 971 | 11/18/2022 | |
108.0.3-alpha.0.11 | 10,145 | 11/9/2022 | |
108.0.3-alpha.0.10 | 1,400 | 11/8/2022 | |
108.0.3-alpha.0.9 | 924 | 11/8/2022 | |
108.0.3-alpha.0.8 | 622 | 11/8/2022 | |
108.0.3-alpha.0.5 | 81,793 | 9/22/2022 | |
108.0.3-alpha.0.4 | 2,149 | 9/20/2022 | |
108.0.2 | 6,735,175 | 9/20/2022 | |
108.0.2-alpha.0.11 | 663 | 9/20/2022 | |
108.0.2-alpha.0.10 | 6,304 | 9/13/2022 | |
108.0.2-alpha.0.9 | 658 | 9/20/2022 | |
108.0.2-alpha.0.8 | 642 | 9/20/2022 | |
108.0.2-alpha.0.6 | 58,052 | 7/31/2022 | |
108.0.2-alpha.0.5 | 10,900 | 7/21/2022 | |
108.0.2-alpha.0.4 | 11,053 | 7/7/2022 | |
108.0.2-alpha.0.2 | 713 | 7/7/2022 | |
108.0.2-alpha.0.1 | 50,364 | 6/13/2022 | |
108.0.1 | 11,210,294 | 6/7/2022 | |
108.0.1-alpha.0.1 | 745 | 6/7/2022 | |
108.0.0 | 497,755 | 6/7/2022 | |
107.3.1-alpha.0.40 | 3,758 | 6/7/2022 | |
107.3.1-alpha.0.39 | 717 | 6/7/2022 | |
107.3.1-alpha.0.38 | 681 | 6/7/2022 | |
107.3.1-alpha.0.26 | 52,119 | 5/6/2022 | |
107.3.1-alpha.0.24 | 16,213 | 4/14/2022 | |
107.3.1-alpha.0.23 | 733 | 4/14/2022 | |
107.3.1-alpha.0.20 | 7,951 | 4/4/2022 | |
107.3.1-alpha.0.19 | 727 | 4/4/2022 | |
107.3.1-alpha.0.18 | 13,404 | 3/22/2022 | |
107.3.1-alpha.0.17 | 1,351 | 3/22/2022 | |
107.3.1-alpha.0.16 | 724 | 3/22/2022 | |
107.3.1-alpha.0.15 | 726 | 3/22/2022 | |
107.3.1-alpha.0.14 | 6,357 | 3/13/2022 | |
107.3.1-alpha.0.13 | 1,544 | 3/12/2022 | |
107.3.1-alpha.0.6 | 804 | 3/12/2022 | |
107.3.1-alpha.0.5 | 12,217 | 3/3/2022 | |
107.3.0 | 8,976,777 | 2/11/2022 | |
107.2.2-alpha.0.7 | 1,049 | 2/11/2022 | |
107.2.2-alpha.0.6 | 926 | 2/11/2022 | |
107.2.2-alpha.0.5 | 939 | 2/11/2022 | |
107.2.2-alpha.0.1 | 2,468 | 2/7/2022 | |
107.2.1 | 497,385 | 2/4/2022 | |
107.2.1-alpha.0.3 | 957 | 2/4/2022 | |
107.2.0 | 113,986 | 2/3/2022 | |
107.1.3-alpha.0.7 | 1,173 | 2/3/2022 | |
107.1.3-alpha.0.6 | 992 | 2/3/2022 | |
107.1.3-alpha.0.5 | 1,070 | 2/2/2022 | |
107.1.3-alpha.0.2 | 7,141 | 1/25/2022 | |
107.1.2 | 528,600 | 1/25/2022 | |
107.1.2-alpha.0.19 | 1,031 | 1/24/2022 | |
107.1.2-alpha.0.18 | 1,121 | 1/24/2022 | |
107.1.2-alpha.0.14 | 1,169 | 1/23/2022 | |
107.1.2-alpha.0.13 | 939 | 1/23/2022 | |
107.1.2-alpha.0.12 | 944 | 1/23/2022 | |
107.1.2-alpha.0.10 | 991 | 1/22/2022 | |
107.1.2-alpha.0.9 | 976 | 1/22/2022 | |
107.1.2-alpha.0.8 | 1,053 | 1/21/2022 | |
107.1.2-alpha.0.7 | 1,687 | 1/20/2022 | |
107.1.2-alpha.0.4 | 988 | 1/20/2022 | |
107.1.2-alpha.0.3 | 941 | 1/20/2022 | |
107.1.2-alpha.0.1 | 1,121 | 1/19/2022 | |
107.1.1 | 374,857 | 1/17/2022 | |
107.1.1-alpha.0.3 | 953 | 1/19/2022 | |
107.1.1-alpha.0.1 | 952 | 1/18/2022 | |
107.1.0 | 23,010 | 1/17/2022 | |
107.0.4-alpha.0.11 | 1,057 | 1/17/2022 | |
107.0.4-alpha.0.9 | 956 | 1/17/2022 | |
107.0.4-alpha.0.6 | 1,718 | 1/13/2022 | |
107.0.4-alpha.0.5 | 981 | 1/13/2022 | |
107.0.4-alpha.0.4 | 4,890 | 1/12/2022 | |
107.0.3 | 280,909 | 1/11/2022 | |
107.0.3-alpha.0.4 | 757 | 1/11/2022 | |
107.0.3-alpha.0.2 | 915 | 1/10/2022 | |
107.0.3-alpha.0.1 | 3,404 | 1/9/2022 | |
107.0.2 | 81,592 | 1/9/2022 | |
107.0.2-alpha.0.6 | 755 | 1/9/2022 | |
107.0.2-alpha.0.5 | 784 | 1/8/2022 | |
107.0.2-alpha.0.4 | 1,172 | 1/7/2022 | |
107.0.2-alpha.0.3 | 743 | 1/7/2022 | |
107.0.2-alpha.0.2 | 2,056 | 1/7/2022 | |
107.0.2-alpha.0.1 | 807 | 1/7/2022 | |
107.0.1 | 76,695 | 1/7/2022 | |
107.0.1-alpha.0.2 | 753 | 1/7/2022 | |
107.0.1-alpha.0.1 | 871 | 1/6/2022 | |
107.0.0-preview.20 | 1,071 | 1/6/2022 | |
107.0.0-preview.19 | 2,040 | 1/5/2022 | |
107.0.0-preview.18 | 2,242 | 1/3/2022 | |
107.0.0-preview.17 | 1,323 | 12/28/2021 | |
107.0.0-preview.14 | 8,550 | 12/23/2021 | |
107.0.0-preview.13 | 4,375 | 12/21/2021 | |
107.0.0-preview.12 | 3,359 | 12/18/2021 | |
107.0.0-preview.11 | 958 | 12/17/2021 | |
107.0.0-preview.10 | 785 | 12/17/2021 | |
107.0.0-preview.9 | 804 | 12/17/2021 | |
107.0.0-preview.8 | 3,234 | 12/15/2021 | |
107.0.0-preview.7 | 781 | 12/15/2021 | |
107.0.0-preview.6 | 774 | 12/15/2021 | |
107.0.0-preview.5 | 779 | 12/15/2021 | |
107.0.0-preview.4 | 1,214 | 12/13/2021 | |
107.0.0-preview.2 | 1,664 | 12/13/2021 | |
107.0.0-preview.1 | 1,656 | 12/13/2021 | |
106.15.1-alpha.0.1 | 136,880 | 12/8/2021 | |
106.15.0 | 24,219,435 | 12/8/2021 | |
106.14.1-alpha.0.2 | 978 | 12/8/2021 | |
106.13.0 | 17,177,255 | 10/30/2021 | |
106.12.0 | 36,334,561 | 7/15/2021 | |
106.11.8-alpha.0.40 | 30,290 | 7/15/2021 | |
106.11.8-alpha.0.39 | 3,414 | 7/15/2021 | |
106.11.8-alpha.0.34 | 936 | 7/15/2021 | |
106.11.8-alpha.0.14 | 135,585 | 5/5/2021 | |
106.11.8-alpha.0.13 | 452,807 | 5/5/2021 | |
106.11.8-alpha.0.12 | 307,860 | 12/21/2020 | |
106.11.8-alpha.0.11 | 32,280 | 12/9/2020 | |
106.11.8-alpha.0.10 | 2,031 | 12/9/2020 | |
106.11.8-alpha.0.7 | 78,803 | 10/28/2020 | |
106.11.8-alpha.0.6 | 1,002 | 10/28/2020 | |
106.11.8-alpha.0.4 | 7,947 | 10/23/2020 | |
106.11.8-alpha.0.3 | 8,054 | 10/23/2020 | |
106.11.8-alpha.0.2 | 31,406 | 10/23/2020 | |
106.11.7 | 36,210,768 | 9/30/2020 | |
106.11.6-alpha.0.1 | 1,724 | 9/30/2020 | |
106.11.5 | 1,565,021 | 9/17/2020 | |
106.11.5-alpha.0.21 | 11,771 | 9/5/2020 | |
106.11.5-alpha.0.20 | 1,365 | 9/4/2020 | |
106.11.5-alpha.0.18 | 75,115 | 8/5/2020 | |
106.11.5-alpha.0.17 | 1,261 | 8/5/2020 | |
106.11.5-alpha.0.2 | 114,191 | 5/13/2020 | |
106.11.5-alpha.0.1 | 1,432 | 5/18/2020 | |
106.11.4 | 24,294,326 | 5/18/2020 | |
106.11.3-alpha.0.6 | 1,384 | 5/11/2020 | |
106.11.3-alpha.0.1 | 5,991 | 5/8/2020 | |
106.11.2 | 430,264 | 5/7/2020 | |
106.11.1-alpha.0.5 | 1,246 | 5/7/2020 | |
106.11.1-alpha.0.1 | 1,310 | 5/7/2020 | |
106.10.2-alpha.0.18 | 4,628 | 5/6/2020 | |
106.10.2-alpha.0.16 | 1,240 | 5/6/2020 | |
106.10.2-alpha.0.15 | 1,237 | 5/6/2020 | |
106.10.2-alpha.0.8 | 181,370 | 1/23/2020 | |
106.10.2-alpha.0.4 | 16,219 | 1/13/2020 | |
106.10.2-alpha.0.3 | 1,631 | 1/13/2020 | |
106.10.1 | 24,210,553 | 1/12/2020 | |
106.10.1-alpha.0.15 | 1,715 | 1/12/2020 | |
106.10.1-alpha.0.9 | 16,503 | 1/8/2020 | |
106.10.1-alpha.0.8 | 1,653 | 1/8/2020 | |
106.10.0 | 839,743 | 1/7/2020 | |
106.9.1-alpha.0.36 | 1,650 | 1/7/2020 | |
106.9.1-alpha.0.35 | 3,747 | 1/7/2020 | |
106.9.1-alpha.0.34 | 1,770 | 1/7/2020 | |
106.9.1-alpha.0.21 | 2,438 | 1/6/2020 | |
106.9.1-alpha.0.19 | 1,645 | 1/6/2020 | |
106.9.1-alpha.0.18 | 1,651 | 1/6/2020 | |
106.9.1-alpha.0.17 | 1,646 | 1/6/2020 | |
106.9.1-alpha.0.15 | 1,611 | 1/6/2020 | |
106.9.1-alpha.0.11 | 1,631 | 1/6/2020 | |
106.9.1-alpha.0.10 | 1,607 | 1/6/2020 | |
106.9.1-alpha.0.3 | 1,947 | 1/6/2020 | |
106.9.0 | 195,838 | 1/6/2020 | |
106.8.10-alpha.0.15 | 1,911 | 1/6/2020 | |
106.8.10-alpha.0.13 | 1,603 | 1/6/2020 | |
106.8.10-alpha.0.12 | 1,582 | 1/6/2020 | |
106.8.10-alpha.0.11 | 1,675 | 1/6/2020 | |
106.8.10-alpha.0.10 | 1,613 | 1/6/2020 | |
106.8.10-alpha.0.9 | 1,573 | 1/6/2020 | |
106.8.10-alpha.0.8 | 1,605 | 1/6/2020 | |
106.8.10-alpha.0.7 | 1,607 | 1/6/2020 | |
106.8.10-alpha.0.4 | 1,657 | 1/6/2020 | |
106.8.10-alpha.0.3 | 1,642 | 1/6/2020 | |
106.8.0 | 51,064 | 1/6/2020 | |
106.7.1-alpha.0.22 | 86,334 | 1/6/2020 | |
106.7.1-alpha.0.21 | 1,603 | 1/6/2020 | |
106.7.1-alpha.0.20 | 41,766 | 1/5/2020 | |
106.6.10 | 20,011,004 | 7/3/2019 | |
106.6.9 | 14,456,993 | 2/27/2019 | |
106.6.7 | 3,900,855 | 1/16/2019 | |
106.6.6 | 168,320 | 1/14/2019 | |
106.6.5 | 745,994 | 1/7/2019 | |
106.6.4 | 93,100 | 1/7/2019 | |
106.6.3 | 245,871 | 1/3/2019 | |
106.6.2 | 365,506 | 12/30/2018 | |
106.5.4 | 6,829,373 | 10/15/2018 | |
106.5.3 | 100,552 | 10/14/2018 | |
106.5.2 | 475,204 | 10/8/2018 | |
106.5.1 | 23,538 | 10/8/2018 | |
106.5.0 | 103,822 | 10/7/2018 | |
106.4.2 | 1,316,267 | 9/24/2018 | |
106.4.1 | 71,273 | 9/22/2018 | |
106.4.0 | 453,388 | 9/18/2018 | |
106.3.1 | 17,894,013 | 6/10/2018 | |
106.3.0 | 719,276 | 5/31/2018 | |
106.2.2 | 3,928,572 | 4/24/2018 | |
106.2.1 | 6,112,903 | 1/6/2018 | |
106.2.0 | 249,138 | 12/24/2017 | |
106.2.0-alpha0060 | 7,381 | 12/22/2017 | |
106.2.0-alpha0032 | 6,398 | 12/22/2017 | |
106.2.0-alpha0025 | 530,079 | 12/3/2017 | |
106.1.0 | 2,526,363 | 11/19/2017 | |
106.1.0-alpha0038 | 9,098 | 11/10/2017 | |
106.0.1 | 1,054,434 | 11/8/2017 | |
106.0.0 | 1,890,719 | 11/6/2017 | |
106.0.0-alpha0284 | 62,270 | 10/22/2017 | |
106.0.0-alpha0282 | 7,210 | 10/17/2017 | |
106.0.0-alpha0277 | 8,814 | 10/16/2017 | |
105.2.3 | 27,745,975 | 8/26/2015 | |
105.2.2 | 3,608,338 | 8/19/2015 | |
105.2.1 | 159,345 | 8/16/2015 | |
105.1.0 | 5,846,410 | 4/30/2015 | |
105.0.1 | 3,962,209 | 11/13/2014 | |
105.0.0 | 709,356 | 11/1/2014 | |
104.5.0 | 334,677 | 10/16/2014 | |
104.4.0 | 2,743,866 | 11/19/2013 | |
104.3.3 | 501,897 | 10/22/2013 | |
104.2.0 | 366,646 | 9/18/2013 | |
104.1.0 | 1,563,366 | 9/7/2012 | |
104.0.0 | 445,704 | 8/31/2012 |