Skip to content

Commit

Permalink
Add Nuget Package info
Browse files Browse the repository at this point in the history
  • Loading branch information
Benoit Potty committed Oct 9, 2023
1 parent cad14af commit 9d676d8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Binary file added rokka-client-c-sharp/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions rokka-client-c-sharp/rokka-client-c-sharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,23 @@
<RootNamespace>rokka_client_c_sharp</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Title>Rokka C# SDK</Title>
<Authors>rokka.io</Authors>
<Copyright>rokka.io</Copyright>
<PackageProjectUrl>https://rokka.io</PackageProjectUrl>
<PackageIcon>favicon-32x32.png</PackageIcon>
<RepositoryUrl>https://github.com/rokka-io/rokka-client-c-sharp</RepositoryUrl>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>

<ItemGroup>
<None Update="favicon-32x32.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

</Project>

0 comments on commit 9d676d8

Please sign in to comment.