We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19f746e commit 70ef8b6Copy full SHA for 70ef8b6
templates/dotnet/icon.png
47.6 KB
templates/dotnet/src/Appwrite/Appwrite.csproj.twig
@@ -9,6 +9,7 @@
9
{{sdk.shortDescription}}
10
</Description>
11
<PackageIcon>icon.png</PackageIcon>
12
+ <PackageReadmeFile>README.md</PackageReadmeFile>
13
<PackageLicenseExpression>{{spec.licenseName}}</PackageLicenseExpression>
14
<PackageProjectUrl>{{sdk.gitURL}}</PackageProjectUrl>
15
<RepositoryType>git</RepositoryType>
@@ -22,6 +23,7 @@
22
23
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
24
<PackageReference Include="System.Net.Http" Version="4.3.4" />
25
<None Include="..\..\icon.png" Pack="true" PackagePath="$(PackageIcon)"/>
26
+ <None Include="..\..\README.md" Pack="true" PackagePath="$(PackageReadmeFile)"/>
27
</ItemGroup>
28
29
</Project>
0 commit comments