Skip to content

Commit

Permalink
fix: Replaced hardcoded title with MSBuildProjectName (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
samtrion authored May 15, 2024
1 parent 683d14f commit 2a7edbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<PropertyGroup>
<Title>NetEvolve.Http.Correlation</Title>
<Title>$(MSBuildProjectName)</Title>
<CopyrightYearStart>2023</CopyrightYearStart>

<PackageProjectUrl>https://github.com/dailydevops/http.correlation</PackageProjectUrl>
Expand Down

0 comments on commit 2a7edbd

Please sign in to comment.