CW.Assistant.ExtensionDocs.Bundle 1.0.38

There is a newer version of this package available.
See the version list below for details.
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.47 70 9/15/2026
1.0.38 803 5/28/2026
1.0.38-pr.45.9 35 9/15/2026
1.0.38-pr.45.8 54 9/10/2026
1.0.38-pr.45.7 58 9/10/2026
1.0.38-pr.45.6 225 9/7/2026
1.0.38-pr.45.5 72 9/1/2026
1.0.38-pr.45.4 70 9/1/2026
1.0.38-pr.45.3 61 9/1/2026
1.0.38-pr.45.2 63 9/1/2026
1.0.8-pr.30.42 196 5/28/2026
1.0.8-pr.30.41 199 5/28/2026
1.0.8-pr.30.39 195 5/28/2026
1.0.8-pr.30.37 196 5/28/2026
1.0.8-pr.30.35 196 5/28/2026
1.0.8-pr.30.34 186 5/28/2026
1.0.8-pr.30.33 189 5/28/2026
1.0.8-pr.30.29 187 5/28/2026
1.0.8-pr.30.28 184 5/28/2026
1.0.8-pr.30.27 179 5/28/2026
Loading failed