Skip to content

Commit 26eddec

Browse files
committed
Filled nuget data
1 parent a703c3f commit 26eddec

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Source2Framework.ChatService.API/Source2Framework.ChatService.API.csproj

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,19 @@
44
<TargetFramework>net8.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7+
<PackageProjectUrl>https://github.com/Source2Framework/Source2Framework.ChatService</PackageProjectUrl>
8+
<RepositoryUrl>https://github.com/Source2Framework/Source2Framework.ChatService</RepositoryUrl>
9+
<Description>Exposing functionality for chat</Description>
10+
<PackageReadmeFile>README.md</PackageReadmeFile>
711
</PropertyGroup>
812

13+
<ItemGroup>
14+
<None Include="..\README.md">
15+
<Pack>True</Pack>
16+
<PackagePath>\</PackagePath>
17+
</None>
18+
</ItemGroup>
19+
920
<ItemGroup>
1021
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.213" />
1122
<PackageReference Include="Source2Framework.SDK" Version="1.0.1" />

0 commit comments

Comments
 (0)