Skip to content

Commit 82bda5d

Browse files
committed
fix: Add missing Package Properties
1 parent 10faa36 commit 82bda5d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/NetEvolve.Arguments/NetEvolve.Arguments.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77

88
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
99

10+
<Title>$(MSBuildProjectName)</Title>
11+
<PackageProjectUrl>https://github.com/dailydevops/arguments</PackageProjectUrl>
12+
<RepositoryUrl>https://github.com/dailydevops/arguments.git</RepositoryUrl>
13+
<PackageTags>guard;clausel;exceptions</PackageTags>
14+
1015
<!-- Remove, when Polyfill has fixed this. -->
1116
<DisableBannedApiForPerformance>true</DisableBannedApiForPerformance>
1217
</PropertyGroup>

0 commit comments

Comments
 (0)