fm.WooCommerceNET.Subscriptions 1.0.0-preview.7

This is a prerelease version of fm.WooCommerceNET.Subscriptions.
dotnet add package fm.WooCommerceNET.Subscriptions --version 1.0.0-preview.7                
NuGet\Install-Package fm.WooCommerceNET.Subscriptions -Version 1.0.0-preview.7                
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="fm.WooCommerceNET.Subscriptions" Version="1.0.0-preview.7" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add fm.WooCommerceNET.Subscriptions --version 1.0.0-preview.7                
#r "nuget: fm.WooCommerceNET.Subscriptions, 1.0.0-preview.7"                
#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.
// Install fm.WooCommerceNET.Subscriptions as a Cake Addin
#addin nuget:?package=fm.WooCommerceNET.Subscriptions&version=1.0.0-preview.7&prerelease

// Install fm.WooCommerceNET.Subscriptions as a Cake Tool
#tool nuget:?package=fm.WooCommerceNET.Subscriptions&version=1.0.0-preview.7&prerelease                

Extends WooCommerceNET with support for retrieving WooCommerce Subscriptions for a user.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible. 
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
1.0.0-preview.7 36 11/18/2024
1.0.0-preview.5 188 11/15/2023
1.0.0-preview.4 106 3/5/2023
1.0.0-preview.3 106 8/31/2022
1.0.0-preview.2 188 5/11/2021
1.0.0-preview.1 181 5/11/2021
0.8.3 845 4/2/2021
0.7.5 372 4/2/2021
0.7.3 1,567 12/6/2019
0.7.2 563 10/1/2019
0.7.1 529 8/13/2019
0.7.0 588 4/8/2019

- BREAKING: Uses the WordPress v3 API which requires 'WooCommerce Subscriptions 3.1' see https://docs.woocommerce.com/document/subscriptions/whats-new-in-subscriptions-3-1
- BREAKING: Target .NET 9
- BREAKING: Use System.Text.Json on Subscription (which is slightly incompatible with WooCommerceNET)