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 Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<PropertyGroup Label="Versioning">
<VersionPrefix Condition="'$(VersionPrefix)' == ''">2.0.1</VersionPrefix>
<VersionPrefix Condition="'$(VersionPrefix)' == ''">3.0.0</VersionPrefix>
<VersionSuffix Condition="'$(VersionSuffix)' == ''">local</VersionSuffix>
<Version Condition="'$(VersionSuffix)' != ''">$(VersionPrefix)-$(VersionSuffix)</Version>
<Version Condition="'$(VersionSuffix)' == ''">$(VersionPrefix)</Version>
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ catalog, and compiles the source generator's resolved-registry input. Any
divergence between the committed `.g.cs` and what the pipeline would emit fails
CI — the analyzer/generator catalog cannot drift from the registry by accident.

## Donation story
## Upstream path

If the OpenTelemetry .NET source-generator donation
If the upstream OpenTelemetry .NET source-generator effort
([open-telemetry/opentelemetry-dotnet-contrib#4424](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/issues/4424))
lands upstream, the `SourceGeneration`, `Analyzers`, and `Nuke` packages travel
together as a single donation unit. Type identities are preserved so a
PackageReference swap is the only consumer-side change.
lands, the `SourceGeneration`, `Analyzers`, and `Nuke` packages ship as one
cohesive unit. Type identities are preserved so the only consumer-side change
is the `PackageReference` id.
230 changes: 230 additions & 0 deletions eng/analyzer-renumber-plan.md

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading