Skip to content

Commit 244e50c

Browse files
committed
Provide custom Metadata class summary
Note where the values come from in this package.
1 parent 275e62f commit 244e50c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ThisAssembly.Metadata/ThisAssembly.Metadata.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
BeforeTargets="PrepareConstants"
1111
DependsOnTargets="GetAssemblyAttributes">
1212
<ItemGroup>
13-
<Constant Include="@(AssemblyMetadata -> 'Metadata.%(Identity)')" Value="%(AssemblyMetadata.Value)" Comment="%(AssemblyMetadata.Comment)" Root="." />
13+
<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." />
1414
</ItemGroup>
1515
</Target>
1616

0 commit comments

Comments
 (0)