Compendium.Adapters.LemonSqueezy 1.0.0

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

compendium-adapter-lemonsqueezy

LemonSqueezy billing adapter for the Compendium event-sourcing framework. Implements IBillingService from Compendium.Abstractions.Billing for subscriptions, checkouts, license keys, and webhooks via LemonSqueezy's REST API (JSON:API format).

Extracted from sassy-solutions/compendium per ADR-0006 (multi-repo adapter split). Built from template-compendium-adapter-dotnet.

Install

dotnet add package Compendium.Adapters.LemonSqueezy
services.AddLemonSqueezyBilling(builder.Configuration.GetSection("LemonSqueezy"));

See docs/README.md for full configuration, checkout flow, and webhook handling.

Versioning

This package continues the version sequence of Compendium.Adapters.LemonSqueezy originally published from the framework monorepo (last framework-published version: 1.0.0-preview.8). The first release from this repo is v1.0.0-preview.9. Versions are driven by git tags via MinVer — see docs/RELEASE.md.

Repository conventions

Aspect Choice
Target .NET 9, C# 13
Test framework xUnit 2.9.3 + FluentAssertions 6.12.1 + NSubstitute 5.1.0
Coverage currently 98.23 % line / 85.30 % branch (170 tests) — gate at 90 % line
HTTP mocking RichardSzalay.MockHttp 7.0.0
Result pattern Result<T> from Compendium.Core
Test naming {SUT}Tests / {Method}_{Scenario}_{Expected} + AAA explicit

Build & test locally

dotnet restore
dotnet build -c Release
dotnet test -c Release --collect:"XPlat Code Coverage"

License

MIT — Copyright © 2026 Sassy Solutions.

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

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Compendium.Adapters.LemonSqueezy:

Package Downloads
Compendium.Extensions.ExternalAdapters

Unified DI extensions for all Compendium external adapters: Zitadel (identity), Listmonk (email/newsletter), LemonSqueezy (billing/payments). Provides a single AddCompendiumExternalAdapters() method for easy configuration.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0 90 5/14/2026
1.0.0-preview.9 497 5/13/2026
1.0.0-preview.8 976 5/2/2026
1.0.0-preview.7 46 5/2/2026
1.0.0-preview.6 80 5/2/2026
1.0.0-preview.5 78 4/30/2026
1.0.0-preview.4 163 4/26/2026
1.0.0-preview.3 55 4/26/2026
1.0.0-preview.2 60 4/25/2026
1.0.0-preview.1 156 4/24/2026