Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
80O committed Mar 16, 2022
1 parent 52b2ac3 commit 8bd9717
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions HabboAPI/HabboAPI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Authors>80O</Authors>
<Company>[email protected]</Company>
<Description>Habbo C# API Wrapper</Description>
<PackageProjectUrl>https://github.com/80O/HabboAPI</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/80O/HabboAPI</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>

<ItemGroup>
<None Include="README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

</Project>

0 comments on commit 8bd9717

Please sign in to comment.