Skip to content

Commit 50eec14

Browse files
committed
add icon file
1 parent f4d45e9 commit 50eec14

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

src/TableStorage.Abstractions.TableEntityConverters/TableStorage.Abstractions.TableEntityConverters.csproj

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1616
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1717
<PackageLicenseExpression>MIT</PackageLicenseExpression>
18+
<PackageIcon>xtensible-x.png</PackageIcon>
19+
<PackageIconUrl />
1820
</PropertyGroup>
1921

2022
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
@@ -25,4 +27,11 @@
2527
<PackageReference Include="Microsoft.Azure.Cosmos.Table" Version="1.0.6" />
2628
</ItemGroup>
2729

30+
<ItemGroup>
31+
<None Include="..\..\xtensible-x.png">
32+
<Pack>True</Pack>
33+
<PackagePath></PackagePath>
34+
</None>
35+
</ItemGroup>
36+
2837
</Project>

xtensible-x.png

4.16 KB
Loading

0 commit comments

Comments
 (0)