Commit ca0bc39 1 parent 0bf1df9 commit ca0bc39 Copy full SHA for ca0bc39
File tree 2 files changed +3
-3
lines changed
src/AlternateLife.RageMP.Net
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
<Authors >AlternateLife</Authors >
10
10
<Description >Alternative RAGE Multiplayer .NET Core SDK</Description >
11
11
<Copyright >2018 AlternateLife</Copyright >
12
- <PackageLicenseUrl >https://github.com/AlternateLife/ragemp-dotnet-core /blob/master/LICENSE</PackageLicenseUrl >
13
- <PackageProjectUrl >https://github.com/AlternateLife/ragemp-dotnet-core /</PackageProjectUrl >
12
+ <PackageLicenseUrl >https://github.com/AlternateLife/RageMP.Net /blob/master/LICENSE</PackageLicenseUrl >
13
+ <PackageProjectUrl >https://github.com/AlternateLife/RageMP.Net /</PackageProjectUrl >
14
14
<RepositoryUrl >https://github.com/AlternateLife/ragemp-dotnet-core/</RepositoryUrl >
15
15
<RepositoryType >git</RepositoryType >
16
16
<PackageTags >ragemp gta bridge</PackageTags >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ public class CommandAttribute : Attribute
7
7
{
8
8
public string Name { get ; }
9
9
10
- public CommandAttribute ( string name = default ( string ) )
10
+ public CommandAttribute ( string name )
11
11
{
12
12
Name = name ;
13
13
}
You can’t perform that action at this time.
0 commit comments