fm.WooCommerceNET.Subscriptions
1.0.0-preview.8
This is a prerelease version of fm.WooCommerceNET.Subscriptions.
dotnet add package fm.WooCommerceNET.Subscriptions --version 1.0.0-preview.8
NuGet\Install-Package fm.WooCommerceNET.Subscriptions -Version 1.0.0-preview.8
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.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="fm.WooCommerceNET.Subscriptions" Version="1.0.0-preview.8" />
<PackageReference Include="fm.WooCommerceNET.Subscriptions" />
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 fm.WooCommerceNET.Subscriptions --version 1.0.0-preview.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: fm.WooCommerceNET.Subscriptions, 1.0.0-preview.8"
#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.
#addin nuget:?package=fm.WooCommerceNET.Subscriptions&version=1.0.0-preview.8&prerelease
#tool nuget:?package=fm.WooCommerceNET.Subscriptions&version=1.0.0-preview.8&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Extends WooCommerceNET with support for retrieving WooCommerce Subscriptions for a user.
Product | Versions 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.
-
net9.0
- WooCommerceNET (>= 0.8.6)
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.8 | 117 | a month ago |
1.0.0-preview.7 | 67 | 7 months ago |
1.0.0-preview.5 | 204 | 11/15/2023 |
1.0.0-preview.4 | 131 | 3/5/2023 |
1.0.0-preview.3 | 135 | 8/31/2022 |
1.0.0-preview.2 | 227 | 5/11/2021 |
1.0.0-preview.1 | 220 | 5/11/2021 |
0.8.3 | 982 | 4/2/2021 |
0.7.5 | 425 | 4/2/2021 |
0.7.3 | 1,693 | 12/6/2019 |
0.7.2 | 627 | 10/1/2019 |
0.7.1 | 592 | 8/13/2019 |
0.7.0 | 656 | 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)
- Mark as `IsAotCompatible`.