File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
6
6
namespace CustomCommands ;
7
7
8
- [ MinimumApiVersion ( 142 ) ]
8
+ [ MinimumApiVersion ( 213 ) ]
9
9
public partial class CustomCommands : BasePlugin , IPluginConfig < CustomCommandsConfig >
10
10
{
11
11
public override string ModuleName => "CustomCommands" ;
12
- public override string ModuleVersion => "2.0.3 " ;
12
+ public override string ModuleVersion => "2.1.0 " ;
13
13
public override string ModuleAuthor => "HerrMagic" ;
14
14
public override string ModuleDescription => "Create your own commands per config" ;
15
15
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net7 .0</TargetFramework >
4
+ <TargetFramework >net8 .0</TargetFramework >
5
5
<ImplicitUsings >enable</ImplicitUsings >
6
6
<Nullable >enable</Nullable >
7
7
<AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
10
10
</PropertyGroup >
11
11
12
12
<ItemGroup >
13
- <PackageReference Include =" CounterStrikeSharp.API" Version =" 1.0.163 " >
13
+ <PackageReference Include =" CounterStrikeSharp.API" Version =" 1.0.213 " >
14
14
<PrivateAssets >none</PrivateAssets >
15
15
<ExcludeAssets >runtime</ExcludeAssets >
16
16
<IncludeAssets >compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
You can’t perform that action at this time.
0 commit comments