Skip to content

Commit 70ef8b6

Browse files
committed
Update icon and link Readme in project file
1 parent 19f746e commit 70ef8b6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

templates/dotnet/icon.png

47.6 KB
Loading

templates/dotnet/src/Appwrite/Appwrite.csproj.twig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
{{sdk.shortDescription}}
1010
</Description>
1111
<PackageIcon>icon.png</PackageIcon>
12+
<PackageReadmeFile>README.md</PackageReadmeFile>
1213
<PackageLicenseExpression>{{spec.licenseName}}</PackageLicenseExpression>
1314
<PackageProjectUrl>{{sdk.gitURL}}</PackageProjectUrl>
1415
<RepositoryType>git</RepositoryType>
@@ -22,6 +23,7 @@
2223
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
2324
<PackageReference Include="System.Net.Http" Version="4.3.4" />
2425
<None Include="..\..\icon.png" Pack="true" PackagePath="$(PackageIcon)"/>
26+
<None Include="..\..\README.md" Pack="true" PackagePath="$(PackageReadmeFile)"/>
2527
</ItemGroup>
2628

2729
</Project>

0 commit comments

Comments
 (0)