Skip to content

Commit a001c2f

Browse files
committed
Replace PackageIcon with PackageIconUrl because it does not work fine, remove Antlr.png
1 parent e4b3ae9 commit a001c2f

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

runtime/CSharp/Antlr.png

-1.57 KB
Binary file not shown.

runtime/CSharp/Antlr4.csproj

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
2020
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
2121
<PackageProjectUrl>https://github.com/antlr/antlr4</PackageProjectUrl>
22-
<PackageIcon>Antlr.png</PackageIcon>
22+
<PackageIconUrl>https://raw.github.com/antlr/website-antlr4/master/images/icons/antlr.png</PackageIconUrl>
2323
<PackageReleaseNotes>https://github.com/antlr/antlr4/releases</PackageReleaseNotes>
2424
<PackageTags>antlr parsing grammar</PackageTags>
2525
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
@@ -37,15 +37,8 @@
3737
<DebugSymbols>true</DebugSymbols>
3838
<DebugType>full</DebugType>
3939
<Optimize>false</Optimize>
40-
<OutputPath>lib\Debug</OutputPath>
4140
</PropertyGroup>
4241
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
4342
<Optimize>true</Optimize>
44-
<OutputPath>lib\Release</OutputPath>
4543
</PropertyGroup>
46-
<ItemGroup>
47-
<None Update="Antlr.png">
48-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
49-
</None>
50-
</ItemGroup>
5144
</Project>

0 commit comments

Comments
 (0)