PeachPied.WordPress 6.7.1

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

Use "Peachpied.WordPress.AspNetCore" package to use the WordPress within ASP.NET Core application.
     
     This package is a dependency and does not work standalone.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  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 (5)

Showing the top 5 NuGet packages that depend on PeachPied.WordPress:

Package Downloads
PeachPied.WordPress.AspNetCore

The whole of WordPress, compiled, packed and provided as an ASP.NET Core package. Does not require PHP, becomes a part of ASP.NET Core application. Usage: 1. Add a package reference to "Peachpied.WordPress.AspNetCore" (Pre-Release) 2. Add WordPress as middleware within "Configure" method: app.UseWordPress(); 3. Optionally configure WordPress settings in "ConfigureServices" method. See https://github.com/iolevel/wpdotnet-sdk for more details.

PeachPied.WordPress.DotNetBridge

Plugin that provides bridge between WordPress API and .NET.

PeachPied.WordPress.NuGetPlugins

A plugin for WpDotNet replacing WordPress dashboard's plugins and themes catalog with NuGet packages. Plugins and themes are read from specified NuGet feed. Consumed NuGet packages are build using SDK "Peachpied.WordPress.Build.Plugin". This package does not work standalone. See "https://github.com/iolevel/wpdotnet-sdk" for more details.

PeachPied.WordPress.HotPlug

Package Description

PeachPied.WordPress.DotNet

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
6.7.1 1,057 2/20/2025
6.6.2 822 12/2/2024
6.5.4-rc-020 1,513 8/22/2024
6.3.1-rc-016 1,774 10/16/2023
6.3.1-rc-015 637 9/30/2023
6.1.1-rc-014 1,328 3/10/2023
6.1.1-rc-013 567 3/9/2023
6.0.1-rc-011 873 1/24/2023
6.0.1-rc-010 3,142 1/23/2023
6.0.1-rc-009 653 11/16/2022
6.0.1-rc-008 1,410 10/8/2022
6.0.1-rc-007 554 10/5/2022
6.0.1-rc-006 446 10/3/2022
6.0.1-rc-005 1,272 7/25/2022
6.0.1-rc-004 637 7/23/2022
6.0.1-netstandard 802 11/16/2022
5.9.3-rc-003 1,414 5/12/2022
5.9.3-rc-002 1,177 4/17/2022
5.9.0-rc-001 733 2/19/2022
5.9.0-preview15 638 2/12/2022
Loading failed