Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pr-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
8.0.x
9.0.x
10.0.x
11.0.100-preview.6.26359.118
11.0.x
runCdk: false
secrets: inherit
15 changes: 10 additions & 5 deletions docs/roadmap/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,16 @@ today.

- **Today.** Compono's shipped package set —
[`Compono`](../packages/compono.md), [`Compono.XunitV3`](../packages/compono-xunitv3.md),
[`Compono.NSubstitute`](../packages/compono-nsubstitute.md), and
[`Compono.Bogus`](../packages/compono-bogus.md) — covers the full MVP
package set (`docs/mvp.md`'s "MVP Package Set"). If a capability isn't
documented in [Concepts](../concepts/index.md), [How-to Guides](../how-to/index.md),
or a [Package Guide](../packages/index.md), it isn't available yet — see
[`Compono.NSubstitute`](../packages/compono-nsubstitute.md),
[`Compono.Bogus`](../packages/compono-bogus.md), and
[`Compono.TUnit`](../packages/compono-tunit.md) — covers the full MVP
package set (`docs/mvp.md`'s "MVP Package Set") plus `Compono.TUnit`,
the first candidate to graduate the whole way through
[Future Packages](future-packages.md)' admission model
([PLAN-0040](../plans/0040-compono-tunit-package-design.md)). If a
capability isn't documented in [Concepts](../concepts/index.md),
[How-to Guides](../how-to/index.md), or a
[Package Guide](../packages/index.md), it isn't available yet — see
below for where it might be headed.
- **Experimental / under discussion.** [Proposed ADRs](proposed-adrs.md) —
design decisions still being discussed, not yet `Accepted`.
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "11.0.100-preview.6.26359.118",
"version": "11.0.100-preview.7.26381.103",
"rollForward": "latestFeature"
},
"test": {
Expand Down