Skip to content

Commit

Permalink
Merge pull request #688 from appwrite/update-dotnet-package-icon-readme
Browse files Browse the repository at this point in the history
Update Appwrite icon and link Readme in .NET SDK project file
  • Loading branch information
christyjacob4 authored Jul 6, 2023
2 parents d3f64d2 + 2bfe566 commit 9f8541c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified templates/dotnet/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions templates/dotnet/src/Appwrite/Appwrite.csproj.twig
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
{{sdk.shortDescription}}
</Description>
<PackageIcon>icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>{{spec.licenseName}}</PackageLicenseExpression>
<PackageProjectUrl>{{sdk.gitURL}}</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
Expand All @@ -22,6 +23,7 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<None Include="..\..\icon.png" Pack="true" PackagePath="$(PackageIcon)"/>
<None Include="..\..\README.md" Pack="true" PackagePath="$(PackageReadmeFile)"/>
</ItemGroup>

</Project>

0 comments on commit 9f8541c

Please sign in to comment.