Skip to content

Commit d2eb047

Browse files
committed
Filled nuget data
1 parent 2a67707 commit d2eb047

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Source2Framework.CommandService.API/Source2Framework.CommandService.API.csproj

+11
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+
<Description>Exposing functionality for CSS commands</Description>
8+
<PackageProjectUrl>https://github.com/Source2Framework/Source2Framework.CommandService</PackageProjectUrl>
9+
<RepositoryUrl>https://github.com/Source2Framework/Source2Framework.CommandService</RepositoryUrl>
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.7,)" />

0 commit comments

Comments
 (0)