Skip to content

Commit

Permalink
add meta key to constants
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDutchDev committed Dec 1, 2023
1 parent 92c9d29 commit 1525c2b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AltV.Atlas.Peds.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>1.2.0</Version>
<Version>1.3.0</Version>
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/altv-atlas/Peds.Shared.git</RepositoryUrl>
Expand Down
6 changes: 6 additions & 0 deletions PedConstants.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
namespace AltV.Atlas.Peds.Shared;

public static class PedConstants

Check warning on line 3 in PedConstants.cs

View workflow job for this annotation

GitHub Actions / create_nuget

Missing XML comment for publicly visible type or member 'PedConstants'
{
public const string CurrentTaskMetaKey = "atlas:peds:currentTask";

Check warning on line 5 in PedConstants.cs

View workflow job for this annotation

GitHub Actions / create_nuget

Missing XML comment for publicly visible type or member 'PedConstants.CurrentTaskMetaKey'
}

0 comments on commit 1525c2b

Please sign in to comment.