CW.Assistant.ExtensionDocs.Bundle 1.0.38

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

CW.Assistant.ExtensionDocs.Bundle

This package ships the raw extension implementation Markdown docs for Assistant MCP consumers.

What it provides

  • contentFiles/any/any/Resources/ExtensionDocs/*.md
  • contentFiles/any/any/Resources/ExtensionDocs/PLATFORM_GUIDES/*.md
  • A transitive MSBuild target that copies the docs to consumer output under:
    • Resources/ExtensionDocs/

Source of truth

The package source of truth is the markdown docs in:

  • docs/dotnet/QUICK_START.md
  • docs/dotnet/ARGS_DEVELOPER_GUIDE.md
  • docs/dotnet/COOKBOOK.md
  • docs/dotnet/REFERENCE.md
  • docs/dotnet/PLATFORM_GUIDES/*.md

The package is a thin wrapper around the repo docs and does not require a parsed JSON bundle.

Consumption (CLI project)

Add a package reference in the consumer project:

<ItemGroup>
  <PackageReference Include="CW.Assistant.ExtensionDocs.Bundle" Version="<version>" />
</ItemGroup>

Then ensure your loader reads the copied markdown files from Resources/ExtensionDocs/.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • net10.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
1.0.38 158 5/28/2026
1.0.8-pr.30.42 60 5/28/2026
1.0.8-pr.30.41 59 5/28/2026
1.0.8-pr.30.39 60 5/28/2026
1.0.8-pr.30.37 61 5/28/2026
1.0.8-pr.30.35 57 5/28/2026
1.0.8-pr.30.34 47 5/28/2026
1.0.8-pr.30.33 45 5/28/2026
1.0.8-pr.30.29 50 5/28/2026
1.0.8-pr.30.28 45 5/28/2026
1.0.8-pr.30.27 42 5/28/2026
1.0.8-pr.30.25 46 5/28/2026
1.0.8-pr.30.24 47 5/28/2026
1.0.8-pr.30.23 45 5/28/2026
1.0.8-pr.30.22 58 5/28/2026
1.0.8-pr.30.21 63 5/28/2026
1.0.8-pr.30.20 48 5/28/2026
1.0.8-pr.30.19 56 5/28/2026
1.0.8-pr.30.18 51 5/28/2026
1.0.8-pr.30.17 56 5/27/2026
Loading failed