Skip to content

Commit e916043

Browse files
committed
Set PackageIconUrl
1 parent 5d99f57 commit e916043

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323

2424
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
2525
<GenerateFullPaths Condition="'$(VSCODE_PID)' != ''">true</GenerateFullPaths>
26-
<BaseIntermediateOutputPath>$(MSBuildThisFileDirectory)obj\$(MSBuildProjectName)\</BaseIntermediateOutputPath>
27-
<BaseOutputPath>$(MSBuildThisFileDirectory)bin\$(MSBuildProjectName)\</BaseOutputPath>
26+
<BaseIntermediateOutputPath>$(MSBuildThisFileDirectory).build\obj\$(MSBuildProjectName)\</BaseIntermediateOutputPath>
27+
<BaseOutputPath>$(MSBuildThisFileDirectory).build\bin\$(MSBuildProjectName)\</BaseOutputPath>
2828
</PropertyGroup>
2929

3030
</Project>

src/CommandLineUtils/McMaster.Extensions.CommandLineUtils.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@ McMaster.Extensions.CommandLineUtils.ArgumentEscaper
1616
<PackageTags>commandline;parsing</PackageTags>
1717
<IncludeSymbols>true</IncludeSymbols>
1818
<IncludeSource>true</IncludeSource>
19+
<PackageIconUrl>https://natemcmaster.github.io/CommandLineUtils/logo.png</PackageIconUrl>
1920
</PropertyGroup>
2021

2122
<ItemGroup Condition="'$(TargetFramework)' != 'net45'">
2223
<PackageReference Include="System.ComponentModel.Annotations" Version="4.1.0" />
2324
</ItemGroup>
24-
25+
2526
<ItemGroup Condition="'$(TargetFramework)' == 'net45'">
2627
<Reference Include="System.ComponentModel.DataAnnotations" />
2728
</ItemGroup>
@@ -32,4 +33,4 @@ McMaster.Extensions.CommandLineUtils.ArgumentEscaper
3233
<PackageReference Update="NETStandard.Library" PrivateAssets="All" />
3334
</ItemGroup>
3435

35-
</Project>
36+
</Project>

0 commit comments

Comments
 (0)