Compare commits

..

2 Commits

Author SHA1 Message Date
Dawid Bepierszcz
129b34f5c0 Merge pull request #472 from JonneKahvila/main
Update CounterStrikeSharp.API package version to 1.0.358
2026-01-23 16:59:14 +01:00
Erik Mende
fbf473b893 Update CounterStrikeSharp.API package version to 1.0.358 2026-01-23 16:38:15 +02:00
2 changed files with 3 additions and 4 deletions

View File

@@ -14,7 +14,6 @@ Unfinished, unoptimized and not fully functional ugly demo weapon paints plugin
- Data syncs on player connect
- Added command **`!wp`** to refresh skins ***(with cooldown in seconds can be configured)***
- Added command **`!ws`** to show website
- Added command **`!skins`** to show menu with skins
- Added command **`!knife`** to show menu with knives
- Added command **`!gloves`** to show menu with gloves
- Added command **`!agents`** to show menu with agents

View File

@@ -9,7 +9,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.342" />
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.358" />
<PackageReference Include="Dapper" Version="2.1.66" />
<PackageReference Include="MySqlConnector" Version="2.4.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
@@ -18,11 +18,11 @@
<ItemGroup>
<None Update="lang\**\*.*" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
<ItemGroup>
<None Update="gamedata\*.*" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
<ItemGroup>
<Reference Include="MenuManagerApi">
<HintPath>3rd_party\MenuManagerApi.dll</HintPath>