Skip to content

Commit

Permalink
Provide custom Metadata class summary
Browse files Browse the repository at this point in the history
Note where the values come from in this package.
  • Loading branch information
kzu committed Sep 30, 2024
1 parent 275e62f commit 244e50c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ThisAssembly.Metadata/ThisAssembly.Metadata.targets
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
BeforeTargets="PrepareConstants"
DependsOnTargets="GetAssemblyAttributes">
<ItemGroup>
<Constant Include="@(AssemblyMetadata -> 'Metadata.%(Identity)')" Value="%(AssemblyMetadata.Value)" Comment="%(AssemblyMetadata.Comment)" Root="." />
<Constant Include="@(AssemblyMetadata -> 'Metadata.%(Identity)')" Value="%(AssemblyMetadata.Value)" Comment="%(AssemblyMetadata.Comment)" Root="." RootComment="Provides access to the assembly metadata defined as %40(AssemblyMetadata) items in the project as constants." />
</ItemGroup>
</Target>

Expand Down

0 comments on commit 244e50c

Please sign in to comment.