PromptPlus

|Adr-Plus Fields|Values Migrated | |–|–| |ADR|Migration guide maintenance rules (v5 → v6)| |Version|01| |Revision|01| |Scope|| |Domain|| |Created|Proposed (2026-07-24)| |Changed|Accepted (2026-07-24)| |Superseded||

PromptPlus # PromptPlus ## **ADR0013V01R01** [![NuGet](https://img.shields.io/badge/NuGet-PromptPlus-blue)](https://www.nuget.org/packages/PromptPlus) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![.NET](https://img.shields.io/badge/.NET-8%20%7C%209%20%7C%2010-512BD4)](https://dotnet.microsoft.com/)

↑ ADR Index


ADR0013V01R01 — Migration guide maintenance rules (v5 → v6)

Context

The v5→v6 release changed the public surface significantly (static facade, new result model, per-control styling). Users upgrading need an accurate, curated mapping of old-to-new APIs.

Decision

Maintain a dedicated migration-v5-to-v6.md guide that documents each breaking change as an explicit old→new mapping. The guide only describes APIs that exist in v6; removed APIs are shown solely for their replacement. Every breaking change introduced going forward must be reflected in this guide as part of the change.

Consequences