Ramone 5.0.1

dotnet add package Ramone --version 5.0.1
                    
NuGet\Install-Package Ramone -Version 5.0.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="Ramone" Version="5.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ramone" Version="5.0.1" />
                    
Directory.Packages.props
<PackageReference Include="Ramone" />
                    
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 Ramone --version 5.0.1
                    
#r "nuget: Ramone, 5.0.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.
#:package Ramone@5.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Ramone&version=5.0.1
                    
Install as a Cake Addin
#tool nuget:?package=Ramone&version=5.0.1
                    
Install as a Cake Tool

Ramone is a C# library that simplifies access to HTTP based Web APIs and REST services. It has a strong focus on REST and hypermedia and implements elements of the Uniform Interface as first class citizens of the API.

Ramone has built-in support for serialization of simple objects as JSON, XML, URL-encoding and multipart encoding.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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 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 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Ramone:

Package Downloads
Ramone.MediaTypes.Html

This package adds HTML reader support to Ramone.

Ramone.OAuth2

This package adds OAuth2 support to Ramone.

GitHubOAuth2Client-Redux

Provides an OAuth2 Client for authenticating with GitHub. Hooks into ASP.NET MVC 4 via DotNetOpenAuth. A Fork of GitHubOAuth2Client by jbubriski that adds additional features.

Ramone.MediaTypes.Atom

This package adds Atom feed (SyndicationFeed) support to Ramone.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.0.1 137 1/7/2026
5.0.0 844 3/21/2024
4.1.5 1,917 11/5/2021
4.1.4 526 11/5/2021
4.1.3 873 6/11/2021
4.1.2 1,391 6/9/2021
4.1.1 552 6/9/2021
4.1.0 784 6/8/2021
4.0.0 1,152 5/27/2021
3.3.0 599 5/28/2021
3.2.2 1,690 8/6/2020
3.2.1.1 973 12/2/2019
3.2.1 1,142 12/2/2019
3.2.0 1,008 8/14/2019
3.1.2 1,617 8/23/2018
3.1.1 1,080 8/23/2018
3.1.0 1,590 5/7/2018
2.0.0 4,325 11/3/2014
1.3.1.79 1,753 1/25/2014
1.3.0.78 1,592 1/21/2014
Loading failed

5.0.1 -
             Avoid ObjectDisposedException when running on .NET 9+
             Use latest Newtonsoft.Json - 13.0.4
     5.0.0 -
             Removed support for .NET Core 3.1.
             Use System.Net.Http.Headers.AuthenticationHeaderValue to parse authentication header.