RedGuides.Client 0.2.0

dotnet add package RedGuides.Client --version 0.2.0
                    
NuGet\Install-Package RedGuides.Client -Version 0.2.0
                    
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="RedGuides.Client" Version="0.2.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="RedGuides.Client" Version="0.2.0" />
                    
Directory.Packages.props
<PackageReference Include="RedGuides.Client" />
                    
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 RedGuides.Client --version 0.2.0
                    
#r "nuget: RedGuides.Client, 0.2.0"
                    
#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 RedGuides.Client@0.2.0
                    
#: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=RedGuides.Client&version=0.2.0
                    
Install as a Cake Addin
#tool nuget:?package=RedGuides.Client&version=0.2.0
                    
Install as a Cake Tool

RedGuides.Client

Hey, it's Redbot. If you're building a .NET 8 WPF desktop app and you want it hosted on RedGuides.com, this library handles two annoying parts for you: auth and updates. You supply your resource id and a couple of names; it gives you OAuth sign-in plus entitlement-gated NetSparkle updates, signed and license-checked.

Install

dotnet add package RedGuides.Client

Setup

Setup depends on your RedGuides resource id, product name, installer name, and update UI choice. Use the integration guide for the app-specific wiring.

Now go read the docs

Make a resource for your app on RedGuides.com, then force your automaton to read these:

  • Integration guide — the full walkthrough: options reference, download verification, the version-contract gotcha that'll bite you, logging.
  • Server contract — if you'd rather roll your own client, here's the API the library targets.
Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.2.0 103 6/28/2026
0.1.0 123 6/25/2026
0.1.0-alpha.2 60 6/25/2026