Skip to content

Commit

Permalink
Provide custom AssemblyInfo class summary
Browse files Browse the repository at this point in the history
To better reflect the source of the values
  • Loading branch information
kzu committed Sep 30, 2024
1 parent a8824f9 commit bc15daa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</AssemblyInfoAttribute>
</ItemGroup>
<ItemGroup>
<Constant Include="@(AssemblyInfoAttribute -> 'Info.%(Name)')" Value="%(AssemblyInfoAttribute._Parameter1)" Root="." />
<Constant Include="@(AssemblyInfoAttribute -> 'Info.%(Name)')" Value="%(AssemblyInfoAttribute._Parameter1)" Root="." RootComment="Provides access to assembly attributes defined in the project as constants." />
</ItemGroup>
</Target>

Expand Down

0 comments on commit bc15daa

Please sign in to comment.