RedditSharp 1.0.16
dotnet add package RedditSharp --version 1.0.16
NuGet\Install-Package RedditSharp -Version 1.0.16
        
        
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="RedditSharp" Version="1.0.16" />
        
        
For projects that support PackageReference, copy this XML node into the project file to reference the package.
                    
    
    <PackageVersion Include="RedditSharp" Version="1.0.16" />
<PackageReference Include="RedditSharp" />
        
        
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 RedditSharp --version 1.0.16
        
        
 The NuGet Team does not provide support for this client. Please contact its maintainers for support.
                    
    
    #r "nuget: RedditSharp, 1.0.16"
        
        
#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 RedditSharp@1.0.16
        
        
#: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=RedditSharp&version=1.0.16
#tool nuget:?package=RedditSharp&version=1.0.16
        
        
 The NuGet Team does not provide support for this client. Please contact its maintainers for support.
                    
    
    C# Implementation of the Reddit API
| Product | Versions Compatible and additional computed target framework versions. | 
|---|---|
| .NET Framework | net is compatible. | 
        
        Compatible target framework(s)
    
    
        
        Included target framework(s) (in package)
    
    Learn more about Target Frameworks and .NET Standard.
- 
                                                - HtmlAgilityPack (>= 1.4.9)
- Newtonsoft.Json (>= 6.0.5)
 
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | 
|---|---|---|
| 1.0.16 | 265 | 3/4/2015 | 
| 1.0.15 | 172 | 1/10/2015 | 
| 1.0.14 | 163 | 10/14/2014 | 
| 1.0.13 | 159 | 7/10/2014 | 
| 1.0.12 | 56 | 6/24/2014 | 
| 1.0.11 | 58 | 5/1/2014 | 
| 1.0.10 | 47 | 4/4/2014 | 
| 1.0.9 | 57 | 2/10/2014 | 
| 1.0.8 | 46 | 2/1/2014 | 
| 1.0.7 | 49 | 1/9/2014 | 
| 1.0.6 | 49 | 11/23/2013 | 
| 1.0.5 | 49 | 10/22/2013 | 
| 1.0.4 | 48 | 9/12/2013 | 
| 1.0.3 | 52 | 8/20/2013 | 
| 1.0.2 | 46 | 8/8/2013 | 
| 1.0.1 | 46 | 8/7/2013 | 
Minor bugfixes, tweaks and improvements