Skip to content

Commit

Permalink
add project icon
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-schlecker committed Apr 30, 2024
1 parent 3080b98 commit 538a486
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@

# SwebSocket
<p align="center">
<img height="200px" src="https://github.com/luca-schlecker/SwebSocket/blob/main/icon.svg?raw=true" alt="Sublime's custom image"/>
</p>
<h1 align="center">SwebSocket</h1>

A handwritten, easy to use WebSocket Library that aims to:
- Follow [RFC6455](https://datatracker.ietf.org/doc/html/rfc6455)
Expand Down
2 changes: 2 additions & 0 deletions SwebSocket.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@
<RepositoryUrl>https://github.com/luca-schlecker/SwebSocket</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>icon.png</PackageIcon>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="HttpMachine.PCL" Version="4.0.3" />
<None Include="README.md" Pack="true" PackagePath="/"/>
<None Include="icon.png" Pack="true" PackagePath="/"/>
</ItemGroup>

</Project>
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 538a486

Please sign in to comment.