PeachPied.WordPress.Build.Plugin 6.7.1

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

Project SDK for WpDotNet plugins and themes.

     Usage:
     1. Create project XML file "{{slug_id}}.msbuildproj" in the plugin/theme folder:

     A. For a plugin:
     <Project Sdk="PeachPied.WordPress.Build.Plugin/"></Project>

     B. For a theme:
     <Project Sdk="PeachPied.WordPress.Build.Plugin/"><PropertyGroup><WpContentTarget>themes</WpContentTarget></PropertyGroup></Project>

     2. Build or pack the project:
     dotnet build
     dotnet pack

     3. Reference the project/package from web application, see "PeachPied.WordPress.AspNetCore" for running the WordPress on ASP.NET Core.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • net6.0

    • No dependencies.

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
6.7.1 440 2/20/2025
6.6.2 209 12/2/2024
6.5.4-rc-020 585 8/22/2024
6.3.1-rc-016 404 10/16/2023
6.3.1-rc-015 234 9/30/2023
6.1.1-rc-014 388 3/10/2023
6.1.1-rc-013 290 3/9/2023
6.0.1-rc-011 314 1/24/2023
6.0.1-rc-010 2,247 1/23/2023
6.0.1-rc-009 305 11/16/2022
6.0.1-rc-008 852 10/8/2022
6.0.1-rc-007 293 10/5/2022
6.0.1-rc-006 293 10/3/2022
6.0.1-rc-005 628 7/25/2022
6.0.1-rc-004 327 7/23/2022
6.0.1-netstandard 320 11/16/2022
5.9.3-rc-003 401 5/12/2022
5.9.3-rc-002 622 4/17/2022
5.9.0-rc-001 386 2/19/2022
5.9.0-preview15 365 2/12/2022
Loading failed